Class: TencentCloud::Cvm::V20170312::ChcHostDeniedActions
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::ChcHostDeniedActions
- Defined in:
- lib/v20170312/models.rb
Overview
CHC物理服务器实例禁止操作的返回结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(chcid = nil, state = nil, denyactions = nil) ⇒ ChcHostDeniedActions
constructor
A new instance of ChcHostDeniedActions.
Constructor Details
#initialize(chcid = nil, state = nil, denyactions = nil) ⇒ ChcHostDeniedActions
Returns a new instance of ChcHostDeniedActions.
469 470 471 472 473 |
# File 'lib/v20170312/models.rb', line 469 def initialize(chcid=nil, state=nil, denyactions=nil) @ChcId = chcid @State = state @DenyActions = denyactions end |
Instance Attribute Details
#ChcId ⇒ Object
467 468 469 |
# File 'lib/v20170312/models.rb', line 467 def ChcId @ChcId end |
#DenyActions ⇒ Object
467 468 469 |
# File 'lib/v20170312/models.rb', line 467 def DenyActions @DenyActions end |
#State ⇒ Object
467 468 469 |
# File 'lib/v20170312/models.rb', line 467 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
475 476 477 478 479 |
# File 'lib/v20170312/models.rb', line 475 def deserialize(params) @ChcId = params['ChcId'] @State = params['State'] @DenyActions = params['DenyActions'] end |