public interface AffinityLabelVmService extends Service
This service represents a vm that has a specific label when accessed through the affinitylabels/vms subcollection.
Modifier and Type | Interface and Description |
---|---|
static interface |
AffinityLabelVmService.GetRequest
Retrieves details about a vm that has this label assigned.
|
static interface |
AffinityLabelVmService.GetResponse
Retrieves details about a vm that has this label assigned.
|
static interface |
AffinityLabelVmService.RemoveRequest
Remove a label from a vm.
|
static interface |
AffinityLabelVmService.RemoveResponse
Remove a label from a vm.
|
Modifier and Type | Method and Description |
---|---|
AffinityLabelVmService.GetRequest |
get()
Retrieves details about a vm that has this label assigned.
|
AffinityLabelVmService.RemoveRequest |
remove()
Remove a label from a vm.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
AffinityLabelVmService.GetRequest get()
Retrieves details about a vm that has this label assigned.
AffinityLabelVmService.RemoveRequest remove()
Remove a label from a vm.
Copyright © 2016. All rights reserved.