ExascaleDbStorageVault(mapping=None, *, ignore_unknown_fields=False, **kwargs)ExascaleDbStorageVault represents a storage vault exadb vm cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExascaleDbStorageVault/
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault} |
display_name |
str
Required. The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters. |
gcp_oracle_zone |
str
Optional. The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
properties |
google.cloud.oracledatabase_v1.types.ExascaleDbStorageVaultProperties
Required. The properties of the ExascaleDbStorageVault. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time when the ExascaleDbStorageVault was created. |
entitlement_id |
str
Output only. The ID of the subscription entitlement associated with the ExascaleDbStorageVault. |
labels |
MutableMapping[str, str]
Optional. The labels or tags associated with the ExascaleDbStorageVault. |
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 |