public class CreateForwardRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateForwardRuleRequest() |
CreateForwardRuleRequest(CreateForwardRuleRequest 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 |
getEndPointId()
Get Endpoint ID.
|
String |
getRuleName()
Get Forwarding rule name.
|
String |
getRuleType()
Get Forwarding rule type.
|
String |
getZoneId()
Get Private domain ID, which can be viewed on the private domain list page.
|
void |
setEndPointId(String EndPointId)
Set Endpoint ID.
|
void |
setRuleName(String RuleName)
Set Forwarding rule name.
|
void |
setRuleType(String RuleType)
Set Forwarding rule type.
|
void |
setZoneId(String ZoneId)
Set Private domain ID, which can be viewed on the private domain list page.
|
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 CreateForwardRuleRequest()
public CreateForwardRuleRequest(CreateForwardRuleRequest source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Forwarding rule name.public String getRuleType()
public void setRuleType(String RuleType)
RuleType
- Forwarding rule type. DOWN: From cloud to off-cloud; UP: From off-cloud to cloud.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Private domain ID, which can be viewed on the private domain list page.public String getEndPointId()
public void setEndPointId(String EndPointId)
EndPointId
- Endpoint ID.Copyright © 2024. All rights reserved.