class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SpanningTree::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 299219
def _section
        :'entry'
end
bridge_priority() click to toggle source

Bridge priority

# File lib/palo_alto/config.rb, line 299437
def bridge_priority
        prop_get('bridge-priority')
end
bridge_priority=(val) click to toggle source

Bridge priority

# File lib/palo_alto/config.rb, line 299441
def bridge_priority=(val)
        prop_set('bridge-priority', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 299216
def has_multiple_values?
        false
end
mode() click to toggle source
# File lib/palo_alto/config.rb, line 299430
def mode
        prop_get('mode')
end
mode=(val) click to toggle source
# File lib/palo_alto/config.rb, line 299433
def mode=(val)
        prop_set('mode', val)
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 299419
def name
        prop_get('@name')
end
port() click to toggle source
# File lib/palo_alto/config.rb, line 299307
def port
        if @create_children
                @subclasses['port'] ||= Port.new(parent_instance: self, create_children: @create_children)
        else
                Port.new(parent_instance: self)
        end
end
port_cost() click to toggle source

Default port cost within this instance

# File lib/palo_alto/config.rb, line 299453
def port_cost
        prop_get('port-cost')
end
port_cost=(val) click to toggle source

Default port cost within this instance

# File lib/palo_alto/config.rb, line 299457
def port_cost=(val)
        prop_set('port-cost', val)
end
port_priority() click to toggle source

Default port priority within this instance

# File lib/palo_alto/config.rb, line 299445
def port_priority
        prop_get('port-priority')
end
port_priority=(val) click to toggle source

Default port priority within this instance

# File lib/palo_alto/config.rb, line 299449
def port_priority=(val)
        prop_set('port-priority', val)
end
time() click to toggle source
# File lib/palo_alto/config.rb, line 299370
def time
        @subclasses['time'] ||= Time.new(parent_instance: self, create_children: @create_children)
end
vlan() click to toggle source

VLAN of the instance

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

VLAN of the instance

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