public sealed class GoldengateOggDeployment : IMessage<GoldengateOggDeployment>, IEquatable<GoldengateOggDeployment>, IDeepCloneable<GoldengateOggDeployment>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateOggDeployment.
The Ogg data of the GoldengateDeployment.
Implements
IMessageGoldengateOggDeployment, IEquatableGoldengateOggDeployment, IDeepCloneableGoldengateOggDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateOggDeployment()
public GoldengateOggDeployment()GoldengateOggDeployment(GoldengateOggDeployment)
public GoldengateOggDeployment(GoldengateOggDeployment other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateOggDeployment |
Properties
AdminPassword
public string AdminPassword { get; set; }Optional. The Goldengate deployment console password in plain text.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AdminPasswordSecretVersion
public string AdminPasswordSecretVersion { get; set; }Optional. Input only. The Goldengate deployment console password secret version.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AdminPasswordSecretVersionAsSecretVersionName
public SecretVersionName AdminPasswordSecretVersionAsSecretVersionName { get; set; }SecretVersionName-typed view over the AdminPasswordSecretVersion resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecretVersionName |
|
AdminUsername
public string AdminUsername { get; set; }Required. The Goldengate deployment console username.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Certificate
public string Certificate { get; set; }Output only. The certificate of the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CredentialStore
public GoldengateOggDeployment.Types.CredentialStore CredentialStore { get; set; }Output only. The credential store of the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
GoldengateOggDeploymentTypesCredentialStore |
|
Deployment
public string Deployment { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DeploymentPasswordOptionsCase
public GoldengateOggDeployment.DeploymentPasswordOptionsOneofCase DeploymentPasswordOptionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
GoldengateOggDeploymentDeploymentPasswordOptionsOneofCase |
|
GroupRolesMapping
public GoldengateGroupToRolesMapping GroupRolesMapping { get; set; }Output only. The group to roles mapping of the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
GoldengateGroupToRolesMapping |
|
HasAdminPassword
public bool HasAdminPassword { get; }Gets whether the "admin_password" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasAdminPasswordSecretVersion
public bool HasAdminPasswordSecretVersion { get; }Gets whether the "admin_password_secret_version" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IdentityDomainId
public string IdentityDomainId { get; set; }Output only. The identity domain id of the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OggVersion
public string OggVersion { get; set; }Optional. Version of OGG
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSecretId
public string PasswordSecretId { get; set; }Output only. The password secret id of the GoldengateDeployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|