public class EtGatewayClient extends AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
EtGatewayClient()
Constructs a new client to invoke service methods on EtGateway.
|
EtGatewayClient(BceClientConfiguration clientConfiguration)
Constructs a new EtGatewayClient client using the client configuration to access EtGateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bindEtChannel(BindEtChannelRequest request)
Binding a dedicated line gateway to a physical dedicated line channel,
you can choose to simultaneously set the cloud-side network parameters.
|
CreateEtGatewayResponse |
createEtGateway(CreateEtGatewayRequest request)
Create a EtGateway with the specified options.
|
void |
createEtGatewayHealthCheck(CreateEtGatewayHealthCheckRequest request)
Create health check for the dedicated line gateway.
|
void |
deleteEtGateway(String etGatewayId)
Release the dedicated line gateway
|
void |
deleteEtGateway(String etGatewayId,
String clientToken)
Release the dedicated line gateway
|
GetEtGatewayResponse |
getEtGateway(String etGatewayId)
Query details of the dedicated line gateway
|
ListEtGatewayResponse |
listEtGateways(ListEtGatewayRequest request)
In accordance with the query info, return a list of dedicated line gateways.
|
void |
unbindEtChannel(UnbindEtChannelRequest request)
Unbinding a dedicated line gateway from a physical dedicated line channel
|
void |
updateEtGateway(UpdateEtGatewayRequest request)
Update the dedicated line gateway.
|
computeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic EtGatewayClient()
public EtGatewayClient(BceClientConfiguration clientConfiguration)
clientConfiguration - The EtGatewayClient client configuration options controlling how this client
connects to EtGateway (e.g. proxy settings, retry counts, etc).public CreateEtGatewayResponse createEtGateway(CreateEtGatewayRequest request)
request - The request containing all options for creating an EtGateway.BceClientExceptionpublic ListEtGatewayResponse listEtGateways(ListEtGatewayRequest request)
request - The request containing all options for list EtGateway.public GetEtGatewayResponse getEtGateway(String etGatewayId)
etGatewayId - public void updateEtGateway(UpdateEtGatewayRequest request)
request - The request containing all options for update EtGateway.public void deleteEtGateway(String etGatewayId)
etGatewayId - public void deleteEtGateway(String etGatewayId, String clientToken)
etGatewayId - clientToken - The request will be idempotent if clientToken is provided.public void bindEtChannel(BindEtChannelRequest request)
request - public void unbindEtChannel(UnbindEtChannelRequest request)
request - public void createEtGatewayHealthCheck(CreateEtGatewayHealthCheckRequest request)
request - Copyright © 2024. All rights reserved.