BasicEndpointGroupProps
Properties for defining a BasicEndpointGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicendpointgroup
Initializer
import com.aliyun.ros.cdk.ga.BasicEndpointGroupProps;
BasicEndpointGroupProps.builder()
.acceleratorId(java.lang.String)
.acceleratorId(IResolvable)
.endpointGroupRegion(java.lang.String)
.endpointGroupRegion(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .endpointAddress(java.lang.String)
// .endpointAddress(IResolvable)
// .endpointSubAddress(java.lang.String)
// .endpointSubAddress(IResolvable)
// .endpointType(java.lang.String)
// .endpointType(IResolvable)
// .name(java.lang.String)
// .name(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. |
endpointGroupRegion |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property endpointGroupRegion: The ID of the region to which the endpoint group belongs. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: The description of the endpoint group. |
endpointAddress |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property endpointAddress: The endpoint address. |
endpointSubAddress |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property endpointSubAddress: The secondary address of the endpoint. |
endpointType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property endpointType: The type of the endpoint. |
name |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property name: The name of the endpoint group. |
acceleratorId
Required
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.
endpointGroupRegion
Required
public java.lang.Object getEndpointGroupRegion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property endpointGroupRegion: The ID of the region to which the endpoint group belongs.
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: The description of the endpoint group.
The description can be up to 200 characters in length and cannot start with http:// or https://.
endpointAddress
Optional
public java.lang.Object getEndpointAddress();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property endpointAddress: The endpoint address.
endpointSubAddress
Optional
public java.lang.Object getEndpointSubAddress();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property endpointSubAddress: The secondary address of the endpoint.
You must specify this parameter when the accelerated IP address is associated with the secondary private IP address of an Elastic Compute Service (ECS) instance or an elastic network interface (ENI). When the endpoint type is ECS, you can set EndpointSubAddress to the secondary private IP address of the primary ENI. If the parameter is left empty, the primary private IP address of the primary ENI is used. If the endpoint type is ENI, you can set EndpointSubAddress to the secondary private IP address of the secondary ENI. If the parameter is left empty, the primary private IP address of the secondary ENI is used.
endpointType
Optional
public java.lang.Object getEndpointType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property endpointType: The type of the endpoint.
Valid values: ENI SLB ECS
name
Optional
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property name: The name of the endpoint group.
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter.