Class: TencentCloud::Clb::V20180317::DeleteRuleRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::DeleteRuleRequest
- Defined in:
- lib/v20180317/models.rb
Overview
DeleteRule请求参数结构体
Instance Attribute Summary collapse
- #Domain ⇒ Object
- #ListenerId ⇒ Object
- #LoadBalancerId ⇒ Object
- #LocationIds ⇒ Object
- #NewDefaultServerDomain ⇒ Object
- #Url ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loadbalancerid = nil, listenerid = nil, locationids = nil, domain = nil, url = nil, newdefaultserverdomain = nil) ⇒ DeleteRuleRequest
constructor
A new instance of DeleteRuleRequest.
Constructor Details
#initialize(loadbalancerid = nil, listenerid = nil, locationids = nil, domain = nil, url = nil, newdefaultserverdomain = nil) ⇒ DeleteRuleRequest
Returns a new instance of DeleteRuleRequest.
2220 2221 2222 2223 2224 2225 2226 2227 |
# File 'lib/v20180317/models.rb', line 2220 def initialize(loadbalancerid=nil, listenerid=nil, locationids=nil, domain=nil, url=nil, newdefaultserverdomain=nil) @LoadBalancerId = loadbalancerid @ListenerId = listenerid @LocationIds = locationids @Domain = domain @Url = url @NewDefaultServerDomain = newdefaultserverdomain end |
Instance Attribute Details
#Domain ⇒ Object
2218 2219 2220 |
# File 'lib/v20180317/models.rb', line 2218 def Domain @Domain end |
#ListenerId ⇒ Object
2218 2219 2220 |
# File 'lib/v20180317/models.rb', line 2218 def ListenerId @ListenerId end |
#LoadBalancerId ⇒ Object
2218 2219 2220 |
# File 'lib/v20180317/models.rb', line 2218 def LoadBalancerId @LoadBalancerId end |
#LocationIds ⇒ Object
2218 2219 2220 |
# File 'lib/v20180317/models.rb', line 2218 def LocationIds @LocationIds end |
#NewDefaultServerDomain ⇒ Object
2218 2219 2220 |
# File 'lib/v20180317/models.rb', line 2218 def NewDefaultServerDomain @NewDefaultServerDomain end |
#Url ⇒ Object
2218 2219 2220 |
# File 'lib/v20180317/models.rb', line 2218 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/v20180317/models.rb', line 2229 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @ListenerId = params['ListenerId'] @LocationIds = params['LocationIds'] @Domain = params['Domain'] @Url = params['Url'] @NewDefaultServerDomain = params['NewDefaultServerDomain'] end |