Class: TencentCloud::Tke::V20180525::DescribeEncryptionStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeEncryptionStatusResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeEncryptionStatus返回参数结构体
Instance Attribute Summary collapse
-
#ErrorMsg ⇒ Object
-
Opening: 开启中 - Opened: 已开启 - Closing: 关闭中 - Closed: 已关闭.
-
-
#RequestId ⇒ Object
-
Opening: 开启中 - Opened: 已开启 - Closing: 关闭中 - Closed: 已关闭.
-
-
#Status ⇒ Object
-
Opening: 开启中 - Opened: 已开启 - Closing: 关闭中 - Closed: 已关闭.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, errormsg = nil, requestid = nil) ⇒ DescribeEncryptionStatusResponse
constructor
A new instance of DescribeEncryptionStatusResponse.
Constructor Details
#initialize(status = nil, errormsg = nil, requestid = nil) ⇒ DescribeEncryptionStatusResponse
Returns a new instance of DescribeEncryptionStatusResponse.
7791 7792 7793 7794 7795 |
# File 'lib/v20180525/models.rb', line 7791 def initialize(status=nil, errormsg=nil, requestid=nil) @Status = status @ErrorMsg = errormsg @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
-
Opening: 开启中
-
Opened: 已开启
-
Closing: 关闭中
-
Closed: 已关闭
7789 7790 7791 |
# File 'lib/v20180525/models.rb', line 7789 def ErrorMsg @ErrorMsg end |
#RequestId ⇒ Object
-
Opening: 开启中
-
Opened: 已开启
-
Closing: 关闭中
-
Closed: 已关闭
7789 7790 7791 |
# File 'lib/v20180525/models.rb', line 7789 def RequestId @RequestId end |
#Status ⇒ Object
-
Opening: 开启中
-
Opened: 已开启
-
Closing: 关闭中
-
Closed: 已关闭
7789 7790 7791 |
# File 'lib/v20180525/models.rb', line 7789 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
7797 7798 7799 7800 7801 |
# File 'lib/v20180525/models.rb', line 7797 def deserialize(params) @Status = params['Status'] @ErrorMsg = params['ErrorMsg'] @RequestId = params['RequestId'] end |