models.list_storage_profiles_response_body module

class models.list_storage_profiles_response_body.ListStorageProfilesResponseBody(storage_profiles=None)[source]

Bases: object

Implementation of the ‘ListStorageProfilesResponseBody’ model.

Specifies the response to request to list the storage profiles associated with a VDC.

Attributes:
storage_profiles (list of VcdStorageProfile): Specifies a list of

storage profiles.

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.