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 Whether to forcibly return a default VPC
|
String |
getZone()
Get The ID of the availability zone in which the subnet resides.
|
void |
setForce(Boolean Force)
Set Whether to forcibly return a default VPC
|
void |
setZone(String Zone)
Set The ID of the availability zone in which the subnet resides.
|
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
- The ID of the availability zone in which the subnet resides. This parameter can be obtained through the [`DescribeZones`](https://intl.cloud.tencent.com/document/product/213/15707?from_cn_redirect=1) API, such as `ap-guangzhou-1`. If it’s not specified, a random availability zone will be used.public Boolean getForce()
public void setForce(Boolean Force)
Force
- Whether to forcibly return a default VPCCopyright © 2021. All rights reserved.