public class DnsVpcSwitch extends AbstractModel
skipSign
Constructor and Description |
---|
DnsVpcSwitch() |
DnsVpcSwitch(DnsVpcSwitch 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 |
---|---|
Long |
getStatus()
Get 0:设置为关闭 1:设置为打开
|
String |
getVpcId()
Get vpc id
|
void |
setStatus(Long Status)
Set 0:设置为关闭 1:设置为打开
|
void |
setVpcId(String VpcId)
Set vpc id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DnsVpcSwitch()
public DnsVpcSwitch(DnsVpcSwitch source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc idpublic Long getStatus()
public void setStatus(Long Status)
Status
- 0:设置为关闭 1:设置为打开Copyright © 2023. All rights reserved.