public interface AffinityLabelService extends Service
Single affinity label details.
Modifier and Type | Interface and Description |
---|---|
static interface |
AffinityLabelService.GetRequest
Retrieves details about a label.
|
static interface |
AffinityLabelService.GetResponse
Retrieves details about a label.
|
static interface |
AffinityLabelService.RemoveRequest
Removes a label from system and clears all assignments
of the removed label.
|
static interface |
AffinityLabelService.RemoveResponse
Removes a label from system and clears all assignments
of the removed label.
|
static interface |
AffinityLabelService.UpdateRequest
Updates a label.
|
static interface |
AffinityLabelService.UpdateResponse
Updates a label.
|
Modifier and Type | Method and Description |
---|---|
AffinityLabelService.GetRequest |
get()
Retrieves details about a label.
|
AffinityLabelHostsService |
hostsService()
List all Hosts with this label.
|
AffinityLabelService.RemoveRequest |
remove()
Removes a label from system and clears all assignments
of the removed label.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
AffinityLabelService.UpdateRequest |
update()
Updates a label.
|
AffinityLabelVmsService |
vmsService()
List all VMs with this label.
|
AffinityLabelService.GetRequest get()
Retrieves details about a label.
AffinityLabelService.RemoveRequest remove()
Removes a label from system and clears all assignments of the removed label.
AffinityLabelService.UpdateRequest update()
Updates a label.
This call will update all metadata like name or description.
AffinityLabelHostsService hostsService()
List all Hosts with this label.
AffinityLabelVmsService vmsService()
List all VMs with this label.
Copyright © 2016. All rights reserved.