cfme.cloud.instance.gce module

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

Bases: cfme.cloud.instance.Instance

DELETE = 'Delete'
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'
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

Represents dictionary used for Vm/Instance provision with GCE mandatory default args

vm_default_args_rest
class cfme.cloud.instance.gce.GCEInstanceCollection(parent, filters=NOTHING)[source]

Bases: cfme.cloud.instance.InstanceCollection

ENTITY

alias of GCEInstance

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