RosEndpointGroupProps
Properties for defining a RosEndpointGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-endpointgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosEndpointGroupProps {
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 |
No description. |
EndpointConfigurations |
object |
No description. |
EndpointGroupRegion |
object |
No description. |
ListenerId |
object |
No description. |
Description |
object |
No description. |
EndpointGroupType |
object |
No description. |
EndpointRequestProtocol |
object |
No description. |
HealthCheckEnabled |
object |
No description. |
HealthCheckIntervalSeconds |
object |
No description. |
HealthCheckPath |
object |
No description. |
HealthCheckPort |
object |
No description. |
HealthCheckProtocol |
object |
No description. |
Name |
object |
No description. |
ThresholdCount |
object |
No description. |
TrafficPercentage |
object |
No description. |
AcceleratorIdRequired
public object AcceleratorId { get; set; }
- Type: object
EndpointConfigurationsRequired
public object EndpointConfigurations { get; set; }
- Type: object
EndpointGroupRegionRequired
public object EndpointGroupRegion { get; set; }
- Type: object
ListenerIdRequired
public object ListenerId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
EndpointGroupTypeOptional
public object EndpointGroupType { get; set; }
- Type: object
EndpointRequestProtocolOptional
public object EndpointRequestProtocol { get; set; }
- Type: object
HealthCheckEnabledOptional
public object HealthCheckEnabled { get; set; }
- Type: object
HealthCheckIntervalSecondsOptional
public object HealthCheckIntervalSeconds { get; set; }
- Type: object
HealthCheckPathOptional
public object HealthCheckPath { get; set; }
- Type: object
HealthCheckPortOptional
public object HealthCheckPort { get; set; }
- Type: object
HealthCheckProtocolOptional
public object HealthCheckProtocol { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
ThresholdCountOptional
public object ThresholdCount { get; set; }
- Type: object
TrafficPercentageOptional
public object TrafficPercentage { get; set; }
- Type: object