Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbSystem.
Details of the DbSystem (BaseDB) resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystem/
Generated from protobuf message google.cloud.oracledatabase.v1.DbSystem
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}
↳ properties
↳ gcp_oracle_zone
string
Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
↳ labels
↳ odb_network
string
Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.
↳ odb_subnet
string
Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
↳ entitlement_id
string
Output only. The ID of the subscription entitlement associated with the DbSystem
↳ display_name
string
Required. The display name for the System db. The name does not have to be unique within your project.
↳ create_time
↳ oci_url
string
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
getName
Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}
string
setName
Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}
var
string
$this
getProperties
Optional. The properties of the DbSystem.
hasProperties
clearProperties
setProperties
Optional. The properties of the DbSystem.
$this
getGcpOracleZone
Optional. The GCP Oracle zone where Oracle DbSystem is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
string
setGcpOracleZone
Optional. The GCP Oracle zone where Oracle DbSystem is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
var
string
$this
getLabels
Optional. The labels or tags associated with the DbSystem.
setLabels
Optional. The labels or tags associated with the DbSystem.
$this
getOdbNetwork
Optional. The name of the OdbNetwork associated with the DbSystem.
Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.
string
setOdbNetwork
Optional. The name of the OdbNetwork associated with the DbSystem.
Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.
var
string
$this
getOdbSubnet
Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string
setOdbSubnet
Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
var
string
$this
getEntitlementId
Output only. The ID of the subscription entitlement associated with the DbSystem
string
setEntitlementId
Output only. The ID of the subscription entitlement associated with the DbSystem
var
string
$this
getDisplayName
Required. The display name for the System db. The name does not have to be unique within your project.
string
setDisplayName
Required. The display name for the System db. The name does not have to be unique within your project.
var
string
$this
getCreateTime
Output only. The date and time that the DbSystem was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the DbSystem was created.
$this
getOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
string
setOciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
var
string
$this

