Method: IntersightClient::StorageHyperFlexVolume.attribute_map

Defined in:
lib/intersight_client/models/storage_hyper_flex_volume.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'lib/intersight_client/models/storage_hyper_flex_volume.rb', line 81

def self.attribute_map
  {
    :'class_id' => :'ClassId',
    :'object_type' => :'ObjectType',
    :'capacity' => :'Capacity',
    :'client_id' => :'ClientId',
    :'last_modified_time' => :'LastModifiedTime',
    :'lun_uuid' => :'LunUuid',
    :'serial_number' => :'SerialNumber',
    :'uuid' => :'Uuid',
    :'volume_access_mode' => :'VolumeAccessMode',
    :'volume_mode' => :'VolumeMode',
    :'volume_type' => :'VolumeType',
    :'cluster' => :'Cluster',
    :'registered_device' => :'RegisteredDevice',
    :'storage_container' => :'StorageContainer'
  }
end