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 EndpointIpVersion = null,
object EndpointProtocolVersion = null,
object EndpointRequestProtocol = null,
object HealthCheckEnabled = null,
object HealthCheckHost = null,
object HealthCheckIntervalSeconds = null,
object HealthCheckPath = null,
object HealthCheckPort = null,
object HealthCheckProtocol = null,
object Name = null,
object PortOverrides = null,
TagsProperty[] Tags = 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. |
EndpointIpVersion | object | Property endpointIpVersion: The IP address protocol version of the backend service. |
EndpointProtocolVersion | object | Property endpointProtocolVersion: The protocol version of the backend service. |
EndpointRequestProtocol | object | Property endpointRequestProtocol: The protocol used by the backend service. |
HealthCheckEnabled | object | Property healthCheckEnabled: Specifies whether to enable the health check feature. |
HealthCheckHost | object | Property healthCheckHost: The domain name that is used for health checks. |
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. |
PortOverrides | object | Property portOverrides: The port mapping relationship of the endpoint group. |
Tags | TagsProperty[] | Property tags: Tags to attach to 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.
EndpointIpVersionOptional
public object EndpointIpVersion { get; set; }
- Type: object
Property endpointIpVersion: The IP address protocol version of the backend service.
Valid values: IPv4 IPv6 ProtocolAffinity
EndpointProtocolVersionOptional
public object EndpointProtocolVersion { get; set; }
- Type: object
Property endpointProtocolVersion: The protocol version of the backend service.
Valid values: HTTP1.1 HTTP2 Note This parameter is valid only when the listener uses HTTPS.
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.
HealthCheckHostOptional
public object HealthCheckHost { get; set; }
- Type: object
Property healthCheckHost: The domain name that is used for health checks.
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.
PortOverridesOptional
public object PortOverrides { get; set; }
- Type: object
Property portOverrides: The port mapping relationship of the endpoint group.
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to endpoint group.
Max support 20 tags to add during create endpoint group. Each tag with two properties Key and Value, and Key is required.
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.