Sha256: debfc6157493b4f2224c493bdc124f99930084f91c18184e08d01d3d5811b9a7
Contents?: true
Size: 1.53 KB
Versions: 5
Compression:
Stored size: 1.53 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_2_0_9 module Models # # Represents the health state of a service, which contains the service # identifier and its aggregated health state. # class ServiceHealthState < EntityHealthState include MsRestAzure # @return [String] Name of the service whose health state is represented # by this object. attr_accessor :service_name # # Mapper for ServiceHealthState class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceHealthState', type: { name: 'Composite', class_name: 'ServiceHealthState', model_properties: { aggregated_health_state: { client_side_validation: true, required: false, serialized_name: 'AggregatedHealthState', type: { name: 'String' } }, service_name: { client_side_validation: true, required: false, serialized_name: 'ServiceName', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems