Class ModifyVpcAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ModifyVpcAttributeRequest
-
public class ModifyVpcAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVpcAttributeRequest()
ModifyVpcAttributeRequest(ModifyVpcAttributeRequest 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
getDescription()
Get 私有网络描述String
getEcmRegion()
Get ECM 地域Tag[]
getTags()
Get 标签String
getVpcId()
Get VPC实例ID。形如:vpc-f49l6u0z。String
getVpcName()
Get 私有网络名称,可任意命名,但不得超过60个字符。void
setDescription(String Description)
Set 私有网络描述void
setEcmRegion(String EcmRegion)
Set ECM 地域void
setTags(Tag[] Tags)
Set 标签void
setVpcId(String VpcId)
Set VPC实例ID。形如:vpc-f49l6u0z。void
setVpcName(String VpcName)
Set 私有网络名称,可任意命名,但不得超过60个字符。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
-
ModifyVpcAttributeRequest
public ModifyVpcAttributeRequest()
-
ModifyVpcAttributeRequest
public ModifyVpcAttributeRequest(ModifyVpcAttributeRequest 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
-
getVpcId
public String getVpcId()
Get VPC实例ID。形如:vpc-f49l6u0z。- Returns:
- VpcId VPC实例ID。形如:vpc-f49l6u0z。
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID。形如:vpc-f49l6u0z。- Parameters:
VpcId
- VPC实例ID。形如:vpc-f49l6u0z。
-
getEcmRegion
public String getEcmRegion()
Get ECM 地域- Returns:
- EcmRegion ECM 地域
-
setEcmRegion
public void setEcmRegion(String EcmRegion)
Set ECM 地域- Parameters:
EcmRegion
- ECM 地域
-
getVpcName
public String getVpcName()
Get 私有网络名称,可任意命名,但不得超过60个字符。- Returns:
- VpcName 私有网络名称,可任意命名,但不得超过60个字符。
-
setVpcName
public void setVpcName(String VpcName)
Set 私有网络名称,可任意命名,但不得超过60个字符。- Parameters:
VpcName
- 私有网络名称,可任意命名,但不得超过60个字符。
-
getTags
public Tag[] getTags()
Get 标签- Returns:
- Tags 标签
-
setTags
public void setTags(Tag[] Tags)
Set 标签- Parameters:
Tags
- 标签
-
getDescription
public String getDescription()
Get 私有网络描述- Returns:
- Description 私有网络描述
-
setDescription
public void setDescription(String Description)
Set 私有网络描述- Parameters:
Description
- 私有网络描述
-
-