Class: TencentCloud::Gaap::V20180529::DeleteProxyGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DeleteProxyGroupRequest
- Defined in:
- lib/v20180529/models.rb
Overview
DeleteProxyGroup请求参数结构体
Instance Attribute Summary collapse
-
#Force ⇒ Object
0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。.
-
#GroupId ⇒ Object
0,不强制删除, 1,强制删除。 默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, force = nil) ⇒ DeleteProxyGroupRequest
constructor
A new instance of DeleteProxyGroupRequest.
Constructor Details
#initialize(groupid = nil, force = nil) ⇒ DeleteProxyGroupRequest
2030 2031 2032 2033 |
# File 'lib/v20180529/models.rb', line 2030 def initialize(groupid=nil, force=nil) @GroupId = groupid @Force = force end |
Instance Attribute Details
#Force ⇒ Object
0,不强制删除,1,强制删除。默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。
2028 2029 2030 |
# File 'lib/v20180529/models.rb', line 2028 def Force @Force end |
#GroupId ⇒ Object
0,不强制删除,1,强制删除。默认为0,当通道组中存在通道或通道组中存在监听器/规则绑定了源站时,且Force为0时,该操作会返回失败。
2028 2029 2030 |
# File 'lib/v20180529/models.rb', line 2028 def GroupId @GroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
2035 2036 2037 2038 |
# File 'lib/v20180529/models.rb', line 2035 def deserialize(params) @GroupId = params['GroupId'] @Force = params['Force'] end |