class Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment
Properties of a virtual machine that determine how it is connected to a load balancer.
Attributes
inbound_nat_rules[RW]
@return [Array<InboundNatRuleFragment>] The incoming NAT rules
Public Class Methods
mapper()
click to toggle source
Mapper for SharedPublicIpAddressConfigurationFragment
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/shared_public_ip_address_configuration_fragment.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SharedPublicIpAddressConfigurationFragment', type: { name: 'Composite', class_name: 'SharedPublicIpAddressConfigurationFragment', model_properties: { inbound_nat_rules: { client_side_validation: true, required: false, serialized_name: 'inboundNatRules', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'InboundNatRuleFragmentElementType', type: { name: 'Composite', class_name: 'InboundNatRuleFragment' } } } } } } } end