Class DbSystemProperties (0.3.0)

DbSystemProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The properties of a DbSystem.

Attributes

Name Description
shape str
Required. Shape of DB System.
compute_count int
Required. The number of CPU cores to enable for the DbSystem.
initial_data_storage_size_gb int
Required. The initial data storage size in GB.
database_edition google.cloud.oracledatabase_v1.types.DbSystemProperties.DbSystemDatabaseEdition
Required. The database edition of the DbSystem.
license_model google.cloud.oracledatabase_v1.types.DbSystemProperties.LicenseModel
Required. The license model of the DbSystem.
ssh_public_keys MutableSequence[str]
Required. SSH public keys to be stored with the DbSystem.
hostname_prefix str
Optional. Prefix for DB System host names.
hostname str
Output only. The hostname of the DbSystem.
private_ip str
Optional. The private IP address of the DbSystem.
data_collection_options google.cloud.oracledatabase_v1.types.DataCollectionOptionsDbSystem
Optional. Data collection options for diagnostics.
time_zone google.type.datetime_pb2.TimeZone
Optional. Time zone of the DbSystem.
lifecycle_state google.cloud.oracledatabase_v1.types.DbSystemProperties.DbSystemLifecycleState
Output only. State of the DbSystem.
db_home google.cloud.oracledatabase_v1.types.DbHome
Optional. Details for creating a Database Home.
ocid str
Output only. OCID of the DbSystem.
memory_size_gb int
Optional. The memory size in GB.
compute_model google.cloud.oracledatabase_v1.types.DbSystemProperties.ComputeModel
Optional. The compute model of the DbSystem.
data_storage_size_gb int
Optional. The data storage size in GB that is currently available to DbSystems.
reco_storage_size_gb int
Optional. The reco/redo storage size in GB.
domain str
Optional. The host domain name of the DbSystem.
node_count int
Optional. The number of nodes in the DbSystem.
db_system_options google.cloud.oracledatabase_v1.types.DbSystemOptions
Optional. The options for the DbSystem.

Classes

ComputeModel

ComputeModel(value)

The compute model of the DbSystem.

DbSystemDatabaseEdition

DbSystemDatabaseEdition(value)

The editions available for DbSystem.

DbSystemLifecycleState

DbSystemLifecycleState(value)

The various lifecycle states of the DbSystem.

LicenseModel

LicenseModel(value)

The license model of the DbSystem.