Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.68 KB

HyperflexLocalCredentialPolicy.md

File metadata and controls

18 lines (14 loc) · 2.68 KB

HyperflexLocalCredentialPolicy

A policy specifying credentials for HyperFlex cluster such as controller VM password, hypervisor username, and password.

Properties

Name Type Description Notes
factory_hypervisor_password bool Indicates if Hypervisor password is the factory set default password. For HyperFlex Data Platform versions 3.0 or higher, enable this if the default password was not changed on the Hypervisor. It is required to supply a new custom Hypervisor password that will be applied to the Hypervisor during deployment. For HyperFlex Data Platform versions prior to 3.0 release, this setting has no effect and the default password will be used for initial install. The Hypervisor password should be changed after deployment. [optional]
is_hxdp_root_pwd_set bool Indicates whether the value of the 'hxdpRootPwd' property has been set. [optional] [readonly]
hxdp_root_pwd str HyperFlex storage controller VM password must contain a minimum of 10 characters, with at least 1 lowercase, 1 uppercase, 1 numeric, and 1 of these -_@#$%^&*! special characters. [optional]
hypervisor_admin str Hypervisor administrator username must contain only alphanumeric characters. Use the root account for ESXi deployments. [optional]
is_hypervisor_admin_pwd_set bool Indicates whether the value of the 'hypervisorAdminPwd' property has been set. [optional] [readonly]
hypervisor_admin_pwd str The ESXi root password. For HyperFlex Data Platform 3.0 or later, if the factory default password was not manually changed, you must set a new custom password. If the password was manually changed, you must not enable the factory default password property and provide the current hypervisor password. Note - All HyperFlex nodes require the same hypervisor password for installation. For HyperFlex Data Platform prior to 3.0, use the default password "Cisco123" for newly manufactured HyperFlex servers. A custom password should only be entered if hypervisor credentials were manually changed prior to deployment. [optional]
cluster_profiles list[HyperflexClusterProfile] A reference to a hyperflexClusterProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline. List of cluster profiles using this policy. [optional]
organization OrganizationOrganization [optional]

[Back to Model list] [Back to API list] [Back to README]