public class CreateDefaultVpcRequest extends AbstractModel
Constructor and Description |
---|
CreateDefaultVpcRequest() |
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 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 © 2021. All rights reserved.