class Azure::Network::Mgmt::V2019_12_01::Models::FirewallPolicyNatRuleAction

Properties of the FirewallPolicyNatRuleAction.

Attributes

type[RW]

@return [FirewallPolicyNatRuleActionType] The type of action. Possible values include: 'DNAT'

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-12-01/generated/azure_mgmt_network/models/firewall_policy_nat_rule_action.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'FirewallPolicyNatRuleAction',
    type: {
      name: 'Composite',
      class_name: 'FirewallPolicyNatRuleAction',
      model_properties: {
        type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end