class Azure::Compute::Mgmt::V2018_04_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

Describes a virtual machines scale sets network configuration's DNS settings.

Attributes

domain_name_label[RW]

@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

Public Class Methods

mapper() click to toggle source

Mapper for VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb, line 27
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings',
    type: {
      name: 'Composite',
      class_name: 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings',
      model_properties: {
        domain_name_label: {
          client_side_validation: true,
          required: true,
          serialized_name: 'domainNameLabel',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end