Class AutonomousDatabase (0.5.0)

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

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. 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. 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. The password for the default ADMIN user.
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. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}
cidr str
Optional. The subnet CIDR range for the Autonomous Database.
odb_network str
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 str
Optional. 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. 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, .Message]

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 mapping is a mapping type or there are keyword parameters.