Method: IControl::Networking::STPGlobals#configuration_revision
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#configuration_revision ⇒ long
Gets the configuration revision level of the MSTP configuration. It’s used only when the STP mode is MSTP, however, the user may set it in any STP mode.
31 32 33 |
# File 'lib/icontrol/networking/stp_globals.rb', line 31 def configuration_revision super end |