class Azure::Network::Mgmt::V2019_07_01::Models::FirewallPolicyFilterRuleAction
Properties of the FirewallPolicyFilterRuleAction
.
Attributes
type[RW]
@return [FirewallPolicyFilterRuleActionType] The type of action. Possible values include: 'Allow', 'Deny', 'Alert '
Public Class Methods
mapper()
click to toggle source
Mapper for FirewallPolicyFilterRuleAction
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-07-01/generated/azure_mgmt_network/models/firewall_policy_filter_rule_action.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FirewallPolicyFilterRuleAction', type: { name: 'Composite', class_name: 'FirewallPolicyFilterRuleAction', model_properties: { type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } } } } } end