Sha256: ce8caf446dad91ebda3510e993de916f836144ad8a18b7b8bd6c0a5f116f6973

Contents?: true

Size: 1.61 KB

Versions: 4

Compression:

Stored size: 1.61 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::ContainerService::Mgmt::V2020_06_01
  module Models
    #
    # Desired managed outbound IPs for the cluster load balancer.
    #
    class ManagedClusterLoadBalancerProfileManagedOutboundIPs

      include MsRestAzure

      # @return [Integer] Desired number of outbound IP created/managed by
      # Azure for the cluster load balancer. Allowed values must be in the
      # range of 1 to 100 (inclusive). The default value is 1. . Default value:
      # 1 .
      attr_accessor :count


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_container_service-0.22.0 lib/2020-06-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_managed_outbound_ips.rb
azure_mgmt_container_service-0.21.0 lib/2020-06-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_managed_outbound_ips.rb
azure_mgmt_container_service-0.20.4 lib/2020-06-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_managed_outbound_ips.rb
azure_mgmt_container_service-0.20.3 lib/2020-06-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_managed_outbound_ips.rb