class TencentCloud::Tsf::V20180326::HealthCheckSetting

健康检查配置信息,若不指定该参数,则默认不设置健康检查。

def deserialize(params)

def deserialize(params)
  @ActionType = params['ActionType']
  @InitialDelaySeconds = params['InitialDelaySeconds']
  @TimeoutSeconds = params['TimeoutSeconds']
  @PeriodSeconds = params['PeriodSeconds']
  @SuccessThreshold = params['SuccessThreshold']
  @FailureThreshold = params['FailureThreshold']
  @Scheme = params['Scheme']
  @Port = params['Port']
  @Path = params['Path']
  @Command = params['Command']
  @Type = params['Type']
end

def initialize(actiontype=nil, initialdelayseconds=nil, timeoutseconds=nil, periodseconds=nil, successthreshold=nil, failurethreshold=nil, scheme=nil, port=nil, path=nil, command=nil, type=nil)

def initialize(actiontype=nil, initialdelayseconds=nil, timeoutseconds=nil, periodseconds=nil, successthreshold=nil, failurethreshold=nil, scheme=nil, port=nil, path=nil, command=nil, type=nil)
  @ActionType = actiontype
  @InitialDelaySeconds = initialdelayseconds
  @TimeoutSeconds = timeoutseconds
  @PeriodSeconds = periodseconds
  @SuccessThreshold = successthreshold
  @FailureThreshold = failurethreshold
  @Scheme = scheme
  @Port = port
  @Path = path
  @Command = command
  @Type = type
end