Class: TencentCloud::Cvm::V20170312::CreateDisasterRecoverGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::CreateDisasterRecoverGroupResponse
- Defined in:
- lib/v20170312/models.rb
Overview
CreateDisasterRecoverGroup返回参数结构体
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #CurrentNum ⇒ Object
- #CvmQuotaTotal ⇒ Object
- #DisasterRecoverGroupId ⇒ Object
- #Name ⇒ Object
- #RequestId ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(disasterrecovergroupid = nil, type = nil, name = nil, cvmquotatotal = nil, currentnum = nil, createtime = nil, requestid = nil) ⇒ CreateDisasterRecoverGroupResponse
constructor
A new instance of CreateDisasterRecoverGroupResponse.
Constructor Details
#initialize(disasterrecovergroupid = nil, type = nil, name = nil, cvmquotatotal = nil, currentnum = nil, createtime = nil, requestid = nil) ⇒ CreateDisasterRecoverGroupResponse
Returns a new instance of CreateDisasterRecoverGroupResponse.
643 644 645 646 647 648 649 650 651 |
# File 'lib/v20170312/models.rb', line 643 def initialize(disasterrecovergroupid=nil, type=nil, name=nil, cvmquotatotal=nil, currentnum=nil, createtime=nil, requestid=nil) @DisasterRecoverGroupId = disasterrecovergroupid @Type = type @Name = name @CvmQuotaTotal = cvmquotatotal @CurrentNum = currentnum @CreateTime = createtime @RequestId = requestid end |
Instance Attribute Details
#CreateTime ⇒ Object
641 642 643 |
# File 'lib/v20170312/models.rb', line 641 def CreateTime @CreateTime end |
#CurrentNum ⇒ Object
641 642 643 |
# File 'lib/v20170312/models.rb', line 641 def CurrentNum @CurrentNum end |
#CvmQuotaTotal ⇒ Object
641 642 643 |
# File 'lib/v20170312/models.rb', line 641 def CvmQuotaTotal @CvmQuotaTotal end |
#DisasterRecoverGroupId ⇒ Object
641 642 643 |
# File 'lib/v20170312/models.rb', line 641 def DisasterRecoverGroupId @DisasterRecoverGroupId end |
#Name ⇒ Object
641 642 643 |
# File 'lib/v20170312/models.rb', line 641 def Name @Name end |
#RequestId ⇒ Object
641 642 643 |
# File 'lib/v20170312/models.rb', line 641 def RequestId @RequestId end |
#Type ⇒ Object
641 642 643 |
# File 'lib/v20170312/models.rb', line 641 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
653 654 655 656 657 658 659 660 661 |
# File 'lib/v20170312/models.rb', line 653 def deserialize(params) @DisasterRecoverGroupId = params['DisasterRecoverGroupId'] @Type = params['Type'] @Name = params['Name'] @CvmQuotaTotal = params['CvmQuotaTotal'] @CurrentNum = params['CurrentNum'] @CreateTime = params['CreateTime'] @RequestId = params['RequestId'] end |