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: off; 1: on
|
String |
getVpcId()
Get VPC ID
|
void |
setStatus(Long Status)
Set 0: off; 1: on
|
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: off; 1: onCopyright © 2023. All rights reserved.