ManagementServer#
- class ManagementServer(hypervisor_type=None, ip=None, username=None, password=None, *args, **kwargs)#
Bases:
object
Cluster management server configuration used while updating clusters with ESX or Hyper-V.
- Parameters:
hypervisor_type (required) – (
hypervisor_type
)ip (required) – (
ip
) IP address of the management server.username (required min=1 chars, max=128 chars) – (
username
) Username to login to the management server.password (required min=1 chars, max=128 chars) – (
password
) Password to login to the management server.
- property hypervisor_type#
- Type:
- property ip#
IP address of the management server.
- Type:
str
- property password#
Password to login to the management server.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property username#
Username to login to the management server.
- Type:
str