public class CreateDefaultVpcRequest extends AbstractModel
Constructor and Description |
---|
CreateDefaultVpcRequest() |
CreateDefaultVpcRequest(CreateDefaultVpcRequest 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 |
---|---|
Boolean |
getForce()
Get 是否强制返回默认VPC。
|
String |
getZone()
Get 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
|
void |
setForce(Boolean Force)
Set 是否强制返回默认VPC。
|
void |
setZone(String Zone)
Set 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。
|
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 CreateDefaultVpcRequest()
public CreateDefaultVpcRequest(CreateDefaultVpcRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- 子网所在的可用区,该参数可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)接口获取,例如ap-guangzhou-1,不指定时将随机选择可用区。public Boolean getForce()
public void setForce(Boolean Force)
Force
- 是否强制返回默认VPC。Copyright © 2022. All rights reserved.