Class CreateChooseVpcsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.CreateChooseVpcsRequest
-
public class CreateChooseVpcsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateChooseVpcsRequest()CreateChooseVpcsRequest(CreateChooseVpcsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VpcZoneData[]getAllZoneList()Get zone列表String[]getVpcList()Get vpc列表voidsetAllZoneList(VpcZoneData[] AllZoneList)Set zone列表voidsetVpcList(String[] VpcList)Set vpc列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateChooseVpcsRequest
public CreateChooseVpcsRequest()
-
CreateChooseVpcsRequest
public CreateChooseVpcsRequest(CreateChooseVpcsRequest 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.
-
-
Method Detail
-
getVpcList
public String[] getVpcList()
Get vpc列表- Returns:
- VpcList vpc列表
-
setVpcList
public void setVpcList(String[] VpcList)
Set vpc列表- Parameters:
VpcList- vpc列表
-
getAllZoneList
public VpcZoneData[] getAllZoneList()
Get zone列表- Returns:
- AllZoneList zone列表
-
setAllZoneList
public void setAllZoneList(VpcZoneData[] AllZoneList)
Set zone列表- Parameters:
AllZoneList- zone列表
-
-