Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AutonomousDatabase.
Details of the Autonomous Database resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/
Generated from protobuf message google.cloud.oracledatabase.v1.AutonomousDatabase
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
↳ database
string
Optional. The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
↳ display_name
string
Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.
↳ entitlement_id
string
Output only. The ID of the subscription entitlement associated with the Autonomous Database.
↳ admin_password
string
Optional. The password for the default ADMIN user.
↳ properties
↳ labels
array| Google\Protobuf\Internal\MapField
Optional. The labels or tags associated with the Autonomous Database.
↳ network
string
Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
↳ cidr
string
Optional. The subnet CIDR range for the Autonomous Database.
↳ odb_network
string
Optional. The name of the OdbNetwork associated with the Autonomous Database. 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
Optional. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
↳ source_config
SourceConfig
Optional. The source Autonomous Database configuration for the standby Autonomous Database. The source Autonomous Database is configured while creating the Peer Autonomous Database and can't be updated after creation.
↳ peer_autonomous_databases
array
Output only. The peer Autonomous Database names of the given Autonomous Database.
↳ create_time
↳ disaster_recovery_supported_locations
array
Output only. List of supported GCP region to clone the Autonomous Database for disaster recovery. Format: project/{project}/locations/{location}
.
getName
Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
string
setName
Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
var
string
$this
getDatabase
Optional. The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
string
setDatabase
Optional. The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
var
string
$this
getDisplayName
Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.
string
setDisplayName
Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.
var
string
$this
getEntitlementId
Output only. The ID of the subscription entitlement associated with the Autonomous Database.
string
setEntitlementId
Output only. The ID of the subscription entitlement associated with the Autonomous Database.
var
string
$this
getAdminPassword
Optional. The password for the default ADMIN user.
string
setAdminPassword
Optional. The password for the default ADMIN user.
var
string
$this
getProperties
Optional. The properties of the Autonomous Database.
hasProperties
clearProperties
setProperties
Optional. The properties of the Autonomous Database.
$this
getLabels
Optional. The labels or tags associated with the Autonomous Database.
setLabels
Optional. The labels or tags associated with the Autonomous Database.
$this
getNetwork
Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
string
setNetwork
Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
var
string
$this
getCidr
Optional. The subnet CIDR range for the Autonomous Database.
string
setCidr
Optional. The subnet CIDR range for the Autonomous Database.
var
string
$this
getOdbNetwork
Optional. The name of the OdbNetwork associated with the Autonomous Database. 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 Autonomous Database. 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
Optional. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string
setOdbSubnet
Optional. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
var
string
$this
getSourceConfig
Optional. The source Autonomous Database configuration for the standby Autonomous Database. The source Autonomous Database is configured while creating the Peer Autonomous Database and can't be updated after creation.
hasSourceConfig
clearSourceConfig
setSourceConfig
Optional. The source Autonomous Database configuration for the standby Autonomous Database. The source Autonomous Database is configured while creating the Peer Autonomous Database and can't be updated after creation.
$this
getPeerAutonomousDatabases
Output only. The peer Autonomous Database names of the given Autonomous Database.
setPeerAutonomousDatabases
Output only. The peer Autonomous Database names of the given Autonomous Database.
var
string[]
$this
getCreateTime
Output only. The date and time that the Autonomous Database was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the Autonomous Database was created.
$this
getDisasterRecoverySupportedLocations
Output only. List of supported GCP region to clone the Autonomous Database
for disaster recovery. Format: project/{project}/locations/{location}
.
setDisasterRecoverySupportedLocations
Output only. List of supported GCP region to clone the Autonomous Database
for disaster recovery. Format: project/{project}/locations/{location}
.
var
string[]
$this

