public class RegisterFunctionTargetsRequest extends AbstractModel
Constructor and Description |
---|
RegisterFunctionTargetsRequest() |
RegisterFunctionTargetsRequest(RegisterFunctionTargetsRequest 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 |
getDomain()
Get Domain name of the target forwarding rule.
|
FunctionTarget[] |
getFunctionTargets()
Get SCF functions to be bound.
|
String |
getListenerId()
Get CLB listener ID.
|
String |
getLoadBalancerId()
Get CLB instance ID.
|
String |
getLocationId()
Get ID of the target forwarding rule.
|
String |
getUrl()
Get URL of the target forwarding rule.
|
void |
setDomain(String Domain)
Set Domain name of the target forwarding rule.
|
void |
setFunctionTargets(FunctionTarget[] FunctionTargets)
Set SCF functions to be bound.
|
void |
setListenerId(String ListenerId)
Set CLB listener ID.
|
void |
setLoadBalancerId(String LoadBalancerId)
Set CLB instance ID.
|
void |
setLocationId(String LocationId)
Set ID of the target forwarding rule.
|
void |
setUrl(String Url)
Set URL of the target forwarding rule.
|
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 RegisterFunctionTargetsRequest()
public RegisterFunctionTargetsRequest(RegisterFunctionTargetsRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- CLB instance ID.public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- CLB listener ID.public FunctionTarget[] getFunctionTargets()
public void setFunctionTargets(FunctionTarget[] FunctionTargets)
FunctionTargets
- SCF functions to be bound.public String getLocationId()
public void setLocationId(String LocationId)
LocationId
- ID of the target forwarding rule. To bind an SCF function to a L7 forwarding rule, this parameter or `Domain+Url` is required.public String getDomain()
public void setDomain(String Domain)
Domain
- Domain name of the target forwarding rule. It is ignored if `LocationId` is specified.public String getUrl()
public void setUrl(String Url)
Url
- URL of the target forwarding rule. It is ignored if `LocationId` is specified.Copyright © 2023. All rights reserved.