| Package | Description |
|---|---|
| com.tencentcloudapi.privatedns.v20201028.models |
| Modifier and Type | Method and Description |
|---|---|
VpcInfo[] |
PrivateZone.getDeletedVpcSet()
Get Deleted VPC.
|
VpcInfo[] |
CreatePrivateZoneRequest.getVpcs()
Deprecated.
|
VpcInfo[] |
CreatePrivateZoneRequest.getVpcSet()
Get Associates the private domain to a VPC when it is created
|
VpcInfo[] |
ForwardRule.getVpcSet()
Get List of VPCs bound to the private domain.
|
VpcInfo[] |
ModifyPrivateZoneVpcRequest.getVpcSet()
Get List of all VPCs associated with private domain
|
VpcInfo[] |
ModifyPrivateZoneVpcResponse.getVpcSet()
Get List of VPCs associated with domain
|
VpcInfo[] |
PrivateZone.getVpcSet()
Get List of bound VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateZone.setDeletedVpcSet(VpcInfo[] DeletedVpcSet)
Set Deleted VPC.
|
void |
CreatePrivateZoneRequest.setVpcs(VpcInfo[] Vpcs)
Deprecated.
|
void |
CreatePrivateZoneRequest.setVpcSet(VpcInfo[] VpcSet)
Set Associates the private domain to a VPC when it is created
|
void |
ForwardRule.setVpcSet(VpcInfo[] VpcSet)
Set List of VPCs bound to the private domain.
|
void |
ModifyPrivateZoneVpcRequest.setVpcSet(VpcInfo[] VpcSet)
Set List of all VPCs associated with private domain
|
void |
ModifyPrivateZoneVpcResponse.setVpcSet(VpcInfo[] VpcSet)
Set List of VPCs associated with domain
|
void |
PrivateZone.setVpcSet(VpcInfo[] VpcSet)
Set List of bound VPCs.
|
| 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 © 2025. All rights reserved.