Class: Azure::Compute::Mgmt::V2019_12_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
- Inherits:
-
Object
- Object
- Azure::Compute::Mgmt::V2019_12_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-12-01/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
-
#domain_name_label ⇒ String
name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings class as Ruby Hash.
Instance Attribute Details
#domain_name_label ⇒ String
name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
19 20 21 |
# File 'lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb', line 19 def domain_name_label @domain_name_label end |
Class Method Details
.mapper ⇒ Object
Mapper for VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings class as Ruby Hash. This will be used for serialization/deserialization.
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb', line 28 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 |