Class: TencentCloud::Gaap::V20180529::DescribeResourcesByTagRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DescribeResourcesByTagRequest
- Defined in:
- lib/v20180529/models.rb
Overview
DescribeResourcesByTag请求参数结构体
Instance Attribute Summary collapse
-
#ResourceType ⇒ Object
Proxy表示通道; ProxyGroup表示通道组; RealServer表示源站。 不指定该字段则查询该标签下所有资源。.
-
#TagKey ⇒ Object
Proxy表示通道; ProxyGroup表示通道组; RealServer表示源站。 不指定该字段则查询该标签下所有资源。.
-
#TagValue ⇒ Object
Proxy表示通道; ProxyGroup表示通道组; RealServer表示源站。 不指定该字段则查询该标签下所有资源。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil, resourcetype = nil) ⇒ DescribeResourcesByTagRequest
constructor
A new instance of DescribeResourcesByTagRequest.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil, resourcetype = nil) ⇒ DescribeResourcesByTagRequest
Returns a new instance of DescribeResourcesByTagRequest.
3982 3983 3984 3985 3986 |
# File 'lib/v20180529/models.rb', line 3982 def initialize(tagkey=nil, tagvalue=nil, resourcetype=nil) @TagKey = tagkey @TagValue = tagvalue @ResourceType = resourcetype end |
Instance Attribute Details
#ResourceType ⇒ Object
Proxy表示通道;ProxyGroup表示通道组;RealServer表示源站。不指定该字段则查询该标签下所有资源。
3980 3981 3982 |
# File 'lib/v20180529/models.rb', line 3980 def ResourceType @ResourceType end |
#TagKey ⇒ Object
Proxy表示通道;ProxyGroup表示通道组;RealServer表示源站。不指定该字段则查询该标签下所有资源。
3980 3981 3982 |
# File 'lib/v20180529/models.rb', line 3980 def TagKey @TagKey end |
#TagValue ⇒ Object
Proxy表示通道;ProxyGroup表示通道组;RealServer表示源站。不指定该字段则查询该标签下所有资源。
3980 3981 3982 |
# File 'lib/v20180529/models.rb', line 3980 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
3988 3989 3990 3991 3992 |
# File 'lib/v20180529/models.rb', line 3988 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] @ResourceType = params['ResourceType'] end |