Package cn.ucloud.ulb.models
Class UpdateRuleAttributeRequest.RuleConditionsPathConfig
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ulb.models.UpdateRuleAttributeRequest.RuleConditionsPathConfig
-
- Enclosing class:
- UpdateRuleAttributeRequest
public static class UpdateRuleAttributeRequest.RuleConditionsPathConfig extends Request
-
-
Constructor Summary
Constructors Constructor Description RuleConditionsPathConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getValues()IntegerloadMaxRetries()IntegerloadTimeout()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
-
-