class TencentCloud::Cdc::V20201214::DedicatedClusterInstanceType
专用宿主机支持的实例规格列表
def deserialize(params)
def deserialize(params) @Zone = params['Zone'] @InstanceType = params['InstanceType'] @NetworkCard = params['NetworkCard'] @Cpu = params['Cpu'] @Memory = params['Memory'] @InstanceFamily = params['InstanceFamily'] @TypeName = params['TypeName'] @StorageBlockAmount = params['StorageBlockAmount'] @InstanceBandwidth = params['InstanceBandwidth'] @InstancePps = params['InstancePps'] @CpuType = params['CpuType'] @Gpu = params['Gpu'] @Fpga = params['Fpga'] @Remark = params['Remark'] @Status = params['Status'] end
def initialize(zone=nil, instancetype=nil, networkcard=nil, cpu=nil, memory=nil, instancefamily=nil, typename=nil, storageblockamount=nil, instancebandwidth=nil, instancepps=nil, cputype=nil, gpu=nil, fpga=nil, remark=nil, status=nil)
def initialize(zone=nil, instancetype=nil, networkcard=nil, cpu=nil, memory=nil, instancefamily=nil, typename=nil, storageblockamount=nil, instancebandwidth=nil, instancepps=nil, cputype=nil, gpu=nil, fpga=nil, remark=nil, status=nil) @Zone = zone @InstanceType = instancetype @NetworkCard = networkcard @Cpu = cpu @Memory = memory @InstanceFamily = instancefamily @TypeName = typename @StorageBlockAmount = storageblockamount @InstanceBandwidth = instancebandwidth @InstancePps = instancepps @CpuType = cputype @Gpu = gpu @Fpga = fpga @Remark = remark @Status = status end