Class CheckDefaultSubnetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.CheckDefaultSubnetRequest
-
public class CheckDefaultSubnetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckDefaultSubnetRequest()CheckDefaultSubnetRequest(CheckDefaultSubnetRequest 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 StringgetZone()Get 子网所在的可用区ID,不同子网选择不同可用区可以做跨可用区灾备。voidsetZone(String Zone)Set 子网所在的可用区ID,不同子网选择不同可用区可以做跨可用区灾备。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
-
CheckDefaultSubnetRequest
public CheckDefaultSubnetRequest()
-
CheckDefaultSubnetRequest
public CheckDefaultSubnetRequest(CheckDefaultSubnetRequest 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.
-
-