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.
8195 8196 8197 8198 8199 |
# File 'lib/v20180317/models.rb', line 8195 def initialize(securitygroup=nil, operationtype=nil, loadbalancerids=nil) @SecurityGroup = securitygroup @OperationType = operationtype @LoadBalancerIds = loadbalancerids end |
Instance Attribute Details
#LoadBalancerIds ⇒ Object
DEL 解绑安全组列表支持的最大长度为20。
8193 8194 8195 |
# File 'lib/v20180317/models.rb', line 8193 def LoadBalancerIds @LoadBalancerIds end |
#OperationType ⇒ Object
DEL 解绑安全组列表支持的最大长度为20。
8193 8194 8195 |
# File 'lib/v20180317/models.rb', line 8193 def OperationType @OperationType end |
#SecurityGroup ⇒ Object
DEL 解绑安全组列表支持的最大长度为20。
8193 8194 8195 |
# File 'lib/v20180317/models.rb', line 8193 def SecurityGroup @SecurityGroup end |
Instance Method Details
#deserialize(params) ⇒ Object
8201 8202 8203 8204 8205 |
# File 'lib/v20180317/models.rb', line 8201 def deserialize(params) @SecurityGroup = params['SecurityGroup'] @OperationType = params['OperationType'] @LoadBalancerIds = params['LoadBalancerIds'] end |