Class: TencentCloud::Sqlserver::V20180328::CheckItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::CheckItem
- Defined in:
- lib/v20180328/models.rb
Overview
实例变配检查条目
Instance Attribute Summary collapse
-
#CheckName ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;.
-
#CurrentValue ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;.
-
#IsAffect ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;.
-
#Msg ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;.
-
#MsgCode ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;.
-
#Passed ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(checkname = nil, currentvalue = nil, passed = nil, isaffect = nil, msg = nil, msgcode = nil) ⇒ CheckItem
constructor
A new instance of CheckItem.
Constructor Details
#initialize(checkname = nil, currentvalue = nil, passed = nil, isaffect = nil, msg = nil, msgcode = nil) ⇒ CheckItem
Returns a new instance of CheckItem.
562 563 564 565 566 567 568 569 |
# File 'lib/v20180328/models.rb', line 562 def initialize(checkname=nil, currentvalue=nil, passed=nil, isaffect=nil, msg=nil, msgcode=nil) @CheckName = checkname @CurrentValue = currentvalue @Passed = passed @IsAffect = isaffect @Msg = msg @MsgCode = msgcode end |
Instance Attribute Details
#CheckName ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;
560 561 562 |
# File 'lib/v20180328/models.rb', line 560 def CheckName @CheckName end |
#CurrentValue ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;
560 561 562 |
# File 'lib/v20180328/models.rb', line 560 def CurrentValue @CurrentValue end |
#IsAffect ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;
560 561 562 |
# File 'lib/v20180328/models.rb', line 560 def IsAffect @IsAffect end |
#Msg ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;
560 561 562 |
# File 'lib/v20180328/models.rb', line 560 def Msg @Msg end |
#MsgCode ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;
560 561 562 |
# File 'lib/v20180328/models.rb', line 560 def MsgCode @MsgCode end |
#Passed ⇒ Object
CK_STORAGE-当前磁盘近7天最大的使用值(GB);CK_UPGRATE- 当前变配检查是否需要迁移,MIGRATE需要迁移变配,LOCAL本地变配;
560 561 562 |
# File 'lib/v20180328/models.rb', line 560 def Passed @Passed end |
Instance Method Details
#deserialize(params) ⇒ Object
571 572 573 574 575 576 577 578 |
# File 'lib/v20180328/models.rb', line 571 def deserialize(params) @CheckName = params['CheckName'] @CurrentValue = params['CurrentValue'] @Passed = params['Passed'] @IsAffect = params['IsAffect'] @Msg = params['Msg'] @MsgCode = params['MsgCode'] end |