Sha256: 1eb9bafc70d3396c921c794ca1a33f6ae636cc3b025c97e5376b7a8c9f24dcbf

Contents?: true

Size: 1.37 KB

Versions: 5

Compression:

Stored size: 1.37 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
    #
    # A base type for the list of health state chunks found in the cluster. It
    # contains the total number of health states that match the input filters.
    #
    class EntityHealthStateChunkList

      include MsRestAzure

      # @return [Integer] Total number of entity health state objects that
      # match the specified filters from the cluster health chunk query
      # description.
      attr_accessor :total_count


      #
      # Mapper for EntityHealthStateChunkList class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'EntityHealthStateChunkList',
          type: {
            name: 'Composite',
            class_name: 'EntityHealthStateChunkList',
            model_properties: {
              total_count: {
                client_side_validation: true,
                required: false,
                serialized_name: 'TotalCount',
                type: {
                  name: 'Number'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/6.3.0.9/generated/azure_service_fabric/models/entity_health_state_chunk_list.rb
azure_service_fabric-0.18.0 lib/6.3.0.9/generated/azure_service_fabric/models/entity_health_state_chunk_list.rb
azure_service_fabric-0.17.2 lib/6.3.0.9/generated/azure_service_fabric/models/entity_health_state_chunk_list.rb
azure_service_fabric-0.17.1 lib/6.3.0.9/generated/azure_service_fabric/models/entity_health_state_chunk_list.rb
azure_service_fabric-0.17.0 lib/6.3.0.9/generated/azure_service_fabric/models/entity_health_state_chunk_list.rb