Show / Hide Table of Contents

Class GgsDeployment

Details about Oracle GoldenGate GGS Deployment.

Inheritance
object
GgsDeployment
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top