public interface DbNodePropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDbNodeStorageSizeGb()
public abstract int getDbNodeStorageSizeGb()Optional. Local storage per database node.
 int32 db_node_storage_size_gb = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The dbNodeStorageSizeGb. | 
getDbServerOcid()
public abstract String getDbServerOcid()Optional. Database server OCID.
 string db_server_ocid = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The dbServerOcid. | 
getDbServerOcidBytes()
public abstract ByteString getDbServerOcidBytes()Optional. Database server OCID.
 string db_server_ocid = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for dbServerOcid. | 
getHostname()
public abstract String getHostname()Optional. DNS
 string hostname = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The hostname. | 
getHostnameBytes()
public abstract ByteString getHostnameBytes()Optional. DNS
 string hostname = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for hostname. | 
getMemorySizeGb()
public abstract int getMemorySizeGb()Memory allocated in GBs.
 int32 memory_size_gb = 3;
| Returns | |
|---|---|
| Type | Description | 
| int | The memorySizeGb. | 
getOcid()
public abstract String getOcid()Output only. OCID of database node.
 string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The ocid. | 
getOcidBytes()
public abstract ByteString getOcidBytes()Output only. OCID of database node.
 string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for ocid. | 
getOcpuCount()
public abstract int getOcpuCount()Optional. OCPU count per database node.
 int32 ocpu_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The ocpuCount. | 
getState()
public abstract DbNodeProperties.State getState()Output only. State of the database node.
 
 .google.cloud.oracledatabase.v1.DbNodeProperties.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DbNodeProperties.State | The state. | 
getStateValue()
public abstract int getStateValue()Output only. State of the database node.
 
 .google.cloud.oracledatabase.v1.DbNodeProperties.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getTotalCpuCoreCount()
public abstract int getTotalCpuCoreCount()Total CPU core count of the database node.
 int32 total_cpu_core_count = 10;
| Returns | |
|---|---|
| Type | Description | 
| int | The totalCpuCoreCount. |