class TencentCloud::As::V20180419::DataDisk

启动配置的数据盘配置信息。若不指定该参数,则默认不购买数据盘,当前仅支持购买的时候指定一个数据盘。

def deserialize(params)

def deserialize(params)
  @DiskType = params['DiskType']
  @DiskSize = params['DiskSize']
  @SnapshotId = params['SnapshotId']
  @DeleteWithInstance = params['DeleteWithInstance']
  @Encrypt = params['Encrypt']
  @ThroughputPerformance = params['ThroughputPerformance']
  @BurstPerformance = params['BurstPerformance']
end

def initialize(disktype=nil, disksize=nil, snapshotid=nil, deletewithinstance=nil, encrypt=nil, throughputperformance=nil, burstperformance=nil)

def initialize(disktype=nil, disksize=nil, snapshotid=nil, deletewithinstance=nil, encrypt=nil, throughputperformance=nil, burstperformance=nil)
  @DiskType = disktype
  @DiskSize = disksize
  @SnapshotId = snapshotid
  @DeleteWithInstance = deletewithinstance
  @Encrypt = encrypt
  @ThroughputPerformance = throughputperformance
  @BurstPerformance = burstperformance
end