Sha256: dee7a4d21f8487946ccd85b9910d9e0f2d92c7de15bd24ca2bbf4c2fc7bca354
Contents?: true
Size: 1.46 KB
Versions: 5
Compression:
Stored size: 1.46 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_3_0_9 module Models # # Represents the health state chunk of a node, which contains the node name # and its aggregated health state. # class NodeHealthStateChunk < EntityHealthStateChunk include MsRestAzure # @return [String] The name of a Service Fabric node. attr_accessor :node_name # # Mapper for NodeHealthStateChunk class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NodeHealthStateChunk', type: { name: 'Composite', class_name: 'NodeHealthStateChunk', model_properties: { health_state: { client_side_validation: true, required: false, serialized_name: 'HealthState', type: { name: 'String' } }, node_name: { client_side_validation: true, required: false, serialized_name: 'NodeName', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems