StartBdsInstanceDetails¶
-
class
oci.bds.models.
StartBdsInstanceDetails
(**kwargs)¶ Bases:
object
The request body for starting a BDS cluster.
Methods
__init__
(**kwargs)Initializes a new StartBdsInstanceDetails object with values from keyword arguments. Attributes
cluster_admin_password
[Required] Gets the cluster_admin_password of this StartBdsInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new StartBdsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this StartBdsInstanceDetails.
-
cluster_admin_password
¶ [Required] Gets the cluster_admin_password of this StartBdsInstanceDetails. Base-64 encoded password for the cluster admin user.
Returns: The cluster_admin_password of this StartBdsInstanceDetails. Return type: str
-