Class GgsDeployment
Details about Oracle GoldenGate GGS Deployment.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class GgsDeployment
Properties
DeploymentId
Declaration
[Required(ErrorMessage = "DeploymentId is required.")]
[JsonProperty(PropertyName = "deploymentId")]
public string DeploymentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the resource being referenced. |
Remarks
Required
GgsAdminCredentialsSecretId
Declaration
[Required(ErrorMessage = "GgsAdminCredentialsSecretId is required.")]
[JsonProperty(PropertyName = "ggsAdminCredentialsSecretId")]
public string GgsAdminCredentialsSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the resource being referenced. |
Remarks
Required