Sha256: bc1b99db450ab9a76de5e63df9d00d55483cf3d7d94755dfbc4bb8a7d6faf68e

Contents?: true

Size: 1.44 KB

Versions: 1

Compression:

Stored size: 1.44 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::ARM::Compute
  module Models
    #
    # Describes a virtual machines scale sets network configuration's DNS
    # settings.
    #
    class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

      include MsRestAzure

      include MsRest::JSONable
      # @return [String] The Domain name label.The concatenation of the domain
      # name label and vm index will be the domain name labels of the
      # PublicIPAddress resources that will be created
      attr_accessor :domain_name_label


      #
      # Mapper for
      # VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings class as
      # Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings',
          type: {
            name: 'Composite',
            class_name: 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings',
            model_properties: {
              domain_name_label: {
                required: true,
                serialized_name: 'domainNameLabel',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.13.0 lib/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb