ManagementLock Interface
Implements
HasId
HasManager<ResourceManager>
HasName
HasInnerModel<ManagementLockObjectInner>
Indexable
Refreshable<ManagementLock>
Updatable<Update>
public interface ManagementLock
extends Indexable, Refreshable<ManagementLock>, Updatable<Update>, HasInnerModel<ManagementLockObjectInner>, HasManager<ResourceManager>, HasId, HasName
Management lock.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Lock |
level()
Gets the lock level. |
abstract String |
lockedResourceId()
Gets the resource ID of the locked resource. |
abstract String |
notes()
Gets any notes associated with the lock. |
abstract
List<Management |
owners()
Gets the owners of the lock. |
Method Details
level
public abstract LockLevel level()
Gets the lock level.
Returns:
the lock level
lockedResourceId
public abstract String lockedResourceId()
Gets the resource ID of the locked resource.
Returns:
the resource ID of the locked resource
notes
public abstract String notes()
Gets any notes associated with the lock.
Returns:
any notes associated with the lock
owners
public abstract List
Gets the owners of the lock.
Returns:
the owners of the lock