Show / Hide Table of Contents

Class GoldengateConnectionAssignmentProperties

The properties of a GoldengateConnectionAssignment.

Inheritance
object
GoldengateConnectionAssignmentProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateConnectionAssignmentProperties : IDirectResponseSchema

Properties

Alias

Output only. Credential store alias.

Declaration
[JsonProperty("alias")]
public virtual string Alias { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoldengateConnection

Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}

Declaration
[JsonProperty("goldengateConnection")]
public virtual string GoldengateConnection { get; set; }
Property Value
Type Description
string

GoldengateDeployment

Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}

Declaration
[JsonProperty("goldengateDeployment")]
public virtual string GoldengateDeployment { get; set; }
Property Value
Type Description
string

Ocid

Output only. The OCID of the connection assignment being referenced.

Declaration
[JsonProperty("ocid")]
public virtual string Ocid { get; set; }
Property Value
Type Description
string

State

Output only. The lifecycle state of the connection assignment.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX