Class: TencentCloud::Clb::V20180317::SetSecurityGroupForLoadbalancersRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::SetSecurityGroupForLoadbalancersRequest
- Defined in:
- lib/v20180317/models.rb
Overview
SetSecurityGroupForLoadbalancers请求参数结构体
Instance Attribute Summary collapse
-
#LoadBalancerIds ⇒ Object
DEL 解绑安全组 列表支持的最大长度为20。.
-
#OperationType ⇒ Object
DEL 解绑安全组 列表支持的最大长度为20。.
-
#SecurityGroup ⇒ Object
DEL 解绑安全组 列表支持的最大长度为20。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(securitygroup = nil, operationtype = nil, loadbalancerids = nil) ⇒ SetSecurityGroupForLoadbalancersRequest
constructor
A new instance of SetSecurityGroupForLoadbalancersRequest.
Constructor Details
#initialize(securitygroup = nil, operationtype = nil, loadbalancerids = nil) ⇒ SetSecurityGroupForLoadbalancersRequest
Returns a new instance of SetSecurityGroupForLoadbalancersRequest.
8264 8265 8266 8267 8268 |
# File 'lib/v20180317/models.rb', line 8264 def initialize(securitygroup=nil, operationtype=nil, loadbalancerids=nil) @SecurityGroup = securitygroup @OperationType = operationtype @LoadBalancerIds = loadbalancerids end |
Instance Attribute Details
#LoadBalancerIds ⇒ Object
DEL 解绑安全组 列表支持的最大长度为20。
8262 8263 8264 |
# File 'lib/v20180317/models.rb', line 8262 def LoadBalancerIds @LoadBalancerIds end |
#OperationType ⇒ Object
DEL 解绑安全组 列表支持的最大长度为20。
8262 8263 8264 |
# File 'lib/v20180317/models.rb', line 8262 def OperationType @OperationType end |
#SecurityGroup ⇒ Object
DEL 解绑安全组 列表支持的最大长度为20。
8262 8263 8264 |
# File 'lib/v20180317/models.rb', line 8262 def SecurityGroup @SecurityGroup end |
Instance Method Details
#deserialize(params) ⇒ Object
8270 8271 8272 8273 8274 |
# File 'lib/v20180317/models.rb', line 8270 def deserialize(params) @SecurityGroup = params['SecurityGroup'] @OperationType = params['OperationType'] @LoadBalancerIds = params['LoadBalancerIds'] end |