public class CreateChooseVpcsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
VpcZoneData[] |
getAllZoneList()
Get zone列表
|
String[] |
getVpcList()
Get vpc列表
|
void |
setAllZoneList(VpcZoneData[] AllZoneList)
Set zone列表
|
void |
setVpcList(String[] VpcList)
Set vpc列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateChooseVpcsRequest()
public CreateChooseVpcsRequest(CreateChooseVpcsRequest source)
public String[] getVpcList()
public void setVpcList(String[] VpcList)
VpcList
- vpc列表public VpcZoneData[] getAllZoneList()
public void setAllZoneList(VpcZoneData[] AllZoneList)
AllZoneList
- zone列表Copyright © 2022. All rights reserved.