cfme.infrastructure.provider.virtualcenter module

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

Bases: cfme.infrastructure.provider.InfraProvider

__ge__(other)

Automatically created by attrs.

__gt__(other)

Automatically created by attrs.

__le__(other)

Automatically created by attrs.

__lt__(other)

Automatically created by attrs.

__ne__(other)

Check equality and either forward a NotImplemented or return the result negated.

__repr__()

Automatically created by attrs.

bad_credentials_error_msg = 'Cannot complete login due to an incorrect user name or password.'
catalog_item_type

alias of VMwareCatalogItem

db_types = ['Vmware::InfraManager']
deployment_helper(deploy_args)[source]

Used in utils.virtual_machines

discover_dict = {'vmware': True}
ems_events = [('vm_create', {'dest_vm_or_template_id': None, 'event_type': 'VmDeployedEvent'}), ('vm_stop', {'vm_or_template_id': None, 'event_type': 'VmPoweredOffEvent'}), ('vm_start', {'vm_or_template_id': None, 'event_type': 'VmPoweredOnEvent'}), ('vm_delete', {'vm_or_template_id': None, 'event_type': 'VmRemovedEvent'})]
endpoints_form

alias of VirtualCenterEndpointForm

classmethod from_config(prov_config, prov_key)[source]
get_console_connection_status()[source]
get_console_ctrl_alt_del_btn()[source]
get_console_fullscreen_btn()[source]
get_remote_console_canvas()[source]
log_name = 'vim'
mgmt_class

alias of VMWareSystem

settings_key = 'ems_vmware'
type_name = 'virtualcenter'
view_value_mapping
vm_utilization_view

alias of VirtualCenterVMUtilizationView

class cfme.infrastructure.provider.virtualcenter.VirtualCenterEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

class cfme.infrastructure.provider.virtualcenter.VirtualCenterEndpointForm(*args, **kwargs)[source]

Bases: cfme.common.provider.DefaultEndpointForm

class cfme.infrastructure.provider.virtualcenter.VirtualCenterVMUtilizationView(*args, **kwargs)[source]

Bases: cfme.common.candu_views.VMUtilizationView

A VM Utilization view for virtual center providers

vm_cpu

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

vm_cpu_state

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

vm_disk

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

vm_memory

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.

vm_network

This class handles instantiating and caching of the widgets on view.

It stores the class and the parameters it should be instantiated with. Once it is accessed from the instance of the class where it was defined on, it passes the instance to the widget class followed by args and then kwargs.

It also acts as a counter, so you can then order the widgets by their “creation” stamp.