models.vcd_storage_profile module

class models.vcd_storage_profile.VcdStorageProfile(name=None, uuid=None)[source]

Bases: object

Implementation of the ‘VcdStorageProfile’ model.

Specifies a storage profile for use while recovering to a VMware VCD.

Attributes:

name (string): Specifies the name of the storage profile. uuid (string): Specifies the UUID of the storage profile as identified

by the VCD.

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.