cfme.infrastructure.provider.virtualcenter module

class cfme.infrastructure.provider.virtualcenter.ProviderNodes(obj, navigate_obj)[source]

Bases: cfme.utils.appliance.implementations.ui.CFMENavigateStep

VIEW

alias of ProviderNodesView

prerequisite

This is a helper descriptor for navigation destinations which are linked to the same class.

For instance, imagine you have an object that has a ‘ViewAll’, destination that needs to be visited before you can click on ‘New’. In this instance, you would need to make the ‘New’ destination use ‘ViewAll’ as a prerequisite. As this would need no other special input, we can use NavigateToSibling as a helper. This will set prerequisite to be a callable that will navigate to the prerequisite step.

step()[source]
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='140385940318096'>
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