Package cn.ucloud.ulb.models
Class UpdateRuleAttributeRequest.RuleActionsForwardConfig
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ulb.models.UpdateRuleAttributeRequest.RuleActionsForwardConfig
-
- Enclosing class:
- UpdateRuleAttributeRequest
public static class UpdateRuleAttributeRequest.RuleActionsForwardConfig extends Request
-
-
Constructor Summary
Constructors Constructor Description RuleActionsForwardConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UpdateRuleAttributeRequest.RuleActionsForwardConfigTargets>getTargets()IntegerloadMaxRetries()IntegerloadTimeout()voidsetTargets(List<UpdateRuleAttributeRequest.RuleActionsForwardConfigTargets> targets)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getRegion, getSignature, setAction, setProjectId, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getTargets
public List<UpdateRuleAttributeRequest.RuleActionsForwardConfigTargets> getTargets()
-
setTargets
public void setTargets(List<UpdateRuleAttributeRequest.RuleActionsForwardConfigTargets> targets)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-