models_v2.volume_type_1_enum module

class models_v2.volume_type_1_enum.VolumeType1Enum[source]

Bases: object

Implementation of the ‘VolumeType1’ enum.

Specifies the Netapp volume type.

Attributes:

READWRITE: TODO: type description here. LOADSHARING: TODO: type description here. DATAPROTECTION: TODO: type description here. DATACACHE: TODO: type description here. TEMP: TODO: type description here. UNKOWNTYPE: TODO: type description here.

DATACACHE = 'DataCache'
DATAPROTECTION = 'DataProtection'
LOADSHARING = 'LoadSharing'
READWRITE = 'ReadWrite'
TEMP = 'Temp'
UNKOWNTYPE = 'UnkownType'