Method: AutosdeOpenapiClient::StorageResource.attribute_map

Defined in:
lib/autosde_openapi_client/models/storage_resource.rb

.attribute_mapObject

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



68
69
70
71
72
73
74
75
76
77
78
79
80
# File 'lib/autosde_openapi_client/models/storage_resource.rb', line 68

def self.attribute_map
  {
    :'advanced_attributes_map' => :'advanced_attributes_map',
    :'component_state' => :'component_state',
    :'logical_free' => :'logical_free',
    :'logical_total' => :'logical_total',
    :'name' => :'name',
    :'pool_name' => :'pool_name',
    :'protocol' => :'protocol',
    :'storage_system' => :'storage_system',
    :'uuid' => :'uuid'
  }
end