Class RestoreFeasibilityWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<Backup>
api.equinix.javasdk.networkedge.model.wrappers.RestoreFeasibilityWrapper
- All Implemented Interfaces:
Resource<Backup>,RestoreFeasibility
RestoreFeasibilityWrapper class.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Constructor Summary
ConstructorsConstructorDescriptionRestoreFeasibilityWrapper(RestoreFeasibilityJson json, Pageable<Backup> serviceClient) Constructor for RestoreFeasibilityWrapper. -
Method Summary
Modifier and TypeMethodDescriptiongetServices.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClientMethods inherited from interface api.equinix.javasdk.networkedge.model.RestoreFeasibility
getDeviceBackup, getRestoreAllowed, getRestoreAllowedAfterDeleteOrEdit
-
Constructor Details
-
RestoreFeasibilityWrapper
Constructor for RestoreFeasibilityWrapper.
- Parameters:
json- aRestoreFeasibilityJsonobject.serviceClient- aPageableobject.
-
-
Method Details
-
getServices
getServices.
- Specified by:
getServicesin interfaceRestoreFeasibility- Returns:
- a
Mapobject.
-