Class GoldengateConnection (0.6.1)

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

Details of the GoldengateConnection resource.

Attributes

Name Description
name str
Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection}
properties google.cloud.oracledatabase_v1.types.GoldengateConnectionProperties
Required. The properties of the GoldengateConnection.
gcp_oracle_zone str
Optional. The GCP Oracle zone where Oracle GoldengateConnection 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 GoldengateConnection.
odb_network str
Optional. The name of the OdbNetwork associated with the GoldengateConnection. The format is 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
Optional. The name of the OdbSubnet associated with the GoldengateConnection 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 GoldengateConnection.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the GoldengateConnection 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, .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.