public final class DbServerProperties extends GeneratedMessageV3 implements DbServerPropertiesOrBuilder
Various properties and settings associated with Exadata database server.
Protobuf type google.cloud.oracledatabase.v1.DbServerProperties
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DB_NODE_IDS_FIELD_NUMBER
public static final int DB_NODE_IDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DB_NODE_STORAGE_SIZE_GB_FIELD_NUMBER
public static final int DB_NODE_STORAGE_SIZE_GB_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAX_DB_NODE_STORAGE_SIZE_GB_FIELD_NUMBER
public static final int MAX_DB_NODE_STORAGE_SIZE_GB_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAX_MEMORY_SIZE_GB_FIELD_NUMBER
public static final int MAX_MEMORY_SIZE_GB_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAX_OCPU_COUNT_FIELD_NUMBER
public static final int MAX_OCPU_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MEMORY_SIZE_GB_FIELD_NUMBER
public static final int MEMORY_SIZE_GB_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OCID_FIELD_NUMBER
public static final int OCID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OCPU_COUNT_FIELD_NUMBER
public static final int OCPU_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VM_COUNT_FIELD_NUMBER
public static final int VM_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DbServerProperties getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DbServerProperties.Builder newBuilder()
newBuilder(DbServerProperties prototype)
public static DbServerProperties.Builder newBuilder(DbServerProperties prototype)
public static DbServerProperties parseDelimitedFrom(InputStream input)
public static DbServerProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DbServerProperties parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DbServerProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DbServerProperties parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DbServerProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DbServerProperties parseFrom(CodedInputStream input)
public static DbServerProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DbServerProperties parseFrom(InputStream input)
public static DbServerProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DbServerProperties parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DbServerProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DbServerProperties> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDbNodeIds(int index)
public 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 |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The dbNodeIds at the given index.
|
getDbNodeIdsBytes(int index)
public 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 |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the dbNodeIds at the given index.
|
getDbNodeIdsCount()
public 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 ProtocolStringList getDbNodeIdsList()
Output only. OCID of database nodes associated with the database server.
repeated string db_node_ids = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDbNodeStorageSizeGb()
public 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.
|
getDefaultInstanceForType()
public DbServerProperties getDefaultInstanceForType()
getMaxDbNodeStorageSizeGb()
public 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 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 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 int getMemorySizeGb()
Optional. Memory allocated in GBs.
int32 memory_size_gb = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The memorySizeGb.
|
getOcid()
Output only. OCID of database server.
string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The ocid.
|
getOcidBytes()
public 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 int getOcpuCount()
Optional. OCPU count per database.
int32 ocpu_count = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The ocpuCount.
|
getParserForType()
public Parser<DbServerProperties> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getState()
public DbServerProperties.State getState()
Output only. State of the database server.
.google.cloud.oracledatabase.v1.DbServerProperties.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public 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()
Optional. Vm count per database.
int32 vm_count = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The vmCount.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DbServerProperties.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DbServerProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public DbServerProperties.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides