class TencentCloud::Cdc::V20201214::CreateSiteRequest
CreateSite请求参数结构体
def deserialize(params)
def deserialize(params) @Name = params['Name'] @Country = params['Country'] @Province = params['Province'] @City = params['City'] @AddressLine = params['AddressLine'] @Description = params['Description'] @Note = params['Note'] @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'] @PostalCode = params['PostalCode'] @OptionalAddressLine = params['OptionalAddressLine'] @NeedHelp = params['NeedHelp'] @RedundantPower = params['RedundantPower'] @BreakerRequirement = params['BreakerRequirement'] end
def initialize(name=nil, country=nil, province=nil, city=nil, addressline=nil, description=nil, note=nil, fibertype=nil, opticalstandard=nil, powerconnectors=nil, powerfeeddrop=nil, maxweight=nil, powerdrawkva=nil, uplinkspeedgbps=nil, uplinkcount=nil, conditionrequirement=nil, dimensionrequirement=nil, redundantnetworking=nil, postalcode=nil, optionaladdressline=nil, needhelp=nil, redundantpower=nil, breakerrequirement=nil)
def initialize(name=nil, country=nil, province=nil, city=nil, addressline=nil, description=nil, note=nil, fibertype=nil, opticalstandard=nil, powerconnectors=nil, powerfeeddrop=nil, maxweight=nil, powerdrawkva=nil, uplinkspeedgbps=nil, uplinkcount=nil, conditionrequirement=nil, dimensionrequirement=nil, redundantnetworking=nil, postalcode=nil, optionaladdressline=nil, needhelp=nil, redundantpower=nil, breakerrequirement=nil) @Name = name @Country = country @Province = province @City = city @AddressLine = addressline @Description = description @Note = note @FiberType = fibertype @OpticalStandard = opticalstandard @PowerConnectors = powerconnectors @PowerFeedDrop = powerfeeddrop @MaxWeight = maxweight @PowerDrawKva = powerdrawkva @UplinkSpeedGbps = uplinkspeedgbps @UplinkCount = uplinkcount @ConditionRequirement = conditionrequirement @DimensionRequirement = dimensionrequirement @RedundantNetworking = redundantnetworking @PostalCode = postalcode @OptionalAddressLine = optionaladdressline @NeedHelp = needhelp @RedundantPower = redundantpower @BreakerRequirement = breakerrequirement end