Sha256: df51e670aa0ac4f5985dd1f7defe9267862d52cdaf37a590544fd64e814cc82a

Contents?: true

Size: 1.7 KB

Versions: 3

Compression:

Stored size: 1.7 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_5_0_36
  module Models
    #
    # The list of service health state chunks that respect the input filters in
    # the chunk query. Returned by get cluster health state chunks query.
    #
    class ServiceHealthStateChunkList

      include MsRestAzure

      # @return [Array<ServiceHealthStateChunk>] The list of service health
      # state chunks that respect the input filters in the chunk query.
      attr_accessor :items


      #
      # Mapper for ServiceHealthStateChunkList class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ServiceHealthStateChunkList',
          type: {
            name: 'Composite',
            class_name: 'ServiceHealthStateChunkList',
            model_properties: {
              items: {
                client_side_validation: true,
                required: false,
                serialized_name: 'Items',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'ServiceHealthStateChunkElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'ServiceHealthStateChunk'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/6.5.0.36/generated/azure_service_fabric/models/service_health_state_chunk_list.rb
azure_service_fabric-0.18.0 lib/6.5.0.36/generated/azure_service_fabric/models/service_health_state_chunk_list.rb
azure_service_fabric-0.17.2 lib/6.5.0.36/generated/azure_service_fabric/models/service_health_state_chunk_list.rb