class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Vlan::Entry::Mac::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 298157
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 298154
def has_multiple_values?
        false
end
interface() click to toggle source

Interface name

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

Interface name

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

MAC address (format xx:xx:xx:xx:xx:xx)

# File lib/palo_alto/config.rb, line 298172
def name
        prop_get('@name')
end