GoldengateDeployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)GoldengateDeployment Goldengate Deployment resource model.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment} |
properties |
google.cloud.oracledatabase_v1.types.GoldengateDeploymentProperties
Required. The properties of the GoldengateDeployment. |
gcp_oracle_zone |
str
Optional. The GCP Oracle zone where Oracle GoldengateDeployment 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 GoldengateDeployment. |
odb_network |
str
Optional. The name of the OdbNetwork associated with the GoldengateDeployment. |
odb_subnet |
str
Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation. |
entitlement_id |
str
Output only. The ID of the subscription entitlement associated with the GoldengateDeployment |
display_name |
str
Required. The display name for the GoldengateDeployment. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the GoldengateDeployment 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 |