AddDistributedDatabaseGdsControlNodeDetails¶
-
class
oci.distributed_database.models.
AddDistributedDatabaseGdsControlNodeDetails
(**kwargs)¶ Bases:
object
Details required to create a new Global database services control(GDS CTL) compute node.
Methods
__init__
(**kwargs)Initializes a new AddDistributedDatabaseGdsControlNodeDetails object with values from keyword arguments. Attributes
public_ssh_key
[Required] Gets the public_ssh_key of this AddDistributedDatabaseGdsControlNodeDetails. subnet_id
Gets the subnet_id of this AddDistributedDatabaseGdsControlNodeDetails. -
__init__
(**kwargs)¶ Initializes a new AddDistributedDatabaseGdsControlNodeDetails 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 AddDistributedDatabaseGdsControlNodeDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this AddDistributedDatabaseGdsControlNodeDetails.
-
public_ssh_key
¶ [Required] Gets the public_ssh_key of this AddDistributedDatabaseGdsControlNodeDetails. The public sshKey for Global database services control(GDS CTL) node.
Returns: The public_ssh_key of this AddDistributedDatabaseGdsControlNodeDetails. Return type: str
-