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 |
---|---|
String[] |
getDnsServers()
Get DNS address.
|
String |
getDomainName()
Get Domain name
|
Boolean |
getEnableCdcPublish()
Get Whether to publish the CDC subnet to CCN.
|
String |
getEnableMulticast()
Get Whether multicast is enabled.
|
String |
getVpcId()
Get Security group can be named freely, but cannot exceed 60 characters.
|
String |
getVpcName()
Get VPC can be named freely, but the maximum length is 60 characters.
|
void |
setDnsServers(String[] DnsServers)
Set DNS address.
|
void |
setDomainName(String DomainName)
Set Domain name
|
void |
setEnableCdcPublish(Boolean EnableCdcPublish)
Set Whether to publish the CDC subnet to CCN.
|
void |
setEnableMulticast(String EnableMulticast)
Set Whether multicast is enabled.
|
void |
setVpcId(String VpcId)
Set Security group can be named freely, but cannot exceed 60 characters.
|
void |
setVpcName(String VpcName)
Set VPC can be named freely, but the maximum length is 60 characters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyVpcAttributeRequest()
public ModifyVpcAttributeRequest(ModifyVpcAttributeRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Security group can be named freely, but cannot exceed 60 characters.public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- VPC can be named freely, but the maximum length is 60 characters.public String getEnableMulticast()
public void setEnableMulticast(String EnableMulticast)
EnableMulticast
- Whether multicast is enabled. `true`: Enabled. `false`: Off.public String[] getDnsServers()
public void setDnsServers(String[] DnsServers)
DnsServers
- DNS address. A maximum of 4 addresses is supported. The first one is primary server by default, and the rest are secondary servers.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Domain namepublic Boolean getEnableCdcPublish()
public void setEnableCdcPublish(Boolean EnableCdcPublish)
EnableCdcPublish
- Whether to publish the CDC subnet to CCN. `true`: Publish; `false`: u200dDo not publishCopyright © 2024. All rights reserved.