Class: TencentCloud::Ckafka::V20190819::DescribeModifyTypeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DescribeModifyTypeRequest
- Defined in:
- lib/v20190819/models.rb
Overview
DescribeModifyType请求参数结构体
Instance Attribute Summary collapse
- #BandWidth ⇒ Object
- #DiskSize ⇒ Object
- #DiskType ⇒ Object
- #InstanceId ⇒ Object
- #ModifyEntry ⇒ Object
- #Partition ⇒ Object
- #Topic ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, bandwidth = nil, disksize = nil, disktype = nil, partition = nil, topic = nil, type = nil, modifyentry = nil) ⇒ DescribeModifyTypeRequest
constructor
A new instance of DescribeModifyTypeRequest.
Constructor Details
#initialize(instanceid = nil, bandwidth = nil, disksize = nil, disktype = nil, partition = nil, topic = nil, type = nil, modifyentry = nil) ⇒ DescribeModifyTypeRequest
Returns a new instance of DescribeModifyTypeRequest.
5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 |
# File 'lib/v20190819/models.rb', line 5482 def initialize(instanceid=nil, bandwidth=nil, disksize=nil, disktype=nil, partition=nil, topic=nil, type=nil, modifyentry=nil) @InstanceId = instanceid @BandWidth = bandwidth @DiskSize = disksize @DiskType = disktype @Partition = partition @Topic = topic @Type = type @ModifyEntry = modifyentry end |
Instance Attribute Details
#BandWidth ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def BandWidth @BandWidth end |
#DiskSize ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def DiskSize @DiskSize end |
#DiskType ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def DiskType @DiskType end |
#InstanceId ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def InstanceId @InstanceId end |
#ModifyEntry ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def ModifyEntry @ModifyEntry end |
#Partition ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def Partition @Partition end |
#Topic ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def Topic @Topic end |
#Type ⇒ Object
5480 5481 5482 |
# File 'lib/v20190819/models.rb', line 5480 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 |
# File 'lib/v20190819/models.rb', line 5493 def deserialize(params) @InstanceId = params['InstanceId'] @BandWidth = params['BandWidth'] @DiskSize = params['DiskSize'] @DiskType = params['DiskType'] @Partition = params['Partition'] @Topic = params['Topic'] @Type = params['Type'] @ModifyEntry = params['ModifyEntry'] end |