Interface AuthorizedCloudInstances
-
- All Known Implementing Classes:
AuthorizedCloudInstancesImpl
public interface AuthorizedCloudInstances
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforgetAuthorizedInstance(String profileId, String imageId, String instanceId, String reason)booleanisInstanceAuthorized(String profileId, String imageId, String instanceId)voidrememberAuthorizedInstance(String profileId, String imageId, String instanceId)
-