Class Ip6Rule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.Ip6Rule
-
public class Ip6Rule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedTime()Get 转换规则创建时间StringgetIp6RuleId()Get IPV6转换规则唯一ID,形如rule6-xxxxxxxxStringgetIp6RuleName()Get IPV6转换规则名称StringgetProtocol()Get 协议类型,支持TCP/UDPStringgetRuleStatus()Get 转换规则状态,限于CREATING,RUNNING,DELETING,MODIFYINGStringgetVip()Get IPV4地址StringgetVip6()Get IPV6地址LonggetVport()Get IPV4端口号LonggetVport6()Get IPV6端口号voidsetCreatedTime(String CreatedTime)Set 转换规则创建时间voidsetIp6RuleId(String Ip6RuleId)Set IPV6转换规则唯一ID,形如rule6-xxxxxxxxvoidsetIp6RuleName(String Ip6RuleName)Set IPV6转换规则名称voidsetProtocol(String Protocol)Set 协议类型,支持TCP/UDPvoidsetRuleStatus(String RuleStatus)Set 转换规则状态,限于CREATING,RUNNING,DELETING,MODIFYINGvoidsetVip(String Vip)Set IPV4地址voidsetVip6(String Vip6)Set IPV6地址voidsetVport(Long Vport)Set IPV4端口号voidsetVport6(Long Vport6)Set IPV6端口号voidtoMap(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
-
Ip6Rule
public Ip6Rule()
-
Ip6Rule
public Ip6Rule(Ip6Rule 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
-
getIp6RuleId
public String getIp6RuleId()
Get IPV6转换规则唯一ID,形如rule6-xxxxxxxx- Returns:
- Ip6RuleId IPV6转换规则唯一ID,形如rule6-xxxxxxxx
-
setIp6RuleId
public void setIp6RuleId(String Ip6RuleId)
Set IPV6转换规则唯一ID,形如rule6-xxxxxxxx- Parameters:
Ip6RuleId- IPV6转换规则唯一ID,形如rule6-xxxxxxxx
-
getIp6RuleName
public String getIp6RuleName()
Get IPV6转换规则名称- Returns:
- Ip6RuleName IPV6转换规则名称
-
setIp6RuleName
public void setIp6RuleName(String Ip6RuleName)
Set IPV6转换规则名称- Parameters:
Ip6RuleName- IPV6转换规则名称
-
getVip6
public String getVip6()
Get IPV6地址- Returns:
- Vip6 IPV6地址
-
setVip6
public void setVip6(String Vip6)
Set IPV6地址- Parameters:
Vip6- IPV6地址
-
getVport6
public Long getVport6()
Get IPV6端口号- Returns:
- Vport6 IPV6端口号
-
setVport6
public void setVport6(Long Vport6)
Set IPV6端口号- Parameters:
Vport6- IPV6端口号
-
getProtocol
public String getProtocol()
Get 协议类型,支持TCP/UDP- Returns:
- Protocol 协议类型,支持TCP/UDP
-
setProtocol
public void setProtocol(String Protocol)
Set 协议类型,支持TCP/UDP- Parameters:
Protocol- 协议类型,支持TCP/UDP
-
getVip
public String getVip()
Get IPV4地址- Returns:
- Vip IPV4地址
-
setVip
public void setVip(String Vip)
Set IPV4地址- Parameters:
Vip- IPV4地址
-
getVport
public Long getVport()
Get IPV4端口号- Returns:
- Vport IPV4端口号
-
setVport
public void setVport(Long Vport)
Set IPV4端口号- Parameters:
Vport- IPV4端口号
-
getRuleStatus
public String getRuleStatus()
Get 转换规则状态,限于CREATING,RUNNING,DELETING,MODIFYING- Returns:
- RuleStatus 转换规则状态,限于CREATING,RUNNING,DELETING,MODIFYING
-
setRuleStatus
public void setRuleStatus(String RuleStatus)
Set 转换规则状态,限于CREATING,RUNNING,DELETING,MODIFYING- Parameters:
RuleStatus- 转换规则状态,限于CREATING,RUNNING,DELETING,MODIFYING
-
getCreatedTime
public String getCreatedTime()
Get 转换规则创建时间- Returns:
- CreatedTime 转换规则创建时间
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 转换规则创建时间- Parameters:
CreatedTime- 转换规则创建时间
-
-