Package cn.ucloud.ulb.models
Class UpdateRuleAttributeRequest.RuleConditionsHostConfig
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ulb.models.UpdateRuleAttributeRequest.RuleConditionsHostConfig
-
- Enclosing class:
- UpdateRuleAttributeRequest
public static class UpdateRuleAttributeRequest.RuleConditionsHostConfig extends Request
-
-
Constructor Summary
Constructors Constructor Description RuleConditionsHostConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMatchMode()List<String>getValues()IntegerloadMaxRetries()IntegerloadTimeout()voidsetMatchMode(String matchMode)voidsetValues(List<String> values)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
-
getMatchMode
public String getMatchMode()
-
setMatchMode
public void setMatchMode(String matchMode)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-