Class: TencentCloud::Emr::V20190103::DescribeNodeResourceConfigFastRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::DescribeNodeResourceConfigFastRequest
- Defined in:
- lib/v20190103/models.rb
Overview
DescribeNodeResourceConfigFast请求参数结构体
Instance Attribute Summary collapse
- #ComputeResourceId ⇒ Object
- #HardwareResourceType ⇒ Object
- #InstanceId ⇒ Object
- #PayMode ⇒ Object
- #ResourceBaseType ⇒ Object
- #ResourceType ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, resourcetype = nil, paymode = nil, zoneid = nil, resourcebasetype = nil, computeresourceid = nil, hardwareresourcetype = nil) ⇒ DescribeNodeResourceConfigFastRequest
constructor
A new instance of DescribeNodeResourceConfigFastRequest.
Constructor Details
#initialize(instanceid = nil, resourcetype = nil, paymode = nil, zoneid = nil, resourcebasetype = nil, computeresourceid = nil, hardwareresourcetype = nil) ⇒ DescribeNodeResourceConfigFastRequest
Returns a new instance of DescribeNodeResourceConfigFastRequest.
4759 4760 4761 4762 4763 4764 4765 4766 4767 |
# File 'lib/v20190103/models.rb', line 4759 def initialize(instanceid=nil, resourcetype=nil, paymode=nil, zoneid=nil, resourcebasetype=nil, computeresourceid=nil, hardwareresourcetype=nil) @InstanceId = instanceid @ResourceType = resourcetype @PayMode = paymode @ZoneId = zoneid @ResourceBaseType = resourcebasetype @ComputeResourceId = computeresourceid @HardwareResourceType = hardwareresourcetype end |
Instance Attribute Details
#ComputeResourceId ⇒ Object
4757 4758 4759 |
# File 'lib/v20190103/models.rb', line 4757 def ComputeResourceId @ComputeResourceId end |
#HardwareResourceType ⇒ Object
4757 4758 4759 |
# File 'lib/v20190103/models.rb', line 4757 def HardwareResourceType @HardwareResourceType end |
#InstanceId ⇒ Object
4757 4758 4759 |
# File 'lib/v20190103/models.rb', line 4757 def InstanceId @InstanceId end |
#PayMode ⇒ Object
4757 4758 4759 |
# File 'lib/v20190103/models.rb', line 4757 def PayMode @PayMode end |
#ResourceBaseType ⇒ Object
4757 4758 4759 |
# File 'lib/v20190103/models.rb', line 4757 def ResourceBaseType @ResourceBaseType end |
#ResourceType ⇒ Object
4757 4758 4759 |
# File 'lib/v20190103/models.rb', line 4757 def ResourceType @ResourceType end |
#ZoneId ⇒ Object
4757 4758 4759 |
# File 'lib/v20190103/models.rb', line 4757 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
4769 4770 4771 4772 4773 4774 4775 4776 4777 |
# File 'lib/v20190103/models.rb', line 4769 def deserialize(params) @InstanceId = params['InstanceId'] @ResourceType = params['ResourceType'] @PayMode = params['PayMode'] @ZoneId = params['ZoneId'] @ResourceBaseType = params['ResourceBaseType'] @ComputeResourceId = params['ComputeResourceId'] @HardwareResourceType = params['HardwareResourceType'] end |