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