class Azure::Network::Mgmt::V2019_09_01::Models::AzureFirewallNatRCAction
AzureFirewall
NAT Rule Collection Action.
Attributes
type[RW]
@return [AzureFirewallNatRCActionType] The type of action. Possible values include: 'Snat', 'Dnat'
Public Class Methods
mapper()
click to toggle source
Mapper for AzureFirewallNatRCAction
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-09-01/generated/azure_mgmt_network/models/azure_firewall_nat_rcaction.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AzureFirewallNatRCAction', type: { name: 'Composite', class_name: 'AzureFirewallNatRCAction', model_properties: { type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } } } } } end