cfme.cloud.instance.azure module

class cfme.cloud.instance.azure.AzureInstance(parent, name, provider, template_name=None)[source]

Bases: cfme.cloud.instance.Instance

DELETE = 'Delete'
HARD_REBOOT = 'Hard Reboot'
POWER_ON = 'Start'
RESTART = 'Restart'
SOFT_REBOOT = 'Soft Reboot'
START = 'Start'
STATE_ARCHIVED = 'archived'
STATE_OFF = 'off'
STATE_ON = 'on'
STATE_SUSPENDED = 'suspended'
STATE_TERMINATED = 'terminated'
STATE_UNKNOWN = 'unknown'
STOP = 'Stop'
SUSPEND = 'Suspend'
TERMINATE = 'Delete'
__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.

ui_powerstates_available
ui_powerstates_unavailable
vm_default_args
vm_default_args_rest
class cfme.cloud.instance.azure.AzureInstanceCollection(parent, filters=NOTHING)[source]

Bases: cfme.cloud.instance.InstanceCollection

ENTITY

alias of AzureInstance

__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.