public sealed class GoldengateConnectionAssignment : IMessage<GoldengateConnectionAssignment>, IEquatable<GoldengateConnectionAssignment>, IDeepCloneable<GoldengateConnectionAssignment>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateConnectionAssignment.
Represents the metadata of a Goldengate Connection Assignment.
Implements
IMessageGoldengateConnectionAssignment, IEquatableGoldengateConnectionAssignment, IDeepCloneableGoldengateConnectionAssignment, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateConnectionAssignment()
public GoldengateConnectionAssignment()GoldengateConnectionAssignment(GoldengateConnectionAssignment)
public GoldengateConnectionAssignment(GoldengateConnectionAssignment other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateConnectionAssignment |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the connection assignment was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Optional. The display name for the GoldengateConnectionAssignment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntitlementId
public string EntitlementId { get; set; }Output only. The OCID of the entitlement linked to this resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoldengateConnectionAssignmentName
public GoldengateConnectionAssignmentName GoldengateConnectionAssignmentName { get; set; }GoldengateConnectionAssignmentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateConnectionAssignmentName |
|
Labels
public MapField<string, string> Labels { get; }Optional. The labels or tags associated with the GoldengateConnectionAssignment.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Properties
public GoldengateConnectionAssignmentProperties Properties { get; set; }Required. The properties of the GoldengateConnectionAssignment.
| Property Value | |
|---|---|
| Type | Description |
GoldengateConnectionAssignmentProperties |
|