Skip to content

EndpointGroupsProps

Properties for defining a EndpointGroups.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new EndpointGroupsProps {
    object AcceleratorId,
    object EndpointGroupConfigurations,
    object ListenerId
};

Properties

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

AcceleratorIdRequired

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

Property acceleratorId: The ID of the basic GA instance.


EndpointGroupConfigurationsRequired

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

Property endpointGroupConfigurations: The configurations of the endpoint groups.


ListenerIdRequired

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

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