DbSystem(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details of the DbSystem (BaseDB) resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystem/
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system} |
properties |
google.cloud.oracledatabase_v1.types.DbSystemProperties
Optional. The properties of the DbSystem. |
gcp_oracle_zone |
str
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 |
MutableMapping[str, str]
Optional. The labels or tags associated with the DbSystem. |
odb_network |
str
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 |
str
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 |
str
Output only. The ID of the subscription entitlement associated with the DbSystem |
display_name |
str
Required. The display name for the System db. The name does not have to be unique within your project. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the DbSystem was created. |
oci_url |
str
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface. |
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 |