Uses of Enum Class
com.tailf.maapi.CommitParams.NoOverwriteScope
Packages that use CommitParams.NoOverwriteScope
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of CommitParams.NoOverwriteScope in com.tailf.maapi
Methods in com.tailf.maapi that return CommitParams.NoOverwriteScopeModifier and TypeMethodDescriptionCommitParams.NoOverwriteScope.fromValue
(int value) CommitParams.getNoOverwriteScope()
Get the no-overwrite scope.Returns the enum constant of this class with the specified name.static CommitParams.NoOverwriteScope[]
CommitParams.NoOverwriteScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tailf.maapi with parameters of type CommitParams.NoOverwriteScopeModifier and TypeMethodDescriptionvoid
CommitParams.setNoOverwrite
(CommitParams.NoOverwriteScope scope) Check that the parts of the device configuration to be modified are are up-to-date in CDB before pushing the configuration change to the device.