BasicEndpointGroupProps
Properties for defining a BasicEndpointGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicendpointgroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.BasicEndpointGroupProps {
AcceleratorId: interface{},
EndpointGroupRegion: interface{},
Description: interface{},
EndpointAddress: interface{},
EndpointSubAddress: interface{},
EndpointType: interface{},
Name: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AcceleratorId |
interface{} |
Property acceleratorId: The ID of the basic GA instance. |
EndpointGroupRegion |
interface{} |
Property endpointGroupRegion: The ID of the region to which the endpoint group belongs. |
Description |
interface{} |
Property description: The description of the endpoint group. |
EndpointAddress |
interface{} |
Property endpointAddress: The endpoint address. |
EndpointSubAddress |
interface{} |
Property endpointSubAddress: The secondary address of the endpoint. |
EndpointType |
interface{} |
Property endpointType: The type of the endpoint. |
Name |
interface{} |
Property name: The name of the endpoint group. |
AcceleratorId
Required
AcceleratorId interface{}
- Type: interface{}
Property acceleratorId: The ID of the basic GA instance.
EndpointGroupRegion
Required
EndpointGroupRegion interface{}
- Type: interface{}
Property endpointGroupRegion: The ID of the region to which the endpoint group belongs.
Description
Optional
Description interface{}
- Type: interface{}
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
EndpointAddress interface{}
- Type: interface{}
Property endpointAddress: The endpoint address.
EndpointSubAddress
Optional
EndpointSubAddress interface{}
- Type: interface{}
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
EndpointType interface{}
- Type: interface{}
Property endpointType: The type of the endpoint.
Valid values: ENI SLB ECS
Name
Optional
Name interface{}
- Type: interface{}
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.