Class VpcDnsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.VpcDnsInfo
-
public class VpcDnsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDNSEip()
Get 外网弹性ip,防火墙 dns解析地址Long
getFwMode()
Get nat 防火墙模式 0:新增模式, 1: 接入模式String
getNatInsId()
Get nat网关id 注意:此字段可能返回 null,表示取不到有效值。String
getNatInsName()
Get nat网关名称 注意:此字段可能返回 null,表示取不到有效值。Long
getProtectedStatus()
Get 0:未防护, 1: 已防护,2:忽略此字段 注意:此字段可能返回 null,表示取不到有效值。Long
getSupportDNSFW()
Get 是否支持DNS FW,0-不支持、1-支持 注意:此字段可能返回 null,表示取不到有效值。Long
getSwitchStatus()
Get 0:开关关闭 , 1: 开关打开String
getVpcId()
Get vpc idString
getVpcIpv4Cidr()
Get vpc ipv4网段范围 CIDR(Classless Inter-Domain Routing,无类域间路由选择)String
getVpcName()
Get vpc 名称void
setDNSEip(String DNSEip)
Set 外网弹性ip,防火墙 dns解析地址void
setFwMode(Long FwMode)
Set nat 防火墙模式 0:新增模式, 1: 接入模式void
setNatInsId(String NatInsId)
Set nat网关id 注意:此字段可能返回 null,表示取不到有效值。void
setNatInsName(String NatInsName)
Set nat网关名称 注意:此字段可能返回 null,表示取不到有效值。void
setProtectedStatus(Long ProtectedStatus)
Set 0:未防护, 1: 已防护,2:忽略此字段 注意:此字段可能返回 null,表示取不到有效值。void
setSupportDNSFW(Long SupportDNSFW)
Set 是否支持DNS FW,0-不支持、1-支持 注意:此字段可能返回 null,表示取不到有效值。void
setSwitchStatus(Long SwitchStatus)
Set 0:开关关闭 , 1: 开关打开void
setVpcId(String VpcId)
Set vpc idvoid
setVpcIpv4Cidr(String VpcIpv4Cidr)
Set vpc ipv4网段范围 CIDR(Classless Inter-Domain Routing,无类域间路由选择)void
setVpcName(String VpcName)
Set vpc 名称void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VpcDnsInfo
public VpcDnsInfo()
-
VpcDnsInfo
public 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get vpc id- Returns:
- VpcId vpc id
-
setVpcId
public void setVpcId(String VpcId)
Set vpc id- Parameters:
VpcId
- vpc id
-
getVpcName
public String getVpcName()
Get vpc 名称- Returns:
- VpcName vpc 名称
-
setVpcName
public void setVpcName(String VpcName)
Set vpc 名称- Parameters:
VpcName
- vpc 名称
-
getFwMode
public Long getFwMode()
Get nat 防火墙模式 0:新增模式, 1: 接入模式- Returns:
- FwMode nat 防火墙模式 0:新增模式, 1: 接入模式
-
setFwMode
public void setFwMode(Long FwMode)
Set nat 防火墙模式 0:新增模式, 1: 接入模式- Parameters:
FwMode
- nat 防火墙模式 0:新增模式, 1: 接入模式
-
getVpcIpv4Cidr
public String getVpcIpv4Cidr()
Get vpc ipv4网段范围 CIDR(Classless Inter-Domain Routing,无类域间路由选择)- Returns:
- VpcIpv4Cidr vpc ipv4网段范围 CIDR(Classless Inter-Domain Routing,无类域间路由选择)
-
setVpcIpv4Cidr
public void setVpcIpv4Cidr(String VpcIpv4Cidr)
Set vpc ipv4网段范围 CIDR(Classless Inter-Domain Routing,无类域间路由选择)- Parameters:
VpcIpv4Cidr
- vpc ipv4网段范围 CIDR(Classless Inter-Domain Routing,无类域间路由选择)
-
getDNSEip
public String getDNSEip()
Get 外网弹性ip,防火墙 dns解析地址- Returns:
- DNSEip 外网弹性ip,防火墙 dns解析地址
-
setDNSEip
public void setDNSEip(String DNSEip)
Set 外网弹性ip,防火墙 dns解析地址- Parameters:
DNSEip
- 外网弹性ip,防火墙 dns解析地址
-
getNatInsId
public String getNatInsId()
Get nat网关id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NatInsId nat网关id 注意:此字段可能返回 null,表示取不到有效值。
-
setNatInsId
public void setNatInsId(String NatInsId)
Set nat网关id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NatInsId
- nat网关id 注意:此字段可能返回 null,表示取不到有效值。
-
getNatInsName
public String getNatInsName()
Get nat网关名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NatInsName nat网关名称 注意:此字段可能返回 null,表示取不到有效值。
-
setNatInsName
public void setNatInsName(String NatInsName)
Set nat网关名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NatInsName
- nat网关名称 注意:此字段可能返回 null,表示取不到有效值。
-
getSwitchStatus
public Long getSwitchStatus()
Get 0:开关关闭 , 1: 开关打开- Returns:
- SwitchStatus 0:开关关闭 , 1: 开关打开
-
setSwitchStatus
public void setSwitchStatus(Long SwitchStatus)
Set 0:开关关闭 , 1: 开关打开- Parameters:
SwitchStatus
- 0:开关关闭 , 1: 开关打开
-
getProtectedStatus
public Long getProtectedStatus()
Get 0:未防护, 1: 已防护,2:忽略此字段 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProtectedStatus 0:未防护, 1: 已防护,2:忽略此字段 注意:此字段可能返回 null,表示取不到有效值。
-
setProtectedStatus
public void setProtectedStatus(Long ProtectedStatus)
Set 0:未防护, 1: 已防护,2:忽略此字段 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProtectedStatus
- 0:未防护, 1: 已防护,2:忽略此字段 注意:此字段可能返回 null,表示取不到有效值。
-
getSupportDNSFW
public Long getSupportDNSFW()
Get 是否支持DNS FW,0-不支持、1-支持 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SupportDNSFW 是否支持DNS FW,0-不支持、1-支持 注意:此字段可能返回 null,表示取不到有效值。
-
setSupportDNSFW
public void setSupportDNSFW(Long SupportDNSFW)
Set 是否支持DNS FW,0-不支持、1-支持 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SupportDNSFW
- 是否支持DNS FW,0-不支持、1-支持 注意:此字段可能返回 null,表示取不到有效值。
-
-