类 EtGatewayClient

    • 构造器详细资料

      • EtGatewayClient

        public EtGatewayClient()
        Constructs a new client to invoke service methods on EtGateway.
      • EtGatewayClient

        public EtGatewayClient​(BceClientConfiguration clientConfiguration)
        Constructs a new EtGatewayClient client using the client configuration to access EtGateway.
        参数:
        clientConfiguration - The EtGatewayClient client configuration options controlling how this client connects to EtGateway (e.g. proxy settings, retry counts, etc).
    • 方法详细资料

      • createEtGateway

        public CreateEtGatewayResponse createEtGateway​(CreateEtGatewayRequest request)
        Create a EtGateway with the specified options. You must fill the field of clientToken,which is especially for keeping idempotent.

        参数:
        request - The request containing all options for creating an EtGateway.
        返回:
        etGatewayId newly created
        抛出:
        BceClientException
      • listEtGateways

        public ListEtGatewayResponse listEtGateways​(ListEtGatewayRequest request)
        In accordance with the query info, return a list of dedicated line gateways.
        参数:
        request - The request containing all options for list EtGateway.
        返回:
      • getEtGateway

        public GetEtGatewayResponse getEtGateway​(String etGatewayId)
        Query details of the dedicated line gateway
        参数:
        etGatewayId -
        返回:
      • updateEtGateway

        public void updateEtGateway​(UpdateEtGatewayRequest request)
        Update the dedicated line gateway.
        参数:
        request - The request containing all options for update EtGateway.
      • deleteEtGateway

        public void deleteEtGateway​(String etGatewayId)
        Release the dedicated line gateway
        参数:
        etGatewayId -
      • deleteEtGateway

        public void deleteEtGateway​(String etGatewayId,
                                    String clientToken)
        Release the dedicated line gateway
        参数:
        etGatewayId -
        clientToken - The request will be idempotent if clientToken is provided.
      • bindEtChannel

        public 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.
        参数:
        request -
      • unbindEtChannel

        public void unbindEtChannel​(UnbindEtChannelRequest request)
        Unbinding a dedicated line gateway from a physical dedicated line channel
        参数:
        request -
      • createEtGatewayHealthCheck

        public void createEtGatewayHealthCheck​(CreateEtGatewayHealthCheckRequest request)
        Create health check for the dedicated line gateway.
        参数:
        request -