public class ModifyL7LocationsRequest extends AbstractModel
Constructor and Description |
---|
ModifyL7LocationsRequest() |
ModifyL7LocationsRequest(ModifyL7LocationsRequest 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 |
getListenerId()
Get 七层监听器实例ID,可通过接口DescribeL7Listeners查询。
|
String |
getLoadBalancerId()
Get 负载均衡实例ID,可通过接口DescribeLoadBalancers查询。
|
ModifyL7LocationRule[] |
getRuleSet()
Get 待更新的七层转发规则信息数组。
|
void |
setListenerId(String ListenerId)
Set 七层监听器实例ID,可通过接口DescribeL7Listeners查询。
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例ID,可通过接口DescribeLoadBalancers查询。
|
void |
setRuleSet(ModifyL7LocationRule[] RuleSet)
Set 待更新的七层转发规则信息数组。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyL7LocationsRequest()
public ModifyL7LocationsRequest(ModifyL7LocationsRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- 负载均衡实例ID,可通过接口DescribeLoadBalancers查询。public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- 七层监听器实例ID,可通过接口DescribeL7Listeners查询。public ModifyL7LocationRule[] getRuleSet()
public void setRuleSet(ModifyL7LocationRule[] RuleSet)
RuleSet
- 待更新的七层转发规则信息数组。Copyright © 2022. All rights reserved.