Class: Azure::ARM::Compute::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

Inherits:
Object
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb

Overview

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#domain_name_labelString

name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created

Returns:

  • (String)

    The Domain name label.The concatenation of the domain



20
21
22
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb', line 20

def domain_name_label
  @domain_name_label
end

Class Method Details

.mapperObject

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



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb', line 29

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