Class: TencentCloud::Clb::V20180317::DeleteRuleRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180317/models.rb

Overview

DeleteRule请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(loadbalancerid = nil, listenerid = nil, locationids = nil, domain = nil, url = nil, newdefaultserverdomain = nil) ⇒ DeleteRuleRequest

Returns a new instance of DeleteRuleRequest.



2342
2343
2344
2345
2346
2347
2348
2349
# File 'lib/v20180317/models.rb', line 2342

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

#DomainObject

Parameters:



2340
2341
2342
# File 'lib/v20180317/models.rb', line 2340

def Domain
  @Domain
end

#ListenerIdObject

Parameters:



2340
2341
2342
# File 'lib/v20180317/models.rb', line 2340

def ListenerId
  @ListenerId
end

#LoadBalancerIdObject

Parameters:



2340
2341
2342
# File 'lib/v20180317/models.rb', line 2340

def LoadBalancerId
  @LoadBalancerId
end

#LocationIdsObject

Parameters:



2340
2341
2342
# File 'lib/v20180317/models.rb', line 2340

def LocationIds
  @LocationIds
end

#NewDefaultServerDomainObject

Parameters:



2340
2341
2342
# File 'lib/v20180317/models.rb', line 2340

def NewDefaultServerDomain
  @NewDefaultServerDomain
end

#UrlObject

Parameters:



2340
2341
2342
# File 'lib/v20180317/models.rb', line 2340

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/v20180317/models.rb', line 2351

def deserialize(params)
  @LoadBalancerId = params['LoadBalancerId']
  @ListenerId = params['ListenerId']
  @LocationIds = params['LocationIds']
  @Domain = params['Domain']
  @Url = params['Url']
  @NewDefaultServerDomain = params['NewDefaultServerDomain']
end