Skip to content

HealthCheckConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new HealthCheckConfigProperty {
    object Dip = null,
    object Enable = null,
    object Interval = null,
    object Policy = null,
    object Retry = null,
    object Sip = null
};

Properties

Name Type Description
Dip object No description.
Enable object No description.
Interval object No description.
Policy object No description.
Retry object No description.
Sip object No description.

DipOptional

public object Dip { get; set; }
  • Type: object

EnableOptional

public object Enable { get; set; }
  • Type: object

IntervalOptional

public object Interval { get; set; }
  • Type: object

PolicyOptional

public object Policy { get; set; }
  • Type: object

RetryOptional

public object Retry { get; set; }
  • Type: object

SipOptional

public object Sip { get; set; }
  • Type: object