class PaloAlto::XML::Config::Devices::Entry::Template::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 216633 def _section :'action' end
discard()
click to toggle source
# File lib/palo_alto/config.rb, line 216793 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 216781 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 216820 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 216824 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 216630 def has_multiple_values? false end
no_pbf()
click to toggle source
# File lib/palo_alto/config.rb, line 216805 def no_pbf @subclasses['no-pbf'] ||= NoPbf.new(parent_instance: self, create_children: @create_children) end