public class CreateL7RuleCertsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateL7RuleCertsRequest() |
CreateL7RuleCertsRequest(CreateL7RuleCertsRequest 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 |
getCertId()
Get SSL certificate ID
|
InsL7Rules[] |
getL7Rules()
Get List of Layer-7 domain name forwarding rules
|
void |
setCertId(String CertId)
Set SSL certificate ID
|
void |
setL7Rules(InsL7Rules[] L7Rules)
Set List of Layer-7 domain name forwarding rules
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateL7RuleCertsRequest()
public CreateL7RuleCertsRequest(CreateL7RuleCertsRequest source)
public String getCertId()
public void setCertId(String CertId)
CertId
- SSL certificate IDpublic InsL7Rules[] getL7Rules()
public void setL7Rules(InsL7Rules[] L7Rules)
L7Rules
- List of Layer-7 domain name forwarding rulesCopyright © 2024. All rights reserved.