public interface DbServerPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDbNodeIds(int index)
public abstract String getDbNodeIds(int index)Output only. OCID of database nodes associated with the database server.
 repeated string db_node_ids = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The dbNodeIds at the given index. | 
getDbNodeIdsBytes(int index)
public abstract ByteString getDbNodeIdsBytes(int index)Output only. OCID of database nodes associated with the database server.
 repeated string db_node_ids = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the dbNodeIds at the given index. | 
getDbNodeIdsCount()
public abstract int getDbNodeIdsCount()Output only. OCID of database nodes associated with the database server.
 repeated string db_node_ids = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of dbNodeIds. | 
getDbNodeIdsList()
public abstract List<String> getDbNodeIdsList()Output only. OCID of database nodes associated with the database server.
 repeated string db_node_ids = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the dbNodeIds. | 
getDbNodeStorageSizeGb()
public abstract int getDbNodeStorageSizeGb()Optional. Local storage per VM.
 int32 db_node_storage_size_gb = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The dbNodeStorageSizeGb. | 
getMaxDbNodeStorageSizeGb()
public abstract int getMaxDbNodeStorageSizeGb()Optional. Maximum local storage per VM.
 int32 max_db_node_storage_size_gb = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The maxDbNodeStorageSizeGb. | 
getMaxMemorySizeGb()
public abstract int getMaxMemorySizeGb()Optional. Maximum memory allocated in GBs.
 int32 max_memory_size_gb = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The maxMemorySizeGb. | 
getMaxOcpuCount()
public abstract int getMaxOcpuCount()Optional. Maximum OCPU count per database.
 int32 max_ocpu_count = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The maxOcpuCount. | 
getMemorySizeGb()
public abstract int getMemorySizeGb()Optional. Memory allocated in GBs.
 int32 memory_size_gb = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The memorySizeGb. | 
getOcid()
public abstract String getOcid()Output only. OCID of database server.
 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 server.
 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.
 int32 ocpu_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The ocpuCount. | 
getState()
public abstract DbServerProperties.State getState()Output only. State of the database server.
 
 .google.cloud.oracledatabase.v1.DbServerProperties.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DbServerProperties.State | The state. | 
getStateValue()
public abstract int getStateValue()Output only. State of the database server.
 
 .google.cloud.oracledatabase.v1.DbServerProperties.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getVmCount()
public abstract int getVmCount()Optional. Vm count per database.
 int32 vm_count = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The vmCount. |