cfme.cloud.provider.vcloud module

class cfme.cloud.provider.vcloud.VmwareCloudCredential(organization=None, **kwargs)[source]

Bases: cfme.base.credential.Credential

view_value_mapping
class cfme.cloud.provider.vcloud.VmwareCloudEndpoint(**kwargs)[source]

Bases: cfme.common.provider.DefaultEndpoint

credential_class

alias of VmwareCloudCredential

view_value_mapping
class cfme.cloud.provider.vcloud.VmwareCloudEndpointForm(*args, **kwargs)[source]

Bases: widgetastic.widget.View

default

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.cloud.provider.vcloud.VmwareCloudProvider(parent, endpoints=NOTHING, name=None, key=None, zone=None, api_version=None, api_version_name=None)[source]

Bases: cfme.cloud.provider.CloudProvider

STATS_TO_MATCH = ['num_availability_zone', 'num_orchestration_stack', '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.

db_types = ['Vmware::CloudManager']
endpoints_form

alias of VmwareCloudEndpointForm

classmethod from_config(prov_config, prov_key)[source]

Returns the vcloud object from configuration

in_version = ('5.9', Version('master'))
mgmt
mgmt_class

alias of VmwareCloudSystem

num_availability_zone(*args, **kwargs)
num_availability_zone_ui = None
num_orchestration_stack(*args, **kwargs)
num_orchestration_stack_ui = None
type_name = 'vcloud'
view_value_mapping