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.
8146 8147 8148 8149 8150 |
# File 'lib/v20180317/models.rb', line 8146 def initialize(securitygroup=nil, operationtype=nil, loadbalancerids=nil) @SecurityGroup = securitygroup @OperationType = operationtype @LoadBalancerIds = loadbalancerids end |
Instance Attribute Details
#LoadBalancerIds ⇒ Object
DEL 解绑安全组列表支持的最大长度为20。
8144 8145 8146 |
# File 'lib/v20180317/models.rb', line 8144 def LoadBalancerIds @LoadBalancerIds end |
#OperationType ⇒ Object
DEL 解绑安全组列表支持的最大长度为20。
8144 8145 8146 |
# File 'lib/v20180317/models.rb', line 8144 def OperationType @OperationType end |
#SecurityGroup ⇒ Object
DEL 解绑安全组列表支持的最大长度为20。
8144 8145 8146 |
# File 'lib/v20180317/models.rb', line 8144 def SecurityGroup @SecurityGroup end |
Instance Method Details
#deserialize(params) ⇒ Object
8152 8153 8154 8155 8156 |
# File 'lib/v20180317/models.rb', line 8152 def deserialize(params) @SecurityGroup = params['SecurityGroup'] @OperationType = params['OperationType'] @LoadBalancerIds = params['LoadBalancerIds'] end |