public class DccClient extends AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
DccClient() |
DccClient(BceClientConfiguration clientConfiguration)
Constructs a new InstanceClient to invoke service methods on dcc host.
|
| Modifier and Type | Method and Description |
|---|---|
GetDedicatedHostResponse |
getDedicatedHost(GetDedicatedHostRequest request)
Get the detail information of specified dcc.
|
GetDedicatedHostResponse |
getDedicatedHost(String dedicatedHostId)
Get the detail information of specified dcc.
|
ListDedicatedHostsResponse |
listDedicatedHosts()
get a list of hosts owned by the authenticated user and default conditions
|
ListDedicatedHostsResponse |
listDedicatedHosts(ListDedicatedHostsRequest request)
get a list of hosts owned by the authenticated user and specified conditions
|
getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic DccClient()
public DccClient(BceClientConfiguration clientConfiguration)
clientConfiguration - The BCE client configuration options.public GetDedicatedHostResponse getDedicatedHost(String dedicatedHostId)
dedicatedHostId - The id of the DCC.public GetDedicatedHostResponse getDedicatedHost(GetDedicatedHostRequest request)
request - The request containing all options for getting the instance info.public ListDedicatedHostsResponse listDedicatedHosts()
public ListDedicatedHostsResponse listDedicatedHosts(ListDedicatedHostsRequest request)
request - The request containing all options for queryCopyright © 2017. All rights reserved.