cfme.infrastructure.provider.virtualcenter module

class cfme.infrastructure.provider.virtualcenter.VMwareProvider(name=None, endpoints=None, key=None, zone=None, hostname=None, ip_address=None, start_ip=None, end_ip=None, provider_data=None, appliance=None)[source]

Bases: cfme.infrastructure.provider.InfraProvider

bad_credentials_error_msg = 'Cannot complete login due to an incorrect user name or password.'
db_types = ['Vmware::InfraManager']
deployment_helper(deploy_args)[source]

Used in utils.virtual_machines

discover_dict = {'vmware': True}
endpoints_form

alias of VirtualCenterEndpointForm

classmethod from_config(prov_config, prov_key, appliance=None)[source]
get_console_connection_status()[source]
get_console_ctrl_alt_del_btn()[source]
get_console_fullscreen_btn()[source]
get_remote_console_canvas()[source]
mgmt_class = <Mock name='mock.VMWareSystem' id='139998227650384'>
type_name = 'virtualcenter'
view_value_mapping
class cfme.infrastructure.provider.virtualcenter.VirtualCenterEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

class cfme.infrastructure.provider.virtualcenter.VirtualCenterEndpointForm(parent, logger=None, **kwargs)[source]

Bases: cfme.common.provider.DefaultEndpointForm