Uses of Interface
api.equinix.javasdk.networkedge.model.Backup
Packages that use Backup
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
Network Edge model interfaces for the Equinix Java SDK.
-
Uses of Backup in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return BackupModifier and TypeMethodDescriptionGets the specified backup.Methods in api.equinix.javasdk.networkedge.client that return types with arguments of type BackupModifier and TypeMethodDescriptionNetworkEdgeConfig.getBackupClient()getBackupClient.Lists available backups for the provided deviceUuid.Backups.list(String deviceUuid, RequestBuilder.Backup requestBuilder) Lists available backups for the provided deviceUuid and desired query parameters. -
Uses of Backup in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return BackupModifier and TypeMethodDescriptionGets the specified backup.Methods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type BackupModifier and TypeMethodDescriptionLists available backups for the provided deviceUuid.BackupsImpl.list(String deviceUuid, RequestBuilder.Backup requestBuilder) Lists available backups for the provided deviceUuid and desired query parameters.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type BackupModifierConstructorDescriptionBackupsImpl(BackupClient<Backup> serviceClient, NetworkEdge serviceManager) Constructor for BackupsImpl. -
Uses of Backup in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type BackupModifier and TypeMethodDescriptionBackupClient.list(String deviceUuid, RequestBuilder.Backup requestBuilder) list. -
Uses of Backup in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type BackupModifier and TypeMethodDescriptionBackupClientImpl.list(String deviceUuid, RequestBuilder.Backup requestBuilder) list.BackupClientImpl.nextPage(PaginatedRequest<Backup> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type BackupModifier and TypeMethodDescriptionBackupClientImpl.nextPage(PaginatedRequest<Backup> equinixRequest) nextPage. -
Uses of Backup in api.equinix.javasdk.networkedge.model
Methods in api.equinix.javasdk.networkedge.model with parameters of type Backup -
Uses of Backup in api.equinix.javasdk.networkedge.model.json.creators
Methods in api.equinix.javasdk.networkedge.model.json.creators that return BackupModifier and TypeMethodDescriptionBackupOperator.BackupBuilder.save()BackupOperator.BackupUpdater.save()Constructor parameters in api.equinix.javasdk.networkedge.model.json.creators with type arguments of type BackupModifierConstructorDescriptionBackupOperator(Pageable<Backup> serviceClient) Constructor for BackupOperator. -
Uses of Backup in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement BackupMethods in api.equinix.javasdk.networkedge.model.wrappers with parameters of type BackupModifier and TypeMethodDescriptionDeviceWrapper.restoreFromBackup(Backup backup) restoreFromBackup.Constructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type BackupModifierConstructorDescriptionBackupWrapper(BackupJson deviceLinkJson, Pageable<Backup> serviceClient) Constructor for BackupWrapper.RestoreFeasibilityWrapper(RestoreFeasibilityJson json, Pageable<Backup> serviceClient) Constructor for RestoreFeasibilityWrapper.