Class: TencentCloud::Cfw::V20190904::DescribeAssociatedInstanceListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeAssociatedInstanceListRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeAssociatedInstanceList请求参数结构体
Instance Attribute Summary collapse
- #Area ⇒ Object
- #By ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
- #SearchValue ⇒ Object
- #SecurityGroupId ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, area = nil, searchvalue = nil, by = nil, order = nil, securitygroupid = nil, type = nil) ⇒ DescribeAssociatedInstanceListRequest
constructor
A new instance of DescribeAssociatedInstanceListRequest.
Constructor Details
#initialize(offset = nil, limit = nil, area = nil, searchvalue = nil, by = nil, order = nil, securitygroupid = nil, type = nil) ⇒ DescribeAssociatedInstanceListRequest
Returns a new instance of DescribeAssociatedInstanceListRequest.
2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 |
# File 'lib/v20190904/models.rb', line 2827 def initialize(offset=nil, limit=nil, area=nil, searchvalue=nil, by=nil, order=nil, securitygroupid=nil, type=nil) @Offset = offset @Limit = limit @Area = area @SearchValue = searchvalue @By = by @Order = order @SecurityGroupId = securitygroupid @Type = type end |
Instance Attribute Details
#Area ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def Area @Area end |
#By ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def By @By end |
#Limit ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def Limit @Limit end |
#Offset ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def Offset @Offset end |
#Order ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def Order @Order end |
#SearchValue ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def SearchValue @SearchValue end |
#SecurityGroupId ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def SecurityGroupId @SecurityGroupId end |
#Type ⇒ Object
2825 2826 2827 |
# File 'lib/v20190904/models.rb', line 2825 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'lib/v20190904/models.rb', line 2838 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @Area = params['Area'] @SearchValue = params['SearchValue'] @By = params['By'] @Order = params['Order'] @SecurityGroupId = params['SecurityGroupId'] @Type = params['Type'] end |