Sha256: 94e8b331cdae841715d2afb8ffb1abf8d7a11a2efee618f15c2796bc4b63e94d
Contents?: true
Size: 1.4 KB
Versions: 5
Compression:
Stored size: 1.4 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::ServiceFabric::V6_4_0_36 module Models # # A base type for the health state of various entities in the cluster. It # contains the aggregated health state. # class EntityHealthState include MsRestAzure # @return [HealthState] The health state of a Service Fabric entity such # as Cluster, Node, Application, Service, Partition, Replica etc. # Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown' attr_accessor :aggregated_health_state # # Mapper for EntityHealthState class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EntityHealthState', type: { name: 'Composite', class_name: 'EntityHealthState', model_properties: { aggregated_health_state: { client_side_validation: true, required: false, serialized_name: 'AggregatedHealthState', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems