Sha256: 3f3b33e1d1228a7f4c94421bfb3b11b3e729182a723eab91ea53c986c89971c9

Contents?: true

Size: 1.7 KB

Versions: 6

Compression:

Stored size: 1.7 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_02_01
  module Models
    #
    # Desired outbound IP Prefix resources for the cluster load balancer.
    #
    class ManagedClusterLoadBalancerProfileOutboundIPPrefixes

      include MsRestAzure

      # @return [Array<ResourceReference>] A list of public IP prefix
      # resources.
      attr_accessor :public_ipprefixes


      #
      # Mapper for ManagedClusterLoadBalancerProfileOutboundIPPrefixes class as
      # Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ManagedClusterLoadBalancerProfile_outboundIPPrefixes',
          type: {
            name: 'Composite',
            class_name: 'ManagedClusterLoadBalancerProfileOutboundIPPrefixes',
            model_properties: {
              public_ipprefixes: {
                client_side_validation: true,
                required: false,
                serialized_name: 'publicIPPrefixes',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'ResourceReferenceElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'ResourceReference'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
azure_mgmt_container_service-0.22.0 lib/2020-02-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb
azure_mgmt_container_service-0.21.0 lib/2020-02-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb
azure_mgmt_container_service-0.20.4 lib/2020-02-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb
azure_mgmt_container_service-0.20.3 lib/2020-02-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb
azure_mgmt_container_service-0.20.2 lib/2020-02-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb
azure_mgmt_container_service-0.20.1 lib/2020-02-01/generated/azure_mgmt_container_service/models/managed_cluster_load_balancer_profile_outbound_ipprefixes.rb