Class CloudExadataInfrastructure (0.1.1)

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

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, .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.