Skip to content

RosBackendServerAttachmentProps

Properties for defining a RosBackendServerAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-backendserverattachment

Initializer

import com.aliyun.ros.cdk.alb.RosBackendServerAttachmentProps;
RosBackendServerAttachmentProps.builder()
    .serverGroupId(java.lang.String)
    .serverGroupId(IResolvable)
    .servers(IResolvable)
    .servers(java.util.List<IResolvable)
    .servers(ServersProperty>)
    .build();

Properties

Name Type Description
serverGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
servers com.aliyun.ros.cdk.core.IResolvable OR java.util.ListServersProperty> No description.

serverGroupIdRequired

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

serversRequired

public java.lang.Object getServers();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListServersProperty>