AutonomousDatabase(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details of the Autonomous Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database} |
database |
str
Optional. Immutable. 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 |
str
Optional. Immutable. The display name for the Autonomous Database. The name does not have to be unique within your project. |
entitlement_id |
str
Output only. The ID of the subscription entitlement associated with the Autonomous Database. |
admin_password |
str
Optional. Immutable. The password for the default ADMIN user. Note: Only one of admin_password_secret_version or
admin_password can be populated.
|
admin_password_secret_version |
str
Optional. Immutable. The resource name of a secret version in Secret Manager which contains the database admin user's password. Format: projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of admin_password_secret_version or
admin_password can be populated.
|
properties |
google.cloud.oracledatabase_v1.types.AutonomousDatabaseProperties
Optional. The properties of the Autonomous Database. |
labels |
MutableMapping[str, str]
Optional. The labels or tags associated with the Autonomous Database. |
network |
str
Optional. Immutable. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network} |
cidr |
str
Optional. Immutable. The subnet CIDR range for the Autonomous Database. |
odb_network |
str
Optional. Immutable. 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 |
str
Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
source_config |
google.cloud.oracledatabase_v1.types.SourceConfig
Optional. Immutable. 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 |
MutableSequence[str]
Output only. The peer Autonomous Database names of the given Autonomous Database. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the Autonomous Database was created. |
disaster_recovery_supported_locations |
MutableSequence[str]
Output only. List of supported GCP region to clone the Autonomous Database for disaster recovery. Format: project/{project}/locations/{location}.
|
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |