public interface AffinityLabelsService extends Service
Manages the affinity labels available in the system.
Modifier and Type | Interface and Description |
---|---|
static interface |
AffinityLabelsService.AddRequest
Creates a new label.
|
static interface |
AffinityLabelsService.AddResponse
Creates a new label.
|
static interface |
AffinityLabelsService.ListRequest
Lists all labels present in the system.
|
static interface |
AffinityLabelsService.ListResponse
Lists all labels present in the system.
|
Modifier and Type | Method and Description |
---|---|
AffinityLabelsService.AddRequest |
add()
Creates a new label.
|
AffinityLabelService |
labelService(String id)
Link to a single label details.
|
AffinityLabelsService.ListRequest |
list()
Lists all labels present in the system.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
AffinityLabelsService.AddRequest add()
Creates a new label. The label is automatically attached to all entities mentioned in the vms or hosts lists.
AffinityLabelsService.ListRequest list()
Lists all labels present in the system.
AffinityLabelService labelService(String id)
Link to a single label details.
Copyright © 2016. All rights reserved.