EndpointGroupProps
Properties for defining a EndpointGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-endpointgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new EndpointGroupProps {
object AcceleratorId,
object EndpointConfigurations,
object EndpointGroupRegion,
object ListenerId,
object Description = null,
object EndpointGroupType = null,
object EndpointRequestProtocol = null,
object HealthCheckEnabled = null,
object HealthCheckIntervalSeconds = null,
object HealthCheckPath = null,
object HealthCheckPort = null,
object HealthCheckProtocol = null,
object Name = null,
object ThresholdCount = null,
object TrafficPercentage = null
};
Properties
| Name | Type | Description |
|---|---|---|
AcceleratorId |
object |
Property acceleratorId: The ID of the Global Accelerator instance with which the endpoint group will be associated. |
EndpointConfigurations |
object |
Property endpointConfigurations:. |
EndpointGroupRegion |
object |
Property endpointGroupRegion: The region ID of the endpoint group. |
ListenerId |
object |
Property listenerId: The ID of the listener to be associated with the endpoint group. |
Description |
object |
Property description: The description of the endpoint group. |
EndpointGroupType |
object |
Property endpointGroupType: The type of the endpoint group. |
EndpointRequestProtocol |
object |
Property endpointRequestProtocol: The protocol used by the backend service. |
HealthCheckEnabled |
object |
Property healthCheckEnabled: Specifies whether to enable the health check feature. |
HealthCheckIntervalSeconds |
object |
Property healthCheckIntervalSeconds: The interval between two consecutive health checks. |
HealthCheckPath |
object |
Property healthCheckPath: The path set as the destination on the targets for health checks. |
HealthCheckPort |
object |
Property healthCheckPort: The port that is used to connect with the targets for health checks. |
HealthCheckProtocol |
object |
Property healthCheckProtocol: The protocol that is used to connect with the targets for health checks. |
Name |
object |
Property name: The name of the endpoint group. |
ThresholdCount |
object |
Property thresholdCount: The number of consecutive health check failures that must occur before a healthy endpoint is considered unhealthy, or the number of consecutive health check successes that must occur before an unhealthy endpoint is considered healthy. |
TrafficPercentage |
object |
Property trafficPercentage: The weight of the endpoint group when the corresponding listener is associated with multiple endpoint groups. |
AcceleratorIdRequired
public object AcceleratorId { get; set; }
- Type: object
Property acceleratorId: The ID of the Global Accelerator instance with which the endpoint group will be associated.
EndpointConfigurationsRequired
public object EndpointConfigurations { get; set; }
- Type: object
Property endpointConfigurations:.
EndpointGroupRegionRequired
public object EndpointGroupRegion { get; set; }
- Type: object
Property endpointGroupRegion: The region ID of the endpoint group.
ListenerIdRequired
public object ListenerId { get; set; }
- Type: object
Property listenerId: The ID of the listener to be associated with the endpoint group.
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: The description of the endpoint group.
EndpointGroupTypeOptional
public object EndpointGroupType { get; set; }
- Type: object
Property endpointGroupType: The type of the endpoint group.
Valid values: default: The endpoint group is a default endpoint group. This is the default value. virtual: The endpoint group is a virtual endpoint group. Note Only HTTP and HTTPS listeners support virtual endpoint groups.
EndpointRequestProtocolOptional
public object EndpointRequestProtocol { get; set; }
- Type: object
Property endpointRequestProtocol: The protocol used by the backend service.
Valid values: http: This is the default value. https Note: You can set this parameter only when the listener that is associated with the endpoint group uses HTTP or HTTPS. For an HTTP listener, the backend service protocol must be HTTP.
HealthCheckEnabledOptional
public object HealthCheckEnabled { get; set; }
- Type: object
Property healthCheckEnabled: Specifies whether to enable the health check feature.
HealthCheckIntervalSecondsOptional
public object HealthCheckIntervalSeconds { get; set; }
- Type: object
Property healthCheckIntervalSeconds: The interval between two consecutive health checks.
Unit: seconds.
HealthCheckPathOptional
public object HealthCheckPath { get; set; }
- Type: object
Property healthCheckPath: The path set as the destination on the targets for health checks.
HealthCheckPortOptional
public object HealthCheckPort { get; set; }
- Type: object
Property healthCheckPort: The port that is used to connect with the targets for health checks.
HealthCheckProtocolOptional
public object HealthCheckProtocol { get; set; }
- Type: object
Property healthCheckProtocol: The protocol that is used to connect with the targets for health checks.
tcp: TCP protocol http: HTTP protocol https: HTTPS protocol
NameOptional
public object Name { get; set; }
- Type: object
Property name: The name of the endpoint group.
ThresholdCountOptional
public object ThresholdCount { get; set; }
- Type: object
Property thresholdCount: The number of consecutive health check failures that must occur before a healthy endpoint is considered unhealthy, or the number of consecutive health check successes that must occur before an unhealthy endpoint is considered healthy.
Valid values: 2 to 10. Default value: 3.
TrafficPercentageOptional
public object TrafficPercentage { get; set; }
- Type: object
Property trafficPercentage: The weight of the endpoint group when the corresponding listener is associated with multiple endpoint groups.