Skip to content

BasicEndpointGroupProps

Properties for defining a BasicEndpointGroup.

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

Initializer

import ros_cdk_ga
ros_cdk_ga.BasicEndpointGroupProps(
  accelerator_id: typing.Union[str, IResolvable],
  endpoint_group_region: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  endpoint_address: typing.Union[str, IResolvable] = None,
  endpoint_sub_address: typing.Union[str, IResolvable] = None,
  endpoint_type: typing.Union[str, IResolvable] = None,
  name: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
accelerator_id typing.Union[str, ros_cdk_core.IResolvable] Property acceleratorId: The ID of the basic GA instance.
endpoint_group_region typing.Union[str, ros_cdk_core.IResolvable] Property endpointGroupRegion: The ID of the region to which the endpoint group belongs.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the endpoint group.
endpoint_address typing.Union[str, ros_cdk_core.IResolvable] Property endpointAddress: The endpoint address.
endpoint_sub_address typing.Union[str, ros_cdk_core.IResolvable] Property endpointSubAddress: The secondary address of the endpoint.
endpoint_type typing.Union[str, ros_cdk_core.IResolvable] Property endpointType: The type of the endpoint.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of the endpoint group.

accelerator_idRequired

accelerator_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property acceleratorId: The ID of the basic GA instance.


endpoint_group_regionRequired

endpoint_group_region: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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://.


endpoint_addressOptional

endpoint_address: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property endpointAddress: The endpoint address.


endpoint_sub_addressOptional

endpoint_sub_address: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


endpoint_typeOptional

endpoint_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property endpointType: The type of the endpoint.

Valid values: ENI SLB ECS


nameOptional

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.