Skip to content

BasicEndpointGroupProps

Properties for defining a BasicEndpointGroup.

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

Initializer

import { BasicEndpointGroupProps } from '@alicloud/ros-cdk-ga'
const basicEndpointGroupProps: BasicEndpointGroupProps = { ... }

Properties

Name Type Description
acceleratorId string | @alicloud/ros-cdk-core.IResolvable Property acceleratorId: The ID of the basic GA instance.
endpointGroupRegion string | @alicloud/ros-cdk-core.IResolvable Property endpointGroupRegion: The ID of the region to which the endpoint group belongs.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the endpoint group.
endpointAddress string | @alicloud/ros-cdk-core.IResolvable Property endpointAddress: The endpoint address.
endpointSubAddress string | @alicloud/ros-cdk-core.IResolvable Property endpointSubAddress: The secondary address of the endpoint.
endpointType string | @alicloud/ros-cdk-core.IResolvable Property endpointType: The type of the endpoint.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The name of the endpoint group.

acceleratorIdRequired

public readonly acceleratorId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property acceleratorId: The ID of the basic GA instance.


endpointGroupRegionRequired

public readonly endpointGroupRegion: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/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:\/\/.


endpointAddressOptional

public readonly endpointAddress: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property endpointAddress: The endpoint address.


endpointSubAddressOptional

public readonly endpointSubAddress: string | IResolvable;
  • Type: string | @alicloud/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.


endpointTypeOptional

public readonly endpointType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property endpointType: The type of the endpoint.

Valid values: ENI SLB ECS


nameOptional

public readonly name: string | IResolvable;
  • Type: string | @alicloud/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.