class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualWire::Entry::LinkStatePassThrough
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 299519 def _section :'link-state-pass-through' end
enable()
click to toggle source
Enable link state passthrough
# File lib/palo_alto/config.rb, line 299529 def enable prop_get('enable') end
enable=(val)
click to toggle source
Enable link state passthrough
# File lib/palo_alto/config.rb, line 299533 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 299516 def has_multiple_values? false end