class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Vlan::Entry::VirtualInterface
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 298203 def _section :'virtual-interface' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 298200 def has_multiple_values? false end
interface()
click to toggle source
Virtual interface
# File lib/palo_alto/config.rb, line 298217 def interface prop_get('interface') end
interface=(val)
click to toggle source
Virtual interface
# File lib/palo_alto/config.rb, line 298221 def interface=(val) prop_set('interface', val) end