@Deprecated public interface HostService extends RestService
ServerService| Modifier and Type | Method and Description |
|---|---|
List<? extends HostResource> |
hostDescribe(String hostName)
Deprecated.
Shows details for a specified host
|
List<? extends HostResource> |
list()
Deprecated.
List all host that the current tenant has access to
|
List<? extends HostResource> |
list(Map<String,String> filteringParams)
Deprecated.
Returns list of hosts filtered by parameters.
|
List<? extends HostResource> hostDescribe(String hostName)
hostName - List<? extends HostResource> list()
List<? extends HostResource> list(Map<String,String> filteringParams)
filteringParams - map (name, value) of filtering parametersCopyright © 2020. All rights reserved.