Sha256: 7995b09b6650ba7983d64fec1f0edafce13e25b2d05a2efc660f7966a39dde09
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# AutosdeOpenapiClient::StorageResource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **advanced_attributes_map** | **String** | advanced_attributes_map | [optional] | | **component_state** | **String** | component_state | [optional] | | **extent_size** | **Integer** | extent_size | [optional][default to 1024] | | **logical_free** | **Integer** | logical_free | [optional][default to 0] | | **logical_total** | **Integer** | The Total logical capacity of this resource (gb) | [optional][default to 0] | | **name** | **String** | name | [optional] | | **pool_name** | **String** | Pool (or slice) name | [optional] | | **protocol** | **String** | protocol | [optional] | | **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::StorageResource.new( advanced_attributes_map: null, component_state: null, extent_size: null, logical_free: null, logical_total: null, name: null, pool_name: null, protocol: null, storage_system: null, uuid: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autosde_openapi_client-3.2.14 | docs/StorageResource.md |