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 boolean
isInstanceMaintained(String profileId, String instanceId)
void
markInstanceMaintained(String profileId, String instanceId)
Marks the instance as being under maintenance
-