public interface AffinityLabelVmsService extends Service
This service represents list of vms that have a specific label when accessed through the affinitylabels/vms subcollection.
Modifier and Type | Interface and Description |
---|---|
static interface |
AffinityLabelVmsService.AddRequest
Add a label to a vm.
|
static interface |
AffinityLabelVmsService.AddResponse
Add a label to a vm.
|
static interface |
AffinityLabelVmsService.ListRequest
List all vms with the label.
|
static interface |
AffinityLabelVmsService.ListResponse
List all vms with the label.
|
Modifier and Type | Method and Description |
---|---|
AffinityLabelVmsService.AddRequest |
add()
Add a label to a vm.
|
AffinityLabelVmsService.ListRequest |
list()
List all vms with the label.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
AffinityLabelVmService |
vmService(String id)
A link to the specific label-vm assignment to
allow label removal.
|
AffinityLabelVmsService.AddRequest add()
Add a label to a vm.
AffinityLabelVmsService.ListRequest list()
List all vms with the label.
AffinityLabelVmService vmService(String id)
A link to the specific label-vm assignment to allow label removal.
Copyright © 2016. All rights reserved.