class TencentCloud::Tke::V20180525::Probe
健康检查探测参数
def deserialize(params)
def deserialize(params) @InitialDelaySeconds = params['InitialDelaySeconds'] @TimeoutSeconds = params['TimeoutSeconds'] @PeriodSeconds = params['PeriodSeconds'] @SuccessThreshold = params['SuccessThreshold'] @FailureThreshold = params['FailureThreshold'] end
def initialize(initialdelayseconds=nil, timeoutseconds=nil, periodseconds=nil, successthreshold=nil, failurethreshold=nil)
def initialize(initialdelayseconds=nil, timeoutseconds=nil, periodseconds=nil, successthreshold=nil, failurethreshold=nil) @InitialDelaySeconds = initialdelayseconds @TimeoutSeconds = timeoutseconds @PeriodSeconds = periodseconds @SuccessThreshold = successthreshold @FailureThreshold = failurethreshold end