CloudExadataInfrastructure(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure} |
display_name |
str
Optional. User friendly name for this resource. |
gcp_oracle_zone |
str
Optional. Google Cloud Platform location where Oracle Exadata is hosted. |
entitlement_id |
str
Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned. |
properties |
google.cloud.oracledatabase_v1.types.CloudExadataInfrastructureProperties
Optional. Various properties of the infra. |
labels |
MutableMapping[str, str]
Optional. Labels or tags associated with the resource. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the Exadata Infrastructure was created. |
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 |