public interface DbSystemPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComputeCount()
public abstract int getComputeCount()Required. The number of CPU cores to enable for the DbSystem.
int32 compute_count = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The computeCount. |
getComputeModel()
public abstract DbSystemProperties.ComputeModel getComputeModel()Optional. The compute model of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.ComputeModel compute_model = 16 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbSystemProperties.ComputeModel |
The computeModel. |
getComputeModelValue()
public abstract int getComputeModelValue()Optional. The compute model of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.ComputeModel compute_model = 16 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for computeModel. |
getDataCollectionOptions()
public abstract DataCollectionOptionsDbSystem getDataCollectionOptions()Optional. Data collection options for diagnostics.
.google.cloud.oracledatabase.v1.DataCollectionOptionsDbSystem data_collection_options = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystem |
The dataCollectionOptions. |
getDataCollectionOptionsOrBuilder()
public abstract DataCollectionOptionsDbSystemOrBuilder getDataCollectionOptionsOrBuilder()Optional. Data collection options for diagnostics.
.google.cloud.oracledatabase.v1.DataCollectionOptionsDbSystem data_collection_options = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataCollectionOptionsDbSystemOrBuilder |
|
getDataStorageSizeGb()
public abstract int getDataStorageSizeGb()Optional. The data storage size in GB that is currently available to DbSystems.
int32 data_storage_size_gb = 17 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The dataStorageSizeGb. |
getDatabaseEdition()
public abstract DbSystemProperties.DbSystemDatabaseEdition getDatabaseEdition()Required. The database edition of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.DbSystemDatabaseEdition database_edition = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DbSystemProperties.DbSystemDatabaseEdition |
The databaseEdition. |
getDatabaseEditionValue()
public abstract int getDatabaseEditionValue()Required. The database edition of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.DbSystemDatabaseEdition database_edition = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for databaseEdition. |
getDbHome()
public abstract DbHome getDbHome()Optional. Details for creating a Database Home.
.google.cloud.oracledatabase.v1.DbHome db_home = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbHome |
The dbHome. |
getDbHomeOrBuilder()
public abstract DbHomeOrBuilder getDbHomeOrBuilder()Optional. Details for creating a Database Home.
.google.cloud.oracledatabase.v1.DbHome db_home = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbHomeOrBuilder |
|
getDbSystemOptions()
public abstract DbSystemOptions getDbSystemOptions()Optional. The options for the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemOptions db_system_options = 21 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbSystemOptions |
The dbSystemOptions. |
getDbSystemOptionsOrBuilder()
public abstract DbSystemOptionsOrBuilder getDbSystemOptionsOrBuilder()Optional. The options for the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemOptions db_system_options = 21 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbSystemOptionsOrBuilder |
|
getDomain()
public abstract String getDomain()Optional. The host domain name of the DbSystem.
string domain = 19 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The domain. |
getDomainBytes()
public abstract ByteString getDomainBytes()Optional. The host domain name of the DbSystem.
string domain = 19 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for domain. |
getHostname()
public abstract String getHostname()Output only. The hostname of the DbSystem.
string hostname = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The hostname. |
getHostnameBytes()
public abstract ByteString getHostnameBytes()Output only. The hostname of the DbSystem.
string hostname = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hostname. |
getHostnamePrefix()
public abstract String getHostnamePrefix()Optional. Prefix for DB System host names.
string hostname_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The hostnamePrefix. |
getHostnamePrefixBytes()
public abstract ByteString getHostnamePrefixBytes()Optional. Prefix for DB System host names.
string hostname_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hostnamePrefix. |
getInitialDataStorageSizeGb()
public abstract int getInitialDataStorageSizeGb()Required. The initial data storage size in GB.
int32 initial_data_storage_size_gb = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The initialDataStorageSizeGb. |
getLicenseModel()
public abstract DbSystemProperties.LicenseModel getLicenseModel()Required. The license model of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.LicenseModel license_model = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DbSystemProperties.LicenseModel |
The licenseModel. |
getLicenseModelValue()
public abstract int getLicenseModelValue()Required. The license model of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.LicenseModel license_model = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for licenseModel. |
getLifecycleState()
public abstract DbSystemProperties.DbSystemLifecycleState getLifecycleState()Output only. State of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.DbSystemLifecycleState lifecycle_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbSystemProperties.DbSystemLifecycleState |
The lifecycleState. |
getLifecycleStateValue()
public abstract int getLifecycleStateValue()Output only. State of the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemProperties.DbSystemLifecycleState lifecycle_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for lifecycleState. |
getMemorySizeGb()
public abstract int getMemorySizeGb()Optional. The memory size in GB.
int32 memory_size_gb = 15 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The memorySizeGb. |
getNodeCount()
public abstract int getNodeCount()Optional. The number of nodes in the DbSystem.
int32 node_count = 20 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The nodeCount. |
getOcid()
public abstract String getOcid()Output only. OCID of the DbSystem.
string ocid = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The ocid. |
getOcidBytes()
public abstract ByteString getOcidBytes()Output only. OCID of the DbSystem.
string ocid = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ocid. |
getPrivateIp()
public abstract String getPrivateIp()Optional. The private IP address of the DbSystem.
string private_ip = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The privateIp. |
getPrivateIpBytes()
public abstract ByteString getPrivateIpBytes()Optional. The private IP address of the DbSystem.
string private_ip = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for privateIp. |
getRecoStorageSizeGb()
public abstract int getRecoStorageSizeGb()Optional. The reco/redo storage size in GB.
int32 reco_storage_size_gb = 18 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The recoStorageSizeGb. |
getShape()
public abstract String getShape()Required. Shape of DB System.
string shape = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The shape. |
getShapeBytes()
public abstract ByteString getShapeBytes()Required. Shape of DB System.
string shape = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for shape. |
getSshPublicKeys(int index)
public abstract String getSshPublicKeys(int index)Required. SSH public keys to be stored with the DbSystem.
repeated string ssh_public_keys = 6 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The sshPublicKeys at the given index. |
getSshPublicKeysBytes(int index)
public abstract ByteString getSshPublicKeysBytes(int index)Required. SSH public keys to be stored with the DbSystem.
repeated string ssh_public_keys = 6 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the sshPublicKeys at the given index. |
getSshPublicKeysCount()
public abstract int getSshPublicKeysCount()Required. SSH public keys to be stored with the DbSystem.
repeated string ssh_public_keys = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of sshPublicKeys. |
getSshPublicKeysList()
public abstract List<String> getSshPublicKeysList()Required. SSH public keys to be stored with the DbSystem.
repeated string ssh_public_keys = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the sshPublicKeys. |
getTimeZone()
public abstract TimeZone getTimeZone()Optional. Time zone of the DbSystem.
.google.type.TimeZone time_zone = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeZone |
The timeZone. |
getTimeZoneOrBuilder()
public abstract TimeZoneOrBuilder getTimeZoneOrBuilder()Optional. Time zone of the DbSystem.
.google.type.TimeZone time_zone = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeZoneOrBuilder |
|
hasDataCollectionOptions()
public abstract boolean hasDataCollectionOptions()Optional. Data collection options for diagnostics.
.google.cloud.oracledatabase.v1.DataCollectionOptionsDbSystem data_collection_options = 10 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataCollectionOptions field is set. |
hasDbHome()
public abstract boolean hasDbHome()Optional. Details for creating a Database Home.
.google.cloud.oracledatabase.v1.DbHome db_home = 13 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dbHome field is set. |
hasDbSystemOptions()
public abstract boolean hasDbSystemOptions()Optional. The options for the DbSystem.
.google.cloud.oracledatabase.v1.DbSystemOptions db_system_options = 21 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dbSystemOptions field is set. |
hasTimeZone()
public abstract boolean hasTimeZone()Optional. Time zone of the DbSystem.
.google.type.TimeZone time_zone = 11 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeZone field is set. |