Skip to content

RosCenVbrHealthCheckProps

Properties for defining a RosCenVbrHealthCheck.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenvbrhealthcheck

Initializer

import com.aliyun.ros.cdk.cen.RosCenVbrHealthCheckProps;
RosCenVbrHealthCheckProps.builder()
    .cenId(java.lang.String)
    .cenId(IResolvable)
    .healthCheckTargetIp(java.lang.String)
    .healthCheckTargetIp(IResolvable)
    .vbrInstanceId(java.lang.String)
    .vbrInstanceId(IResolvable)
    .vbrInstanceRegionId(java.lang.String)
    .vbrInstanceRegionId(IResolvable)
//  .healthCheckInterval(java.lang.Number)
//  .healthCheckInterval(IResolvable)
//  .healthCheckSourceIp(java.lang.String)
//  .healthCheckSourceIp(IResolvable)
//  .healthyThreshold(java.lang.Number)
//  .healthyThreshold(IResolvable)
//  .vbrInstanceOwnerId(java.lang.Number)
//  .vbrInstanceOwnerId(IResolvable)
    .build();

Properties

Name Type Description
cenId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckTargetIp java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
vbrInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
vbrInstanceRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckInterval java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
healthCheckSourceIp java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
healthyThreshold java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
vbrInstanceOwnerId java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

cenIdRequired

public java.lang.Object getCenId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

healthCheckTargetIpRequired

public java.lang.Object getHealthCheckTargetIp();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

vbrInstanceIdRequired

public java.lang.Object getVbrInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

vbrInstanceRegionIdRequired

public java.lang.Object getVbrInstanceRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

healthCheckIntervalOptional

public java.lang.Object getHealthCheckInterval();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

healthCheckSourceIpOptional

public java.lang.Object getHealthCheckSourceIp();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

healthyThresholdOptional

public java.lang.Object getHealthyThreshold();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

vbrInstanceOwnerIdOptional

public java.lang.Object getVbrInstanceOwnerId();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable