Sha256: aadcb8fc7b6a7d01889cb8419b982048b71de435f86e1085d5bbeed52ec3adb8

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 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::Mgmt::V2018_02_01
  module Models
    #
    # Represents the health policy used to evaluate the health of services
    # belonging to a service type.
    #
    #
    class ServiceTypeHealthPolicy

      include MsRestAzure

      # @return [Integer] The maximum percentage of services allowed to be
      # unhealthy before your application is considered in error.
      # . Default value: 0 .
      attr_accessor :max_percent_unhealthy_services


      #
      # Mapper for ServiceTypeHealthPolicy class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ServiceTypeHealthPolicy',
          type: {
            name: 'Composite',
            class_name: 'ServiceTypeHealthPolicy',
            model_properties: {
              max_percent_unhealthy_services: {
                client_side_validation: true,
                required: false,
                serialized_name: 'maxPercentUnhealthyServices',
                default_value: 0,
                constraints: {
                  InclusiveMaximum: 100,
                  InclusiveMinimum: 0
                },
                type: {
                  name: 'Number'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_service_fabric-0.17.3 lib/2018-02-01/generated/azure_mgmt_service_fabric/models/service_type_health_policy.rb
azure_mgmt_service_fabric-0.17.2 lib/2018-02-01/generated/azure_mgmt_service_fabric/models/service_type_health_policy.rb
azure_mgmt_service_fabric-0.17.1 lib/2018-02-01/generated/azure_mgmt_service_fabric/models/service_type_health_policy.rb
azure_mgmt_service_fabric-0.17.0 lib/2018-02-01/generated/azure_mgmt_service_fabric/models/service_type_health_policy.rb