Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbSystemProperties.
The properties of a DbSystem.
Generated from protobuf message google.cloud.oracledatabase.v1.DbSystemProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ shape
string
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
int
Required. The database edition of the DbSystem.
↳ license_model
int
Required. The license model of the DbSystem.
↳ ssh_public_keys
string[]
Required. SSH public keys to be stored with the DbSystem.
↳ hostname_prefix
string
Optional. Prefix for DB System host names.
↳ hostname
string
Output only. The hostname of the DbSystem.
↳ private_ip
string
Optional. The private IP address of the DbSystem.
↳ data_collection_options
↳ time_zone
↳ lifecycle_state
int
Output only. State of the DbSystem.
↳ db_home
↳ ocid
string
Output only. OCID of the DbSystem.
↳ memory_size_gb
int
Optional. The memory size in GB.
↳ compute_model
int
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
string
Optional. The host domain name of the DbSystem.
↳ node_count
int
Optional. The number of nodes in the DbSystem.
↳ db_system_options
getShape
Required. Shape of DB System.
string
setShape
Required. Shape of DB System.
var
string
$this
getComputeCount
Required. The number of CPU cores to enable for the DbSystem.
int
setComputeCount
Required. The number of CPU cores to enable for the DbSystem.
var
int
$this
getInitialDataStorageSizeGb
Required. The initial data storage size in GB.
int
setInitialDataStorageSizeGb
Required. The initial data storage size in GB.
var
int
$this
getDatabaseEdition
Required. The database edition of the DbSystem.
setDatabaseEdition
Required. The database edition of the DbSystem.
$this
getLicenseModel
Required. The license model of the DbSystem.
setLicenseModel
Required. The license model of the DbSystem.
$this
getSshPublicKeys
Required. SSH public keys to be stored with the DbSystem.
setSshPublicKeys
Required. SSH public keys to be stored with the DbSystem.
var
string[]
$this
getHostnamePrefix
Optional. Prefix for DB System host names.
string
setHostnamePrefix
Optional. Prefix for DB System host names.
var
string
$this
getHostname
Output only. The hostname of the DbSystem.
string
setHostname
Output only. The hostname of the DbSystem.
var
string
$this
getPrivateIp
Optional. The private IP address of the DbSystem.
string
setPrivateIp
Optional. The private IP address of the DbSystem.
var
string
$this
getDataCollectionOptions
Optional. Data collection options for diagnostics.
hasDataCollectionOptions
clearDataCollectionOptions
setDataCollectionOptions
Optional. Data collection options for diagnostics.
$this
getTimeZone
Optional. Time zone of the DbSystem.
hasTimeZone
clearTimeZone
setTimeZone
Optional. Time zone of the DbSystem.
$this
getLifecycleState
Output only. State of the DbSystem.
setLifecycleState
Output only. State of the DbSystem.
$this
getDbHome
Optional. Details for creating a Database Home.
hasDbHome
clearDbHome
setDbHome
Optional. Details for creating a Database Home.
$this
getOcid
Output only. OCID of the DbSystem.
string
setOcid
Output only. OCID of the DbSystem.
var
string
$this
getMemorySizeGb
Optional. The memory size in GB.
int
setMemorySizeGb
Optional. The memory size in GB.
var
int
$this
getComputeModel
Optional. The compute model of the DbSystem.
setComputeModel
Optional. The compute model of the DbSystem.
$this
getDataStorageSizeGb
Optional. The data storage size in GB that is currently available to DbSystems.
int
setDataStorageSizeGb
Optional. The data storage size in GB that is currently available to DbSystems.
var
int
$this
getRecoStorageSizeGb
Optional. The reco/redo storage size in GB.
int
setRecoStorageSizeGb
Optional. The reco/redo storage size in GB.
var
int
$this
getDomain
Optional. The host domain name of the DbSystem.
string
setDomain
Optional. The host domain name of the DbSystem.
var
string
$this
getNodeCount
Optional. The number of nodes in the DbSystem.
int
setNodeCount
Optional. The number of nodes in the DbSystem.
var
int
$this
getDbSystemOptions
Optional. The options for the DbSystem.
hasDbSystemOptions
clearDbSystemOptions
setDbSystemOptions
Optional. The options for the DbSystem.
$this

