Skip to content

EndpointGroupsProps

Properties for defining a EndpointGroups.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.EndpointGroupsProps {
    AcceleratorId: interface{},
    EndpointGroupConfigurations: interface{},
    ListenerId: interface{},
}

Properties

Name Type Description
AcceleratorId interface{} Property acceleratorId: The ID of the basic GA instance.
EndpointGroupConfigurations interface{} Property endpointGroupConfigurations: The configurations of the endpoint groups.
ListenerId interface{} Property listenerId: The ID of the region to which the endpoint group belongs.

AcceleratorIdRequired

AcceleratorId interface{}
  • Type: interface{}

Property acceleratorId: The ID of the basic GA instance.


EndpointGroupConfigurationsRequired

EndpointGroupConfigurations interface{}
  • Type: interface{}

Property endpointGroupConfigurations: The configurations of the endpoint groups.


ListenerIdRequired

ListenerId interface{}
  • Type: interface{}

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