class PaloAlto::XML::Config::Shared::PostRulebase::Pbf::Rules::Entry::Action
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 69616 def _section :'action' end
discard()
click to toggle source
# File lib/palo_alto/config.rb, line 69781 def discard @subclasses['discard'] ||= Discard.new(parent_instance: self, create_children: @create_children) end
forward()
click to toggle source
# File lib/palo_alto/config.rb, line 69769 def forward @subclasses['forward'] ||= Forward.new(parent_instance: self, create_children: @create_children) end
forward_to_vsys()
click to toggle source
Virtual system/Shared gateway to route packet to
# File lib/palo_alto/config.rb, line 69808 def forward_to_vsys prop_get('forward-to-vsys') end
forward_to_vsys=(val)
click to toggle source
Virtual system/Shared gateway to route packet to
# File lib/palo_alto/config.rb, line 69812 def forward_to_vsys=(val) prop_set('forward-to-vsys', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 69613 def has_multiple_values? false end
no_pbf()
click to toggle source
# File lib/palo_alto/config.rb, line 69793 def no_pbf @subclasses['no-pbf'] ||= NoPbf.new(parent_instance: self, create_children: @create_children) end