class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SpanningTree::Entry::Time
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 299318 def _section :'time' end
forward_delay()
click to toggle source
Forward Delay (in seconds)
# File lib/palo_alto/config.rb, line 299362 def forward_delay prop_get('forward-delay') end
forward_delay=(val)
click to toggle source
Forward Delay (in seconds)
# File lib/palo_alto/config.rb, line 299366 def forward_delay=(val) prop_set('forward-delay', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 299315 def has_multiple_values? false end
hello_time()
click to toggle source
Hello Time
(in seconds)
# File lib/palo_alto/config.rb, line 299346 def hello_time prop_get('hello-time') end
hello_time=(val)
click to toggle source
Hello Time
(in seconds)
# File lib/palo_alto/config.rb, line 299350 def hello_time=(val) prop_set('hello-time', val) end
max_age()
click to toggle source
Max Age (in seconds)
# File lib/palo_alto/config.rb, line 299354 def max_age prop_get('max-age') end
max_age=(val)
click to toggle source
Max Age (in seconds)
# File lib/palo_alto/config.rb, line 299358 def max_age=(val) prop_set('max-age', val) end