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. |
AcceleratorId
Required
public object AcceleratorId { get; set; }
- Type: object
Property acceleratorId: The ID of the basic GA instance.
EndpointGroupConfigurations
Required
public object EndpointGroupConfigurations { get; set; }
- Type: object
Property endpointGroupConfigurations: The configurations of the endpoint groups.
ListenerId
Required
public object ListenerId { get; set; }
- Type: object
Property listenerId: The ID of the region to which the endpoint group belongs.