class TencentCloud::Tcbr::V20220217::ServerBaseConfig

def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil)

def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil)
  @EnvId = envid
  @ServerName = servername
  @OpenAccessTypes = openaccesstypes
  @Cpu = cpu
  @Mem = mem
  @MinNum = minnum
  @MaxNum = maxnum
  @PolicyDetails = policydetails
  @CustomLogs = customlogs
  @EnvParams = envparams
  @InitialDelaySeconds = initialdelayseconds
  @CreateTime = createtime
  @Port = port
  @HasDockerfile = hasdockerfile
  @Dockerfile = dockerfile
  @BuildDir = builddir
  @LogType = logtype
  @LogSetId = logsetid
  @LogTopicId = logtopicid
  @LogParseType = logparsetype
  @Tag = tag
end