Method: IControl::Networking::STPGlobals#configuration_revision

Defined in:
lib/icontrol/networking/stp_globals.rb

#configuration_revisionlong

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.

Returns:

  • (long)

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



31
32
33
# File 'lib/icontrol/networking/stp_globals.rb', line 31

def configuration_revision
  super
end