class TencentCloud::Tsf::V20180326::HealthCheckSetting

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