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