class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Pbf::Rules::Entry::Action
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 113599 def _section :'action' end
discard()
click to toggle source
# File lib/palo_alto/config.rb, line 113766 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 113754 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 113793 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 113797 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 113596 def has_multiple_values? false end
no_pbf()
click to toggle source
# File lib/palo_alto/config.rb, line 113778 def no_pbf @subclasses['no-pbf'] ||= NoPbf.new(parent_instance: self, create_children: @create_children) end