| 程序包 | 说明 |
|---|---|
| com.volcengine.vpc | |
| com.volcengine.vpc.model |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateVpcResponse |
VpcApi.createVpc(CreateVpcRequest body) |
com.squareup.okhttp.Call |
VpcApi.createVpcAsync(CreateVpcRequest body,
ApiCallback<CreateVpcResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
VpcApi.createVpcCall(CreateVpcRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createVpc
|
ApiResponse<CreateVpcResponse> |
VpcApi.createVpcWithHttpInfo(@NotNull CreateVpcRequest body) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateVpcRequest |
CreateVpcRequest.addDnsServersItem(String dnsServersItem) |
CreateVpcRequest |
CreateVpcRequest.addTagsItem(TagForCreateVpcInput tagsItem) |
CreateVpcRequest |
CreateVpcRequest.cidrBlock(String cidrBlock) |
CreateVpcRequest |
CreateVpcRequest.clientToken(String clientToken) |
CreateVpcRequest |
CreateVpcRequest.description(String description) |
CreateVpcRequest |
CreateVpcRequest.dnsServers(List<String> dnsServers) |
CreateVpcRequest |
CreateVpcRequest.enableIpv6(Boolean enableIpv6) |
CreateVpcRequest |
CreateVpcRequest.ipv6CidrBlock(String ipv6CidrBlock) |
CreateVpcRequest |
CreateVpcRequest.projectName(String projectName) |
CreateVpcRequest |
CreateVpcRequest.tags(List<TagForCreateVpcInput> tags) |
CreateVpcRequest |
CreateVpcRequest.vpcName(String vpcName) |
Copyright © 2024. All rights reserved.