public class DeleteRuleRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteRuleRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDomain()Get Domain name of the forwarding rule to be deleted. | 
| 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 A listener must be configured with a default domain name. | 
| String | getUrl()Get Forwarding path of the forwarding rule to be deleted. | 
| void | setDomain(String Domain)Set Domain name of the forwarding rule to be deleted. | 
| 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 A listener must be configured with a default domain name. | 
| void | setUrl(String Url)Set Forwarding path of the forwarding rule to be deleted. | 
| 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, toJsonStringpublic 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 - Domain name of the forwarding rule to be deleted. This parameter does not take effect if LocationIds is specifiedpublic String getUrl()
public void setUrl(String Url)
Url - Forwarding path of the forwarding rule to be deleted. This parameter does not take effect if LocationIds is specifiedpublic String getNewDefaultServerDomain()
public void setNewDefaultServerDomain(String NewDefaultServerDomain)
NewDefaultServerDomain - A listener must be configured with a default domain name. If you need to delete the default domain name, you can specify another one as the new default domain name.Copyright © 2020. All rights reserved.