cfme.infrastructure.provider.scvmm module

class cfme.infrastructure.provider.scvmm.SCVMMEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

view_value_mapping
class cfme.infrastructure.provider.scvmm.SCVMMEndpointForm(parent, logger=None, **kwargs)[source]

Bases: cfme.common.provider.DefaultEndpointForm

realm

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.

security_protocol

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.

class cfme.infrastructure.provider.scvmm.SCVMMProvider(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

STATS_TO_MATCH = ['num_template', 'num_vm']
bad_credentials_error_msg = 'Credential validation was not successful: Unable to connect: WinRM::WinRMAuthorizationError'
db_types = ['Microsoft::InfraManager']
deployment_helper(deploy_args)[source]

Used in utils.virtual_machines

discover_dict = {'scvmm': True}
endpoints_form

alias of SCVMMEndpointForm

classmethod from_config(prov_config, prov_key, appliance=None)[source]
mgmt_class = <Mock name='mock.SCVMMSystem' id='140386004190800'>
type_name = 'scvmm'
view_value_mapping