class TencentCloud::Cdc::V20201214::CreateSiteRequest

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