Sha256: 094086e7a81671cee09726158778a75156033ab76de0064cfa639caf9fc1f9c6

Contents?: true

Size: 1.79 KB

Versions: 5

Compression:

Stored size: 1.79 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
    #
    # The list of partition health state chunks that respect the input filters
    # in the chunk query description.
    # Returned by get cluster health state chunks query as part of the parent
    # application hierarchy.
    #
    class PartitionHealthStateChunkList

      include MsRestAzure

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


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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/6.2.0.9/generated/azure_service_fabric/models/partition_health_state_chunk_list.rb
azure_service_fabric-0.18.0 lib/6.2.0.9/generated/azure_service_fabric/models/partition_health_state_chunk_list.rb
azure_service_fabric-0.17.2 lib/6.2.0.9/generated/azure_service_fabric/models/partition_health_state_chunk_list.rb
azure_service_fabric-0.17.1 lib/6.2.0.9/generated/azure_service_fabric/models/partition_health_state_chunk_list.rb
azure_service_fabric-0.17.0 lib/6.2.0.9/generated/azure_service_fabric/models/partition_health_state_chunk_list.rb