Class: TencentCloud::Ms::V20180408::DescribeEncryptInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::DescribeEncryptInstancesRequest
- Defined in:
- lib/v20180408/models.rb
Overview
DescribeEncryptInstances请求参数结构体
Instance Attribute Summary collapse
-
#AppPkgName ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#AppType ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#EncryptOpType ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#EncryptState ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#OrderDirection ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#OrderField ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#OrderId ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#OrderType ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#PageNumber ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#PageSize ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#PlatformType ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#ResourceId ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
-
#ResultId ⇒ Object
0:正在排队; 1:加固成功; 2:加固中; 3:加固失败; 5:重试; 多记录查询时,根据查询结果进行检索使用。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pagenumber = nil, pagesize = nil, orderfield = nil, orderdirection = nil, platformtype = nil, ordertype = nil, encryptoptype = nil, resultid = nil, orderid = nil, resourceid = nil, apptype = nil, apppkgname = nil, encryptstate = nil) ⇒ DescribeEncryptInstancesRequest
constructor
A new instance of DescribeEncryptInstancesRequest.
Constructor Details
#initialize(pagenumber = nil, pagesize = nil, orderfield = nil, orderdirection = nil, platformtype = nil, ordertype = nil, encryptoptype = nil, resultid = nil, orderid = nil, resourceid = nil, apptype = nil, apppkgname = nil, encryptstate = nil) ⇒ DescribeEncryptInstancesRequest
Returns a new instance of DescribeEncryptInstancesRequest.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/v20180408/models.rb', line 1212 def initialize(pagenumber=nil, pagesize=nil, orderfield=nil, orderdirection=nil, platformtype=nil, ordertype=nil, encryptoptype=nil, resultid=nil, orderid=nil, resourceid=nil, apptype=nil, apppkgname=nil, encryptstate=nil) @PageNumber = pagenumber @PageSize = pagesize @OrderField = orderfield @OrderDirection = orderdirection @PlatformType = platformtype @OrderType = ordertype @EncryptOpType = encryptoptype @ResultId = resultid @OrderId = orderid @ResourceId = resourceid @AppType = apptype @AppPkgName = apppkgname @EncryptState = encryptstate end |
Instance Attribute Details
#AppPkgName ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def AppPkgName @AppPkgName end |
#AppType ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def AppType @AppType end |
#EncryptOpType ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def EncryptOpType @EncryptOpType end |
#EncryptState ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def EncryptState @EncryptState end |
#OrderDirection ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def OrderDirection @OrderDirection end |
#OrderField ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def OrderField @OrderField end |
#OrderId ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def OrderId @OrderId end |
#OrderType ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def OrderType @OrderType end |
#PageNumber ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def PageNumber @PageNumber end |
#PageSize ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def PageSize @PageSize end |
#PlatformType ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def PlatformType @PlatformType end |
#ResourceId ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def ResourceId @ResourceId end |
#ResultId ⇒ Object
0:正在排队;1:加固成功;2:加固中;3:加固失败;5:重试;多记录查询时,根据查询结果进行检索使用。
1210 1211 1212 |
# File 'lib/v20180408/models.rb', line 1210 def ResultId @ResultId end |
Instance Method Details
#deserialize(params) ⇒ Object
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'lib/v20180408/models.rb', line 1228 def deserialize(params) @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @OrderField = params['OrderField'] @OrderDirection = params['OrderDirection'] @PlatformType = params['PlatformType'] @OrderType = params['OrderType'] @EncryptOpType = params['EncryptOpType'] @ResultId = params['ResultId'] @OrderId = params['OrderId'] @ResourceId = params['ResourceId'] @AppType = params['AppType'] @AppPkgName = params['AppPkgName'] @EncryptState = params['EncryptState'] end |