public class VpcDnsInfo extends AbstractModel
skipSign
Constructor and Description |
---|
VpcDnsInfo() |
VpcDnsInfo(VpcDnsInfo 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 |
getDNSEip()
Get Public EIP, which is the firewall DNS resolution address
|
Long |
getFwMode()
Get NAT firewall mode.
|
String |
getNatInsId()
Get NAT gateway ID
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getNatInsName()
Get NAT gateway name
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getSwitchStatus()
Get 0: off; 1: on
|
String |
getVpcId()
Get VPC ID
|
String |
getVpcIpv4Cidr()
Get VPC IPv4 CIDR block (Classless Inter-Domain Routing)
|
String |
getVpcName()
Get VPC name
|
void |
setDNSEip(String DNSEip)
Set Public EIP, which is the firewall DNS resolution address
|
void |
setFwMode(Long FwMode)
Set NAT firewall mode.
|
void |
setNatInsId(String NatInsId)
Set NAT gateway ID
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setNatInsName(String NatInsName)
Set NAT gateway name
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setSwitchStatus(Long SwitchStatus)
Set 0: off; 1: on
|
void |
setVpcId(String VpcId)
Set VPC ID
|
void |
setVpcIpv4Cidr(String VpcIpv4Cidr)
Set VPC IPv4 CIDR block (Classless Inter-Domain Routing)
|
void |
setVpcName(String VpcName)
Set VPC name
|
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 VpcDnsInfo()
public VpcDnsInfo(VpcDnsInfo source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC IDpublic String getVpcName()
public void setVpcName(String VpcName)
VpcName
- VPC namepublic Long getFwMode()
public void setFwMode(Long FwMode)
FwMode
- NAT firewall mode. 0: Create new; 1: Use existingpublic String getVpcIpv4Cidr()
public void setVpcIpv4Cidr(String VpcIpv4Cidr)
VpcIpv4Cidr
- VPC IPv4 CIDR block (Classless Inter-Domain Routing)public String getDNSEip()
public void setDNSEip(String DNSEip)
DNSEip
- Public EIP, which is the firewall DNS resolution addresspublic String getNatInsId()
public void setNatInsId(String NatInsId)
NatInsId
- NAT gateway ID
Note: This field may return `null`, indicating that no valid value was found.public String getNatInsName()
public void setNatInsName(String NatInsName)
NatInsName
- NAT gateway name
Note: This field may return `null`, indicating that no valid value was found.public Long getSwitchStatus()
public void setSwitchStatus(Long SwitchStatus)
SwitchStatus
- 0: off; 1: onCopyright © 2023. All rights reserved.