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.
4794 4795 4796 4797 4798 4799 4800 4801 4802 |
# File 'lib/v20190103/models.rb', line 4794 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
4792 4793 4794 |
# File 'lib/v20190103/models.rb', line 4792 def ComputeResourceId @ComputeResourceId end |
#HardwareResourceType ⇒ Object
4792 4793 4794 |
# File 'lib/v20190103/models.rb', line 4792 def HardwareResourceType @HardwareResourceType end |
#InstanceId ⇒ Object
4792 4793 4794 |
# File 'lib/v20190103/models.rb', line 4792 def InstanceId @InstanceId end |
#PayMode ⇒ Object
4792 4793 4794 |
# File 'lib/v20190103/models.rb', line 4792 def PayMode @PayMode end |
#ResourceBaseType ⇒ Object
4792 4793 4794 |
# File 'lib/v20190103/models.rb', line 4792 def ResourceBaseType @ResourceBaseType end |
#ResourceType ⇒ Object
4792 4793 4794 |
# File 'lib/v20190103/models.rb', line 4792 def ResourceType @ResourceType end |
#ZoneId ⇒ Object
4792 4793 4794 |
# File 'lib/v20190103/models.rb', line 4792 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
4804 4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'lib/v20190103/models.rb', line 4804 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 |