public class ModifyVpcAttributeRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.