| Package | Description | 
|---|---|
| com.tencentcloudapi.batch.v20170312.models | 
| Modifier and Type | Method and Description | 
|---|---|
VirtualPrivateCloud | 
EnvData.getVirtualPrivateCloud()
Get Information of the VPC configuration, which cannot be specified together with Zones and VirtualPrivateClouds. 
 | 
VirtualPrivateCloud[] | 
EnvData.getVirtualPrivateClouds()
Get List of VPCs (creation of CVM instances across VPCs is supported), which cannot be specified together with VirtualPrivateCloud or Zones at the same time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EnvData.setVirtualPrivateCloud(VirtualPrivateCloud VirtualPrivateCloud)
Set Information of the VPC configuration, which cannot be specified together with Zones and VirtualPrivateClouds. 
 | 
void | 
EnvData.setVirtualPrivateClouds(VirtualPrivateCloud[] VirtualPrivateClouds)
Set List of VPCs (creation of CVM instances across VPCs is supported), which cannot be specified together with VirtualPrivateCloud or Zones at the same time. 
 | 
| Constructor and Description | 
|---|
VirtualPrivateCloud(VirtualPrivateCloud 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.