models_v2.peform_an_action_on_an_object module

class models_v2.peform_an_action_on_an_object.PeformAnActionOnAnObject(environment=None, vmware_params=None)[source]

Bases: object

Implementation of the ‘Peform an action on an Object.’ model.

Specifies the request to peform an action on an Object.

Attributes:
environment (Environment4Enum): Specifies the environment type of the

Object.

vmware_params (ActionsOnVmwareObjects): Specifies the parameters to

perform an action on VMware Objects.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.