public interface SnapshotService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
SnapshotService.GetRequest |
static interface |
SnapshotService.GetResponse |
static interface |
SnapshotService.RemoveRequest |
static interface |
SnapshotService.RemoveResponse |
static interface |
SnapshotService.RestoreRequest |
static interface |
SnapshotService.RestoreResponse |
Modifier and Type | Method and Description |
---|---|
SnapshotCdromsService |
cdromsService() |
SnapshotDisksService |
disksService() |
SnapshotService.GetRequest |
get() |
SnapshotNicsService |
nicsService() |
SnapshotService.RemoveRequest |
remove() |
SnapshotService.RestoreRequest |
restore() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
SnapshotService.GetRequest get()
SnapshotService.RemoveRequest remove()
SnapshotService.RestoreRequest restore()
SnapshotCdromsService cdromsService()
SnapshotDisksService disksService()
SnapshotNicsService nicsService()
Copyright © 2016. All rights reserved.