Class ModifyDefaultSubnetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ModifyDefaultSubnetRequest
-
public class ModifyDefaultSubnetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDefaultSubnetRequest()
ModifyDefaultSubnetRequest(ModifyDefaultSubnetRequest 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 String
getEcmRegion()
Get ECM地域String
getSubnetId()
Get 子网IDString
getVpcId()
Get 私有网络IDString
getZone()
Get ECM可用区void
setEcmRegion(String EcmRegion)
Set ECM地域void
setSubnetId(String SubnetId)
Set 子网IDvoid
setVpcId(String VpcId)
Set 私有网络IDvoid
setZone(String Zone)
Set ECM可用区void
toMap(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
-
ModifyDefaultSubnetRequest
public ModifyDefaultSubnetRequest()
-
ModifyDefaultSubnetRequest
public ModifyDefaultSubnetRequest(ModifyDefaultSubnetRequest 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 Detail
-
getEcmRegion
public String getEcmRegion()
Get ECM地域- Returns:
- EcmRegion ECM地域
-
setEcmRegion
public void setEcmRegion(String EcmRegion)
Set ECM地域- Parameters:
EcmRegion
- ECM地域
-
getZone
public String getZone()
Get ECM可用区- Returns:
- Zone ECM可用区
-
setZone
public void setZone(String Zone)
Set ECM可用区- Parameters:
Zone
- ECM可用区
-
getVpcId
public String getVpcId()
Get 私有网络ID- Returns:
- VpcId 私有网络ID
-
setVpcId
public void setVpcId(String VpcId)
Set 私有网络ID- Parameters:
VpcId
- 私有网络ID
-
getSubnetId
public String getSubnetId()
Get 子网ID- Returns:
- SubnetId 子网ID
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网ID- Parameters:
SubnetId
- 子网ID
-
-