Sha256: 0159487bd74a5f3b239831e239582035c052cd6b7e21b6f534b9cbe02f62fe52
Contents?: true
Size: 1.71 KB
Versions: 2
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::V7_0_0_42 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
2 entries across 2 versions & 1 rubygems