| Package | Description |
|---|---|
| com.tencentcloudapi.privatedns.v20201028.models |
| Modifier and Type | Method and Description |
|---|---|
VpcInfo[] |
PrivateZone.getDeletedVpcSet()
Get 已删除的vpc
注意:此字段可能返回 null,表示取不到有效值。
|
VpcInfo[] |
CreatePrivateZoneRequest.getVpcs()
Get 创建私有域的同时,将其关联至VPC
|
VpcInfo[] |
PrivateZone.getVpcSet()
Get 绑定的Vpc列表
|
VpcInfo[] |
ModifyPrivateZoneVpcRequest.getVpcSet()
Get 私有域关联的全部VPC列表
|
VpcInfo[] |
AddSpecifyPrivateZoneVpcResponse.getVpcSet()
Get 本次新增的vpc
|
VpcInfo[] |
DeleteSpecifyPrivateZoneVpcResponse.getVpcSet()
Get 本次删除的VPC
|
VpcInfo[] |
ModifyPrivateZoneVpcResponse.getVpcSet()
Get 解析域关联的VPC列表
|
VpcInfo[] |
DeleteSpecifyPrivateZoneVpcRequest.getVpcSet()
Get 本次删除的VPC
|
VpcInfo[] |
AddSpecifyPrivateZoneVpcRequest.getVpcSet()
Get 本次新增的vpc信息
|
VpcInfo[] |
CreatePrivateZoneRequest.getVpcSet()
Get 创建私有域的同时,将其关联至VPC
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateZone.setDeletedVpcSet(VpcInfo[] DeletedVpcSet)
Set 已删除的vpc
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreatePrivateZoneRequest.setVpcs(VpcInfo[] Vpcs)
Set 创建私有域的同时,将其关联至VPC
|
void |
PrivateZone.setVpcSet(VpcInfo[] VpcSet)
Set 绑定的Vpc列表
|
void |
ModifyPrivateZoneVpcRequest.setVpcSet(VpcInfo[] VpcSet)
Set 私有域关联的全部VPC列表
|
void |
AddSpecifyPrivateZoneVpcResponse.setVpcSet(VpcInfo[] VpcSet)
Set 本次新增的vpc
|
void |
DeleteSpecifyPrivateZoneVpcResponse.setVpcSet(VpcInfo[] VpcSet)
Set 本次删除的VPC
|
void |
ModifyPrivateZoneVpcResponse.setVpcSet(VpcInfo[] VpcSet)
Set 解析域关联的VPC列表
|
void |
DeleteSpecifyPrivateZoneVpcRequest.setVpcSet(VpcInfo[] VpcSet)
Set 本次删除的VPC
|
void |
AddSpecifyPrivateZoneVpcRequest.setVpcSet(VpcInfo[] VpcSet)
Set 本次新增的vpc信息
|
void |
CreatePrivateZoneRequest.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 © 2024. All rights reserved.