Sha256: 106f8ce57cb240be78c515cbfe70302b3ffcc716b36bcb79359baf86f5d7732f

Contents?: true

Size: 1.97 KB

Versions: 2

Compression:

Stored size: 1.97 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 node health state chunks in the cluster that respect the
    # input filters in the chunk query. Returned by get cluster health state
    # chunks query.
    #
    class NodeHealthStateChunkList < EntityHealthStateChunkList

      include MsRestAzure

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


      #
      # Mapper for NodeHealthStateChunkList class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'NodeHealthStateChunkList',
          type: {
            name: 'Composite',
            class_name: 'NodeHealthStateChunkList',
            model_properties: {
              total_count: {
                client_side_validation: true,
                required: false,
                serialized_name: 'TotalCount',
                type: {
                  name: 'Number'
                }
              },
              items: {
                client_side_validation: true,
                required: false,
                serialized_name: 'Items',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'NodeHealthStateChunkElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'NodeHealthStateChunk'
                      }
                  }
                }
              }
            }
          }
        }
      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/node_health_state_chunk_list.rb
azure_service_fabric-0.18.0 lib/7.0.0.42/generated/azure_service_fabric/models/node_health_state_chunk_list.rb