Uses of Class
com.baidubce.services.nat.model.CreateNatRequest

Packages that use CreateNatRequest
com.baidubce.services.nat   
com.baidubce.services.nat.model   
 

Uses of CreateNatRequest in com.baidubce.services.nat
 

Methods in com.baidubce.services.nat with parameters of type CreateNatRequest
 CreateNatResponse NatClient.createNat(CreateNatRequest request)
          Create a nat with the specified options.
 

Uses of CreateNatRequest in com.baidubce.services.nat.model
 

Methods in com.baidubce.services.nat.model that return CreateNatRequest
 CreateNatRequest CreateNatRequest.withBilling(Billing billing)
          Configure billing for the request.
 CreateNatRequest CreateNatRequest.withEips(List<String> eips)
          Configure eips for the request.
 CreateNatRequest CreateNatRequest.withName(String name)
          Configure name for the request.
 CreateNatRequest CreateNatRequest.withSpec(String spec)
          Configure spec for the request.
 CreateNatRequest CreateNatRequest.withVpcId(String vpcId)
          Configure vpcId for the request.
 



Copyright © 2018. All rights reserved.