Class AddDistributedAutonomousDatabaseGdsControlNodeDetails
Details required to create a new Global database services control(GDS CTL) compute node.
Inherited Members
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. |