Uses of Class
com.baidubce.services.vpc.model.CreateVpcRequest

Packages that use CreateVpcRequest
com.baidubce.services.vpc   
com.baidubce.services.vpc.model   
 

Uses of CreateVpcRequest in com.baidubce.services.vpc
 

Methods in com.baidubce.services.vpc with parameters of type CreateVpcRequest
 CreateVpcResponse VpcClient.createVpc(CreateVpcRequest request)
          Create a vpc with the specified options.
 

Uses of CreateVpcRequest in com.baidubce.services.vpc.model
 

Methods in com.baidubce.services.vpc.model that return CreateVpcRequest
 CreateVpcRequest CreateVpcRequest.withCidr(String cidr)
          Configure cidr for the request.
 CreateVpcRequest CreateVpcRequest.withDescription(String description)
          Configure description for the request.
 CreateVpcRequest CreateVpcRequest.withName(String name)
          Configure name for the request.
 CreateVpcRequest CreateVpcRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 



Copyright © 2018. All rights reserved.