class Azure::DataBox::Mgmt::V2018_01_01::Models::SkuCapacity
Capacity of the sku.
Attributes
maximum[RW]
@return [String] Maximum capacity in TB.
usable[RW]
@return [String] Usable capacity in TB.
Private Class Methods
mapper()
click to toggle source
Mapper for SkuCapacity
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-01-01/generated/azure_mgmt_databox/models/sku_capacity.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SkuCapacity', type: { name: 'Composite', class_name: 'SkuCapacity', model_properties: { usable: { client_side_validation: true, required: false, read_only: true, serialized_name: 'usable', type: { name: 'String' } }, maximum: { client_side_validation: true, required: false, read_only: true, serialized_name: 'maximum', type: { name: 'String' } } } } } end