public class DeleteRuleRequest extends AbstractModel
Constructor and Description |
---|
DeleteRuleRequest() |
DeleteRuleRequest(DeleteRuleRequest 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 The domain name associated with the forwarding rule to delete.
|
String |
getListenerId()
Get CLB listener ID
|
String |
getLoadBalancerId()
Get CLB instance ID
|
String[] |
getLocationIds()
Get Array of IDs of the forwarding rules to be deleted
|
String |
getNewDefaultServerDomain()
Get Specifies a new default domain name for the listener.
|
String |
getUrl()
Get The forwarding path of the forwarding rule to delete.
|
void |
setDomain(String Domain)
Set The domain name associated with the forwarding rule to delete.
|
void |
setListenerId(String ListenerId)
Set CLB listener ID
|
void |
setLoadBalancerId(String LoadBalancerId)
Set CLB instance ID
|
void |
setLocationIds(String[] LocationIds)
Set Array of IDs of the forwarding rules to be deleted
|
void |
setNewDefaultServerDomain(String NewDefaultServerDomain)
Set Specifies a new default domain name for the listener.
|
void |
setUrl(String Url)
Set The forwarding path of the forwarding rule to delete.
|
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 DeleteRuleRequest()
public DeleteRuleRequest(DeleteRuleRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- CLB instance IDpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- CLB listener IDpublic String[] getLocationIds()
public void setLocationIds(String[] LocationIds)
LocationIds
- Array of IDs of the forwarding rules to be deletedpublic String getDomain()
public void setDomain(String Domain)
Domain
- The domain name associated with the forwarding rule to delete. If the rule is associated with multiple domain names, specify any one of them.public String getUrl()
public void setUrl(String Url)
Url
- The forwarding path of the forwarding rule to delete.public String getNewDefaultServerDomain()
public void setNewDefaultServerDomain(String NewDefaultServerDomain)
NewDefaultServerDomain
- Specifies a new default domain name for the listener. This field is used when the original default domain name is disabled. If there are multiple domain names, specify one of them.Copyright © 2023. All rights reserved.