class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualWire::Entry::LinkStatePassThrough

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 192971
def _section
        :'link-state-pass-through'
end
enable() click to toggle source

Enable link state passthrough

# File lib/palo_alto/config.rb, line 192981
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Enable link state passthrough

# File lib/palo_alto/config.rb, line 192985
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 192968
def has_multiple_values?
        false
end