| Package | Description |
|---|---|
| com.tencentcloudapi.privatedns.v20201028.models |
| Modifier and Type | Method and Description |
|---|---|
VpcInfo[] |
CreatePrivateZoneRequest.getVpcs()
Get 创建私有域的同时,将其关联至VPC
|
VpcInfo[] |
ModifyPrivateZoneVpcRequest.getVpcSet()
Get 私有域关联的全部VPC列表
|
VpcInfo[] |
PrivateZone.getVpcSet()
Get 绑定的Vpc列表
|
VpcInfo[] |
CreatePrivateZoneRequest.getVpcSet()
Get 创建私有域的同时,将其关联至VPC
|
VpcInfo[] |
ModifyPrivateZoneVpcResponse.getVpcSet()
Get 解析域关联的VPC列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePrivateZoneRequest.setVpcs(VpcInfo[] Vpcs)
Set 创建私有域的同时,将其关联至VPC
|
void |
ModifyPrivateZoneVpcRequest.setVpcSet(VpcInfo[] VpcSet)
Set 私有域关联的全部VPC列表
|
void |
PrivateZone.setVpcSet(VpcInfo[] VpcSet)
Set 绑定的Vpc列表
|
void |
CreatePrivateZoneRequest.setVpcSet(VpcInfo[] VpcSet)
Set 创建私有域的同时,将其关联至VPC
|
void |
ModifyPrivateZoneVpcResponse.setVpcSet(VpcInfo[] VpcSet)
Set 解析域关联的VPC列表
|
| Constructor and Description |
|---|
VpcInfo(VpcInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.