Skip to content

BasicEndpointGroupProps

Properties for defining a BasicEndpointGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new BasicEndpointGroupProps {
    object AcceleratorId,
    object EndpointGroupRegion,
    object Description = null,
    object EndpointAddress = null,
    object EndpointSubAddress = null,
    object EndpointType = null,
    object Name = null
};

Properties

Name Type Description
AcceleratorId object Property acceleratorId: The ID of the basic GA instance.
EndpointGroupRegion object Property endpointGroupRegion: The ID of the region to which the endpoint group belongs.
Description object Property description: The description of the endpoint group.
EndpointAddress object Property endpointAddress: The endpoint address.
EndpointSubAddress object Property endpointSubAddress: The secondary address of the endpoint.
EndpointType object Property endpointType: The type of the endpoint.
Name object Property name: The name of the endpoint group.

AcceleratorIdRequired

public object AcceleratorId { get; set; }
  • Type: object

Property acceleratorId: The ID of the basic GA instance.


EndpointGroupRegionRequired

public object EndpointGroupRegion { get; set; }
  • Type: object

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


DescriptionOptional

public object Description { get; set; }
  • Type: object

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 object EndpointAddress { get; set; }
  • Type: object

Property endpointAddress: The endpoint address.


EndpointSubAddressOptional

public object EndpointSubAddress { get; set; }
  • Type: object

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 object EndpointType { get; set; }
  • Type: object

Property endpointType: The type of the endpoint.

Valid values: ENI SLB ECS


NameOptional

public object Name { get; set; }
  • Type: object

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.