Skip to content

BasicEndpointProps

Properties for defining a BasicEndpoint.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.BasicEndpointProps {
    AcceleratorId: interface{},
    EndpointAddress: interface{},
    EndpointGroupId: interface{},
    EndpointSubAddress: interface{},
    EndpointSubAddressType: interface{},
    EndpointType: interface{},
    EndpointZoneId: interface{},
    Name: interface{},
}

Properties

Name Type Description
AcceleratorId interface{} Property acceleratorId: The ID of the basic GA instance.
EndpointAddress interface{} Property endpointAddress: The address of the endpoint.
EndpointGroupId interface{} Property endpointGroupId: The ID of the endpoint group.
EndpointSubAddress interface{} Property endpointSubAddress: The secondary address of the endpoint.
EndpointSubAddressType interface{} Property endpointSubAddressType: The type of the secondary address of the endpoint.
EndpointType interface{} Property endpointType: The type of the endpoint.
EndpointZoneId interface{} Property endpointZoneId: The zone ID of the endpoint.
Name interface{} Property name: The name of the endpoint that is associated with the basic GA instance.

AcceleratorIdRequired

AcceleratorId interface{}
  • Type: interface{}

Property acceleratorId: The ID of the basic GA instance.


EndpointAddressRequired

EndpointAddress interface{}
  • Type: interface{}

Property endpointAddress: The address of the endpoint.


EndpointGroupIdRequired

EndpointGroupId interface{}
  • Type: interface{}

Property endpointGroupId: The ID of the endpoint group.


EndpointSubAddressOptional

EndpointSubAddress interface{}
  • Type: interface{}

Property endpointSubAddress: The secondary address of the endpoint.

This parameter is required if the endpoint type is ECS, ENI, or NLB. If 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. This parameter is required if the endpoint type is NLB. EndpointSubAddress is the primary private IP address of the NLB backend server.This parameter is required if the endpoint type is NLB. EndpointSubAddress is the primary private IP address of the NLB backend server.


EndpointSubAddressTypeOptional

EndpointSubAddressType interface{}
  • Type: interface{}

Property endpointSubAddressType: The type of the secondary address of the endpoint.

Valid values: primary: a primary private IP address. secondary: a secondary private IP address. This parameter is required if the endpoint type is ECS, ENI, or NLB. If the endpoint type is NLB, only primary is supported.


EndpointTypeOptional

EndpointType interface{}
  • Type: interface{}

Property endpointType: The type of the endpoint.

Valid values: ENI: elastic network interface (ENI) SLB: Classic Load Balancer (CLB) NLB: Network Load Balancer (NLB) ECS: Elastic Compute Service (ECS)


EndpointZoneIdOptional

EndpointZoneId interface{}
  • Type: interface{}

Property endpointZoneId: The zone ID of the endpoint.

This parameter is required only if the endpoint type is NLB.


NameOptional

Name interface{}
  • Type: interface{}

Property name: The name of the endpoint that is associated with the basic GA instance.

The name must be 1 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.