Sha256: ae4182d8108f72d897280592fe4a422928e4e9b9de28828b7e3b4b3c599d39b6

Contents?: true

Size: 1.71 KB

Versions: 5

Compression:

Stored size: 1.71 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
    #
    # Defines an item in ApplicationTypeHealthPolicyMap.
    #
    class ApplicationTypeHealthPolicyMapItem

      include MsRestAzure

      # @return [String] The key of the application type health policy map
      # item. This is the name of the application type.
      attr_accessor :key

      # @return [Integer] The value of the application type health policy map
      # item.
      # The max percent unhealthy applications allowed for the application
      # type. Must be between zero and 100.
      attr_accessor :value


      #
      # Mapper for ApplicationTypeHealthPolicyMapItem class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ApplicationTypeHealthPolicyMapItem',
          type: {
            name: 'Composite',
            class_name: 'ApplicationTypeHealthPolicyMapItem',
            model_properties: {
              key: {
                client_side_validation: true,
                required: true,
                serialized_name: 'Key',
                type: {
                  name: 'String'
                }
              },
              value: {
                client_side_validation: true,
                required: true,
                serialized_name: 'Value',
                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/application_type_health_policy_map_item.rb
azure_service_fabric-0.18.0 lib/6.3.0.9/generated/azure_service_fabric/models/application_type_health_policy_map_item.rb
azure_service_fabric-0.17.2 lib/6.3.0.9/generated/azure_service_fabric/models/application_type_health_policy_map_item.rb
azure_service_fabric-0.17.1 lib/6.3.0.9/generated/azure_service_fabric/models/application_type_health_policy_map_item.rb
azure_service_fabric-0.17.0 lib/6.3.0.9/generated/azure_service_fabric/models/application_type_health_policy_map_item.rb