public class ModifyVpcAttributeRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnableMonitor()
Get 是否开启内网监控,0为关闭,1为开启
|
String |
getVpcId()
Get 私有网络ID
|
String |
getVpcName()
Get 私有网络名称
|
void |
setEnableMonitor(Boolean EnableMonitor)
Set 是否开启内网监控,0为关闭,1为开启
|
void |
setVpcId(String VpcId)
Set 私有网络ID
|
void |
setVpcName(String VpcName)
Set 私有网络名称
|
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 ModifyVpcAttributeRequest()
public ModifyVpcAttributeRequest(ModifyVpcAttributeRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私有网络IDpublic String getVpcName()
public void setVpcName(String VpcName)
VpcName
- 私有网络名称public Boolean getEnableMonitor()
public void setEnableMonitor(Boolean EnableMonitor)
EnableMonitor
- 是否开启内网监控,0为关闭,1为开启Copyright © 2022. All rights reserved.