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(*args, **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(parent, endpoints=NOTHING, name=None, key=None, zone=None, start_ip=None, end_ip=None, provider_data=None)[source]

Bases: cfme.infrastructure.provider.InfraProvider

STATS_TO_MATCH = ['num_template', 'num_vm']
__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 = 'Credential validation was not successful: Unable to connect: WinRM::WinRMAuthorizationError'
catalog_item_type

alias of SCVMMCatalogItem

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)[source]
log_name = 'scvmm'
mgmt_class

alias of SCVMMSystem

settings_key = 'ems_scvmm'
type_name = 'scvmm'
ui_prov_type = 'Microsoft System Center VMM'
view_value_mapping