Skip to content

ServerGroupTuplesProperty

Initializer

import com.aliyun.ros.cdk.alb.RosRule.ServerGroupTuplesProperty;
ServerGroupTuplesProperty.builder()
//  .serverGroupId(java.lang.String)
//  .serverGroupId(IResolvable)
//  .weight(java.lang.Number)
//  .weight(IResolvable)
    .build();

Properties

Name Type Description
serverGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
weight java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

serverGroupIdOptional

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

weightOptional

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