public class InsL7Rules extends AbstractModel
skipSign
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 User App ID
|
String |
getDomain()
Get Domain name
|
String |
getInsId()
Get Instance ID
|
String |
getProtocol()
Get Protocol
|
String |
getSSLId()
Get Certificate ID
|
Long |
getStatus()
Get Rules can only be modified when the status is `0`, `2`, or `8`.
|
String |
getVirtualPort()
Get High-defense port
|
void |
setAppId(String AppId)
Set User App ID
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setInsId(String InsId)
Set Instance ID
|
void |
setProtocol(String Protocol)
Set Protocol
|
void |
setSSLId(String SSLId)
Set Certificate ID
|
void |
setStatus(Long Status)
Set Rules can only be modified when the status is `0`, `2`, or `8`.
|
void |
setVirtualPort(String VirtualPort)
Set High-defense port
|
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 InsL7Rules()
public InsL7Rules(InsL7Rules source)
public Long getStatus()
public void setStatus(Long Status)
Status
- Rules can only be modified when the status is `0`, `2`, or `8`.
Rule status. Values: `0` (Normal), `1` (Being configured), `2` (Configuration failed), `3` (Being deleted), `5` (Failed to be deleted), `6` (Pending add), `7` (Pending delete), `8` (Pending certificate upload), `9` (Associated resource not exist), `10` (Pending modify), `11` (Being modified).public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Protocolpublic String getInsId()
public void setInsId(String InsId)
InsId
- Instance IDpublic String getAppId()
public void setAppId(String AppId)
AppId
- User App IDpublic String getVirtualPort()
public void setVirtualPort(String VirtualPort)
VirtualPort
- High-defense portpublic String getSSLId()
public void setSSLId(String SSLId)
SSLId
- Certificate IDCopyright © 2023. All rights reserved.