DistributedAutonomousDatabaseGdsControlNode¶
-
class
oci.distributed_database_v26.models.DistributedAutonomousDatabaseGdsControlNode(**kwargs)¶ Bases:
objectDetails of Global Database Services Control(GDS CTL) instances for the Globally distributed autonomous database.
Methods
__init__(**kwargs)Initializes a new DistributedAutonomousDatabaseGdsControlNode object with values from keyword arguments. Attributes
availability_domainGets the availability_domain of this DistributedAutonomousDatabaseGdsControlNode. gds_control_node_image_detailsGets the gds_control_node_image_details of this DistributedAutonomousDatabaseGdsControlNode. metadataGets the metadata of this DistributedAutonomousDatabaseGdsControlNode. name[Required] Gets the name of this DistributedAutonomousDatabaseGdsControlNode. private_ipGets the private_ip of this DistributedAutonomousDatabaseGdsControlNode. subnet_idGets the subnet_id of this DistributedAutonomousDatabaseGdsControlNode. supporting_resource_idGets the supporting_resource_id of this DistributedAutonomousDatabaseGdsControlNode. time_created[Required] Gets the time_created of this DistributedAutonomousDatabaseGdsControlNode. time_updated[Required] Gets the time_updated of this DistributedAutonomousDatabaseGdsControlNode. -
__init__(**kwargs)¶ Initializes a new DistributedAutonomousDatabaseGdsControlNode object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DistributedAutonomousDatabaseGdsControlNode.
- subnet_id (str) – The value to assign to the subnet_id property of this DistributedAutonomousDatabaseGdsControlNode.
- availability_domain (str) – The value to assign to the availability_domain property of this DistributedAutonomousDatabaseGdsControlNode.
- time_created (datetime) – The value to assign to the time_created property of this DistributedAutonomousDatabaseGdsControlNode.
- time_updated (datetime) – The value to assign to the time_updated property of this DistributedAutonomousDatabaseGdsControlNode.
- supporting_resource_id (str) – The value to assign to the supporting_resource_id property of this DistributedAutonomousDatabaseGdsControlNode.
- private_ip (str) – The value to assign to the private_ip property of this DistributedAutonomousDatabaseGdsControlNode.
- gds_control_node_image_details (oci.distributed_database_v26.models.DistributedAutonomousDatabaseGdsControlNodeImage) – The value to assign to the gds_control_node_image_details property of this DistributedAutonomousDatabaseGdsControlNode.
- metadata (oci.distributed_database_v26.models.DistributedAutonomousDbMetadata) – The value to assign to the metadata property of this DistributedAutonomousDatabaseGdsControlNode.
-
availability_domain¶ Gets the availability_domain of this DistributedAutonomousDatabaseGdsControlNode. The name of the availability domain where the Global Database Services Control instance is located in.
Returns: The availability_domain of this DistributedAutonomousDatabaseGdsControlNode. Return type: str
-
gds_control_node_image_details¶ Gets the gds_control_node_image_details of this DistributedAutonomousDatabaseGdsControlNode.
Returns: The gds_control_node_image_details of this DistributedAutonomousDatabaseGdsControlNode. Return type: oci.distributed_database_v26.models.DistributedAutonomousDatabaseGdsControlNodeImage
-
metadata¶ Gets the metadata of this DistributedAutonomousDatabaseGdsControlNode.
Returns: The metadata of this DistributedAutonomousDatabaseGdsControlNode. Return type: oci.distributed_database_v26.models.DistributedAutonomousDbMetadata
-
name¶ [Required] Gets the name of this DistributedAutonomousDatabaseGdsControlNode. Name of the Global Database Services Control instance
Returns: The name of this DistributedAutonomousDatabaseGdsControlNode. Return type: str
-
private_ip¶ Gets the private_ip of this DistributedAutonomousDatabaseGdsControlNode. IP address of the Global Database Services Control instance.
Returns: The private_ip of this DistributedAutonomousDatabaseGdsControlNode. Return type: str
-
subnet_id¶ Gets the subnet_id of this DistributedAutonomousDatabaseGdsControlNode. The OCID of the subnet associated with the Global Database Services Control instance.
Returns: The subnet_id of this DistributedAutonomousDatabaseGdsControlNode. Return type: str
-
supporting_resource_id¶ Gets the supporting_resource_id of this DistributedAutonomousDatabaseGdsControlNode. The identifier of the underlying supporting resource.
Returns: The supporting_resource_id of this DistributedAutonomousDatabaseGdsControlNode. Return type: str
-
time_created¶ [Required] Gets the time_created of this DistributedAutonomousDatabaseGdsControlNode. The time the Global Database Services Control instance was created. An RFC3339 formatted datetime string.
Returns: The time_created of this DistributedAutonomousDatabaseGdsControlNode. Return type: datetime
-
time_updated¶ [Required] Gets the time_updated of this DistributedAutonomousDatabaseGdsControlNode. The time the Global Database Services Control instance was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this DistributedAutonomousDatabaseGdsControlNode. Return type: datetime
-