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

Public Instance Methods

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

Bridge priority

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

Bridge priority

# File lib/palo_alto/config.rb, line 192893
def bridge_priority=(val)
        prop_set('bridge-priority', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 192668
def has_multiple_values?
        false
end
mode() click to toggle source
# File lib/palo_alto/config.rb, line 192882
def mode
        prop_get('mode')
end
mode=(val) click to toggle source
# File lib/palo_alto/config.rb, line 192885
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 192871
def name
        prop_get('@name')
end
port() click to toggle source
# File lib/palo_alto/config.rb, line 192759
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 192905
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 192909
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 192897
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 192901
def port_priority=(val)
        prop_set('port-priority', val)
end
time() click to toggle source
# File lib/palo_alto/config.rb, line 192822
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 192875
def vlan
        prop_get('vlan')
end
vlan=(val) click to toggle source

VLAN of the instance

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