GetCustomRoutingEndpointGroupDestinationsCustomRoutingEndpointGroupDestination

data class GetCustomRoutingEndpointGroupDestinationsCustomRoutingEndpointGroupDestination(val acceleratorId: String, val customRoutingEndpointGroupDestinationId: String, val endpointGroupId: String, val fromPort: Int, val id: String, val listenerId: String, val protocols: List<String>, val toPort: Int)

Constructors

constructor(acceleratorId: String, customRoutingEndpointGroupDestinationId: String, endpointGroupId: String, fromPort: Int, id: String, listenerId: String, protocols: List<String>, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the GA instance.

Link copied to clipboard

The ID of the Custom Routing Endpoint Group Destination.

Link copied to clipboard

The ID of the endpoint group.

Link copied to clipboard

The start port of the backend service port range of the endpoint group. The from_port value must be smaller than or equal to the to_port value. Valid values: 1 to 65499.

Link copied to clipboard
val id: String

The id of the Global Accelerator Custom Routing Endpoint Group Destination. It formats as <endpoint_group_id>:<custom_routing_endpoint_group_destination_id>.

Link copied to clipboard

The ID of the listener.

Link copied to clipboard

The backend service protocol of the endpoint group. Valid values: TCP, UDP, TCP, UDP.

Link copied to clipboard
val toPort: Int

The end port of the backend service port range of the endpoint group. The from_port value must be smaller than or equal to the to_port value. Valid values: 1 to 65499.