Method: IControl::Networking::STPGlobals#set_configuration_revision

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

#set_configuration_revisionObject

Sets 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.

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.



142
143
144
# File 'lib/icontrol/networking/stp_globals.rb', line 142

def set_configuration_revision
  super
end