public interface VmNicsService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
VmNicsService.AddRequest |
static interface |
VmNicsService.AddResponse |
static interface |
VmNicsService.ListRequest |
static interface |
VmNicsService.ListResponse |
Modifier and Type | Method and Description |
---|---|
VmNicsService.AddRequest |
add() |
VmNicsService.ListRequest |
list() |
VmNicService |
nicService(String id) |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
VmNicsService.AddRequest add()
VmNicsService.ListRequest list()
VmNicService nicService(String id)
Copyright © 2016. All rights reserved.