class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Vlan::Entry::VirtualInterface

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 191657
def _section
        :'virtual-interface'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 191654
def has_multiple_values?
        false
end
interface() click to toggle source

Virtual interface

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

Virtual interface

# File lib/palo_alto/config.rb, line 191675
def interface=(val)
        prop_set('interface', val)
end