Interface CloudInstancesMaintenance
-
- All Known Implementing Classes:
CloudInstancesProviderImpl,SecuredCloudInstancesProvider
public interface CloudInstancesMaintenance- Author:
- Sergey.Pak Date: 30.05.22
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInstanceMaintained(String profileId, String instanceId)voidmarkInstanceMaintained(String profileId, String instanceId)Marks the instance as being under maintenance
-