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 |
---|---|
String[] |
getDnsServers()
Get DNS address.
|
String |
getDomainName()
Get Domain name
|
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 nameCopyright © 2023. All rights reserved.