class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Pbf::Rules::Entry::Action
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 323233 def _section :'action' end
discard()
click to toggle source
# File lib/palo_alto/config.rb, line 323393 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 323381 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 323420 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 323424 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 323230 def has_multiple_values? false end
no_pbf()
click to toggle source
# File lib/palo_alto/config.rb, line 323405 def no_pbf @subclasses['no-pbf'] ||= NoPbf.new(parent_instance: self, create_children: @create_children) end