Skip to content

EndpointGroupsProps

Properties for defining a EndpointGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-endpointgroups

Initializer

import com.aliyun.ros.cdk.ga.EndpointGroupsProps;
EndpointGroupsProps.builder()
    .acceleratorId(java.lang.String)
    .acceleratorId(IResolvable)
    .endpointGroupConfigurations(IResolvable)
    .endpointGroupConfigurations(java.util.List<IResolvable)
    .endpointGroupConfigurations(EndpointGroupConfigurationsProperty>)
    .listenerId(java.lang.String)
    .listenerId(IResolvable)
    .build();

Properties

Name Type Description
acceleratorId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property acceleratorId: The ID of the basic GA instance.
endpointGroupConfigurations com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEndpointGroupConfigurationsProperty> Property endpointGroupConfigurations: The configurations of the endpoint groups.
listenerId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property listenerId: The ID of the region to which the endpoint group belongs.

acceleratorIdRequired

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

Property acceleratorId: The ID of the basic GA instance.


endpointGroupConfigurationsRequired

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

Property endpointGroupConfigurations: The configurations of the endpoint groups.


listenerIdRequired

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

Property listenerId: The ID of the region to which the endpoint group belongs.