Show / Hide Table of Contents

Class AddDistributedAutonomousDatabaseGdsControlNodeDetails

Details required to create a new Global database services control(GDS CTL) compute node.

Inheritance
object
AddDistributedAutonomousDatabaseGdsControlNodeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class AddDistributedAutonomousDatabaseGdsControlNodeDetails

Properties

PublicSshKey

Declaration
[Required(ErrorMessage = "PublicSshKey is required.")]
[JsonProperty(PropertyName = "publicSshKey")]
public string PublicSshKey { get; set; }
Property Value
Type Description
string

The public sshKey for Global database services control(GDS CTL) node.

Remarks

Required

SubnetId

Declaration
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
Type Description
string

The OCID of the subnet on which the Global database services control(GDS CTL) node should be created.

In this article
Back to top