public class InsL7Rules extends AbstractModel
Constructor and Description |
---|
InsL7Rules() |
InsL7Rules(InsL7Rules 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 |
getAppId()
Get 用户AppID
|
String |
getDomain()
Get 域名
|
String |
getInsId()
Get 实例ID
|
String |
getProtocol()
Get 协议
|
String |
getSSLId()
Get 证书ID
|
Long |
getStatus()
Get 规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中
|
String |
getVirtualPort()
Get 高防端口
|
void |
setAppId(String AppId)
Set 用户AppID
|
void |
setDomain(String Domain)
Set 域名
|
void |
setInsId(String InsId)
Set 实例ID
|
void |
setProtocol(String Protocol)
Set 协议
|
void |
setSSLId(String SSLId)
Set 证书ID
|
void |
setStatus(Long Status)
Set 规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中
|
void |
setVirtualPort(String VirtualPort)
Set 高防端口
|
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 InsL7Rules()
public InsL7Rules(InsL7Rules source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议public String getInsId()
public void setInsId(String InsId)
InsId
- 实例IDpublic String getAppId()
public void setAppId(String AppId)
AppId
- 用户AppIDpublic String getVirtualPort()
public void setVirtualPort(String VirtualPort)
VirtualPort
- 高防端口public String getSSLId()
public void setSSLId(String SSLId)
SSLId
- 证书IDCopyright © 2021. All rights reserved.