class TencentCloud::Cdc::V20201214::ModifySiteDeviceInfoRequest
ModifySiteDeviceInfo请求参数结构体
def deserialize(params)
def deserialize(params) @SiteId = params['SiteId'] @FiberType = params['FiberType'] @OpticalStandard = params['OpticalStandard'] @PowerConnectors = params['PowerConnectors'] @PowerFeedDrop = params['PowerFeedDrop'] @MaxWeight = params['MaxWeight'] @PowerDrawKva = params['PowerDrawKva'] @UplinkSpeedGbps = params['UplinkSpeedGbps'] @UplinkCount = params['UplinkCount'] @ConditionRequirement = params['ConditionRequirement'] @DimensionRequirement = params['DimensionRequirement'] @RedundantNetworking = params['RedundantNetworking'] @NeedHelp = params['NeedHelp'] @RedundantPower = params['RedundantPower'] @BreakerRequirement = params['BreakerRequirement'] end
def initialize(siteid=nil, fibertype=nil, opticalstandard=nil, powerconnectors=nil, powerfeeddrop=nil, maxweight=nil, powerdrawkva=nil, uplinkspeedgbps=nil, uplinkcount=nil, conditionrequirement=nil, dimensionrequirement=nil, redundantnetworking=nil, needhelp=nil, redundantpower=nil, breakerrequirement=nil)
def initialize(siteid=nil, fibertype=nil, opticalstandard=nil, powerconnectors=nil, powerfeeddrop=nil, maxweight=nil, powerdrawkva=nil, uplinkspeedgbps=nil, uplinkcount=nil, conditionrequirement=nil, dimensionrequirement=nil, redundantnetworking=nil, needhelp=nil, redundantpower=nil, breakerrequirement=nil) @SiteId = siteid @FiberType = fibertype @OpticalStandard = opticalstandard @PowerConnectors = powerconnectors @PowerFeedDrop = powerfeeddrop @MaxWeight = maxweight @PowerDrawKva = powerdrawkva @UplinkSpeedGbps = uplinkspeedgbps @UplinkCount = uplinkcount @ConditionRequirement = conditionrequirement @DimensionRequirement = dimensionrequirement @RedundantNetworking = redundantnetworking @NeedHelp = needhelp @RedundantPower = redundantpower @BreakerRequirement = breakerrequirement end