Show / Hide Table of Contents

Class GoldengateOggDeployment

The Ogg data of the GoldengateDeployment.

Inheritance
object
GoldengateOggDeployment
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 GoldengateOggDeployment : IDirectResponseSchema

Properties

AdminPassword

Optional. The Goldengate deployment console password in plain text.

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

AdminPasswordSecretVersion

Optional. Input only. The Goldengate deployment console password secret version.

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

AdminUsername

Required. The Goldengate deployment console username.

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

Certificate

Output only. The certificate of the GoldengateDeployment.

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

CredentialStore

Output only. The credential store of the GoldengateDeployment.

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

Deployment

Required. The name given to the Goldengate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.

Declaration
[JsonProperty("deployment")]
public virtual string Deployment { 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

GroupRolesMapping

Output only. The group to roles mapping of the GoldengateDeployment.

Declaration
[JsonProperty("groupRolesMapping")]
public virtual GoldengateGroupToRolesMapping GroupRolesMapping { get; set; }
Property Value
Type Description
GoldengateGroupToRolesMapping

IdentityDomainId

Output only. The identity domain id of the GoldengateDeployment.

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

OggVersion

Optional. Version of OGG

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

PasswordSecretId

Output only. The password secret id of the GoldengateDeployment.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX