SddcPassword¶
-
class
oci.ocvp.models.
SddcPassword
(**kwargs)¶ Bases:
object
SDDC vCenter/NSX/HCX password.
Attributes
PASSWORD_TYPE_HCX
A constant which can be used with the password_type property of a SddcPassword. PASSWORD_TYPE_NSX
A constant which can be used with the password_type property of a SddcPassword. PASSWORD_TYPE_VCENTER
A constant which can be used with the password_type property of a SddcPassword. password_type
[Required] Gets the password_type of this SddcPassword. value
[Required] Gets the value of this SddcPassword. Methods
__init__
(**kwargs)Initializes a new SddcPassword object with values from keyword arguments. -
PASSWORD_TYPE_HCX
= 'HCX'¶ A constant which can be used with the password_type property of a SddcPassword. This constant has a value of “HCX”
-
PASSWORD_TYPE_NSX
= 'NSX'¶ A constant which can be used with the password_type property of a SddcPassword. This constant has a value of “NSX”
-
PASSWORD_TYPE_VCENTER
= 'VCENTER'¶ A constant which can be used with the password_type property of a SddcPassword. This constant has a value of “VCENTER”
-
__init__
(**kwargs)¶ Initializes a new SddcPassword object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - password_type (str) – The value to assign to the password_type property of this SddcPassword. Allowed values for this property are: “VCENTER”, “NSX”, “HCX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- value (str) – The value to assign to the value property of this SddcPassword.
-
password_type
¶ [Required] Gets the password_type of this SddcPassword. SDDC password type.
Allowed values for this property are: “VCENTER”, “NSX”, “HCX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The password_type of this SddcPassword. Return type: str
-
value
¶ [Required] Gets the value of this SddcPassword. SDDC vCenter/NSX/HCX password context.
Returns: The value of this SddcPassword. Return type: str
-