public class EtClient extends AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
EtClient()
Constructs a new client to invoke service methods on ET.
|
EtClient(BceClientConfiguration clientConfiguration)
Constructs a new ET client using the client configuration to access ET.
|
| Modifier and Type | Method and Description |
|---|---|
ApplyForEtResponse |
applyForEt(ApplyForEtRequest request)
Apply for an ET with the specified options.
|
CreateEtChannelResponse |
createEtChannel(CreateEtChannelRequest request)
Create an ET channel with the specified options.
|
CreateEtChannelRouteResponse |
createEtChannelRouteRule(CreateEtChannelRouteRuleRequest request)
Create an ET channel route rule with the specified options.
|
void |
deleteEtChannel(EtChannelIdRequest request)
Delete the ET channel.
|
void |
deleteEtRouteRule(EtChannelRouteRuleIdRequest request)
Delete the ET channel route rule.
|
void |
disableEtChannelIpv6(EtChannelIdRequest request)
Turn off ET channel ipv6 function.
|
void |
enableEtChannelIpv6(EnableEtChannelIpv6Request request)
Turn on ET channel ipv6 function, which is a white list function.
|
Et |
getEtDetail(String etId)
Get single ET detail owned by the authenticated user.
|
ListEtChannelRouteRulesResponse |
listEtChannelRouteRules(ListEtChannelRouteRulesRequest request)
Return a list of ET route rules.
|
ListEtChannelsResponse |
listEtChannels(String etId)
Return a list of ET channels.
|
ListEtResponse |
listEts(ListEtRequest request)
Return a list of ETs owned by the authenticated user.
|
void |
resubmitEtChannel(ResubmitEtChannelRequest request)
Resubmit an ET channel with the specified options.
|
void |
updateEt(UpdateEtRequest request)
Modifying the special attribute to new value of the ET owned by the user.
|
void |
updateEtChannel(UpdateEtChannelRequest request)
Update an ET channel with the specified options.When the tunnel status is neither “Applying” nor “Application
rejected”, this interface is available.
|
void |
updateEtChannelRouteRule(UpdateEtChannelRouteRuleRequest request)
Update an ET channel route rule's description.
|
computeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic EtClient()
public EtClient(BceClientConfiguration clientConfiguration)
clientConfiguration - The network client configuration options controlling how this client
connects to network (e.g. proxy settings, retry counts, etc).public ApplyForEtResponse applyForEt(ApplyForEtRequest request)
request - The request containing all options for creating an ET.public void updateEt(UpdateEtRequest request)
request - The request containing all options for modifying own's ET.public ListEtResponse listEts(ListEtRequest request)
public Et getEtDetail(String etId)
etId - ET(ID)public CreateEtChannelResponse createEtChannel(CreateEtChannelRequest request)
request - The request containing all options for creating an ET channel.public ListEtChannelsResponse listEtChannels(String etId)
etId - the specified ET idpublic void resubmitEtChannel(ResubmitEtChannelRequest request)
request - The request containing all options for resubmitting an ET channel.public void updateEtChannel(UpdateEtChannelRequest request)
request - The request containing all options for updating an ET channel.public void deleteEtChannel(EtChannelIdRequest request)
request - – The request containing all options for deleting an ET channel.public void enableEtChannelIpv6(EnableEtChannelIpv6Request request)
request - - The request containing all options for turn on ET channel ipv6 function.public void disableEtChannelIpv6(EtChannelIdRequest request)
request - - The request containing all options for turn off ET channel ipv6 function.public CreateEtChannelRouteResponse createEtChannelRouteRule(CreateEtChannelRouteRuleRequest request)
request - The request containing all options for creating an ET channel route rule.public ListEtChannelRouteRulesResponse listEtChannelRouteRules(ListEtChannelRouteRulesRequest request)
public void updateEtChannelRouteRule(UpdateEtChannelRouteRuleRequest request)
request - The request containing all options for updating an ET channel route rule.public void deleteEtRouteRule(EtChannelRouteRuleIdRequest request)
request - – The request containing all options for deleting an ET channel route rule.Copyright © 2024. All rights reserved.