Show / Hide Table of Contents

Class DistributedAutonomousDatabaseGdsControlNode

Details of Global Database Services Control(GDS CTL) instances for the Globally distributed autonomous database.

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

Properties

AvailabilityDomain

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

The name of the availability domain where the Global Database Services Control instance is located in.

GdsControlNodeImageDetails

Declaration
[JsonProperty(PropertyName = "gdsControlNodeImageDetails")]
public DistributedAutonomousDatabaseGdsControlNodeImage GdsControlNodeImageDetails { get; set; }
Property Value
Type Description
DistributedAutonomousDatabaseGdsControlNodeImage

Metadata

Declaration
[JsonProperty(PropertyName = "metadata")]
public DistributedAutonomousDbMetadata Metadata { get; set; }
Property Value
Type Description
DistributedAutonomousDbMetadata

Name

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

Name of the Global Database Services Control instance

Remarks

Required

PrivateIp

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

IP address of the Global Database Services Control instance.

SubnetId

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

The OCID of the subnet associated with the Global Database Services Control instance.

SupportingResourceId

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

The identifier of the underlying supporting resource.

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The time the Global Database Services Control instance was created. An RFC3339 formatted datetime string.

Remarks

Required

TimeUpdated

Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

The time the Global Database Services Control instance was last updated. An RFC3339 formatted datetime string.

Remarks

Required

In this article
Back to top