Sha256: 31ab6f2e8f630e82628173b951365bc8dab202de23ccdd60a7b7bfb70b1d95b9
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::StorageCache::Mgmt::V2020_10_01 module Models # # An indication of Cache health. Gives more information about health than # just that related to provisioning. # class CacheHealth include MsRestAzure # @return [HealthStateType] List of Cache health states. Possible values # include: 'Unknown', 'Healthy', 'Degraded', 'Down', 'Transitioning', # 'Stopping', 'Stopped', 'Upgrading', 'Flushing' attr_accessor :state # @return [String] Describes explanation of state. attr_accessor :status_description # # Mapper for CacheHealth class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CacheHealth', type: { name: 'Composite', class_name: 'CacheHealth', model_properties: { state: { client_side_validation: true, required: false, serialized_name: 'state', type: { name: 'String' } }, status_description: { client_side_validation: true, required: false, serialized_name: 'statusDescription', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems