Sha256: c3c80fe6efe46ec7ee9b6d887f990a6e701d478a42834a962d0bc7546f962b27

Contents?: true

Size: 1.7 KB

Versions: 2

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::V7_0_0_42
  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

2 entries across 2 versions & 1 rubygems

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