class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::Ipv6::FilterExtHdr
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 278648 def _section :'filter-ext-hdr' end
dest_option_hdr()
click to toggle source
Drop packets with Destination extension
# File lib/palo_alto/config.rb, line 278686 def dest_option_hdr prop_get('dest-option-hdr') end
dest_option_hdr=(val)
click to toggle source
Drop packets with Destination extension
# File lib/palo_alto/config.rb, line 278690 def dest_option_hdr=(val) prop_set('dest-option-hdr', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 278645 def has_multiple_values? false end
hop_by_hop_hdr()
click to toggle source
Drop packets with Hop-by-Hop extension
# File lib/palo_alto/config.rb, line 278670 def hop_by_hop_hdr prop_get('hop-by-hop-hdr') end
hop_by_hop_hdr=(val)
click to toggle source
Drop packets with Hop-by-Hop extension
# File lib/palo_alto/config.rb, line 278674 def hop_by_hop_hdr=(val) prop_set('hop-by-hop-hdr', val) end
routing_hdr()
click to toggle source
Drop packets with Routing extension
# File lib/palo_alto/config.rb, line 278678 def routing_hdr prop_get('routing-hdr') end
routing_hdr=(val)
click to toggle source
Drop packets with Routing extension
# File lib/palo_alto/config.rb, line 278682 def routing_hdr=(val) prop_set('routing-hdr', val) end