Class GoldengateConnectionAssignment (0.6.1)

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

Represents the metadata of a Goldengate Connection Assignment.

Attributes

Name Description
name str
Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
properties google.cloud.oracledatabase_v1.types.GoldengateConnectionAssignmentProperties
Required. The properties of the GoldengateConnectionAssignment.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the connection assignment was created.
labels MutableMapping[str, str]
Optional. The labels or tags associated with the GoldengateConnectionAssignment.
display_name str
Optional. The display name for the GoldengateConnectionAssignment.
entitlement_id str
Output only. The OCID of the entitlement linked to this resource.

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.