AddDistributedAutonomousDatabaseGdsControlNodeDetails¶
-
class
oci.distributed_database.models.
AddDistributedAutonomousDatabaseGdsControlNodeDetails
(**kwargs)¶ Bases:
object
Details required to create a new Global database services control(GDS CTL) compute node.
Methods
__init__
(**kwargs)Initializes a new AddDistributedAutonomousDatabaseGdsControlNodeDetails object with values from keyword arguments. Attributes
public_ssh_key
[Required] Gets the public_ssh_key of this AddDistributedAutonomousDatabaseGdsControlNodeDetails. subnet_id
Gets the subnet_id of this AddDistributedAutonomousDatabaseGdsControlNodeDetails. -
__init__
(**kwargs)¶ Initializes a new AddDistributedAutonomousDatabaseGdsControlNodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - public_ssh_key (str) – The value to assign to the public_ssh_key property of this AddDistributedAutonomousDatabaseGdsControlNodeDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this AddDistributedAutonomousDatabaseGdsControlNodeDetails.
-
public_ssh_key
¶ [Required] Gets the public_ssh_key of this AddDistributedAutonomousDatabaseGdsControlNodeDetails. The public sshKey for Global database services control(GDS CTL) node.
Returns: The public_ssh_key of this AddDistributedAutonomousDatabaseGdsControlNodeDetails. Return type: str
-