public sealed class DbNodeProperties : IMessage<DbNodeProperties>, IEquatable<DbNodeProperties>, IDeepCloneable<DbNodeProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbNodeProperties.
Various properties and settings associated with Db node.
Implements
IMessageDbNodeProperties, IEquatableDbNodeProperties, IDeepCloneableDbNodeProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DbNodeProperties()
public DbNodeProperties()DbNodeProperties(DbNodeProperties)
public DbNodeProperties(DbNodeProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
DbNodeProperties |
Properties
DbNodeStorageSizeGb
public int DbNodeStorageSizeGb { get; set; }Optional. Local storage per database node.
| Property Value | |
|---|---|
| Type | Description |
int |
|
DbServerOcid
public string DbServerOcid { get; set; }Optional. Database server OCID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Hostname
public string Hostname { get; set; }Optional. DNS
| Property Value | |
|---|---|
| Type | Description |
string |
|
MemorySizeGb
public int MemorySizeGb { get; set; }Memory allocated in GBs.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Ocid
public string Ocid { get; set; }Output only. OCID of database node.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OcpuCount
public int OcpuCount { get; set; }Optional. OCPU count per database node.
| Property Value | |
|---|---|
| Type | Description |
int |
|
State
public DbNodeProperties.Types.State State { get; set; }Output only. State of the database node.
| Property Value | |
|---|---|
| Type | Description |
DbNodePropertiesTypesState |
|
TotalCpuCoreCount
public int TotalCpuCoreCount { get; set; }Total CPU core count of the database node.
| Property Value | |
|---|---|
| Type | Description |
int |
|