class Azure::StorageCache::Mgmt::V2020_03_01::Models::UsageModel
A usage model.
Attributes
display[RW]
@return [UsageModelDisplay] Localized information describing this usage model.
model_name[RW]
@return [String] Non-localized keyword name for this usage model.
target_type[RW]
@return [String] The type of Storage Target to which this model is applicable (only nfs3 as of this version).
Public Class Methods
mapper()
click to toggle source
Mapper for UsageModel
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-03-01/generated/azure_mgmt_storagecache/models/usage_model.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UsageModel', type: { name: 'Composite', class_name: 'UsageModel', model_properties: { display: { client_side_validation: true, required: false, serialized_name: 'display', type: { name: 'Composite', class_name: 'UsageModelDisplay' } }, model_name: { client_side_validation: true, required: false, serialized_name: 'modelName', type: { name: 'String' } }, target_type: { client_side_validation: true, required: false, serialized_name: 'targetType', type: { name: 'String' } } } } } end