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