Class: TencentCloud::Ckafka::V20190819::CreateCdcClusterRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CreateCdcClusterRequest
- Defined in:
- lib/v20190819/models.rb
Overview
CreateCdcCluster请求参数结构体
Instance Attribute Summary collapse
- #Bandwidth ⇒ Object
- #CdcId ⇒ Object
- #CdcSubnetId ⇒ Object
- #CdcVpcId ⇒ Object
- #DiskSize ⇒ Object
- #DiskType ⇒ Object
- #SystemDiskType ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cdcid = nil, cdcvpcid = nil, cdcsubnetid = nil, zoneid = nil, bandwidth = nil, disksize = nil, disktype = nil, systemdisktype = nil) ⇒ CreateCdcClusterRequest
constructor
A new instance of CreateCdcClusterRequest.
Constructor Details
#initialize(cdcid = nil, cdcvpcid = nil, cdcsubnetid = nil, zoneid = nil, bandwidth = nil, disksize = nil, disktype = nil, systemdisktype = nil) ⇒ CreateCdcClusterRequest
Returns a new instance of CreateCdcClusterRequest.
1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/v20190819/models.rb', line 1516 def initialize(cdcid=nil, cdcvpcid=nil, cdcsubnetid=nil, zoneid=nil, bandwidth=nil, disksize=nil, disktype=nil, systemdisktype=nil) @CdcId = cdcid @CdcVpcId = cdcvpcid @CdcSubnetId = cdcsubnetid @ZoneId = zoneid @Bandwidth = bandwidth @DiskSize = disksize @DiskType = disktype @SystemDiskType = systemdisktype end |
Instance Attribute Details
#Bandwidth ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def Bandwidth @Bandwidth end |
#CdcId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def CdcId @CdcId end |
#CdcSubnetId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def CdcSubnetId @CdcSubnetId end |
#CdcVpcId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def CdcVpcId @CdcVpcId end |
#DiskSize ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def DiskSize @DiskSize end |
#DiskType ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def DiskType @DiskType end |
#SystemDiskType ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def SystemDiskType @SystemDiskType end |
#ZoneId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190819/models.rb', line 1514 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 |
# File 'lib/v20190819/models.rb', line 1527 def deserialize(params) @CdcId = params['CdcId'] @CdcVpcId = params['CdcVpcId'] @CdcSubnetId = params['CdcSubnetId'] @ZoneId = params['ZoneId'] @Bandwidth = params['Bandwidth'] @DiskSize = params['DiskSize'] @DiskType = params['DiskType'] @SystemDiskType = params['SystemDiskType'] end |