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. |
AcceleratorId
Required
public object AcceleratorId { get; set; }
- Type: object
EndpointConfigurations
Required
public object EndpointConfigurations { get; set; }
- Type: object
EndpointGroupRegion
Required
public object EndpointGroupRegion { get; set; }
- Type: object
ListenerId
Required
public object ListenerId { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EndpointGroupType
Optional
public object EndpointGroupType { get; set; }
- Type: object
EndpointRequestProtocol
Optional
public object EndpointRequestProtocol { get; set; }
- Type: object
HealthCheckEnabled
Optional
public object HealthCheckEnabled { get; set; }
- Type: object
HealthCheckIntervalSeconds
Optional
public object HealthCheckIntervalSeconds { get; set; }
- Type: object
HealthCheckPath
Optional
public object HealthCheckPath { get; set; }
- Type: object
HealthCheckPort
Optional
public object HealthCheckPort { get; set; }
- Type: object
HealthCheckProtocol
Optional
public object HealthCheckProtocol { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ThresholdCount
Optional
public object ThresholdCount { get; set; }
- Type: object
TrafficPercentage
Optional
public object TrafficPercentage { get; set; }
- Type: object