GetCustomRoutingEndpointGroupDestinationsResult

data class GetCustomRoutingEndpointGroupDestinationsResult(val acceleratorId: String, val customRoutingEndpointGroupDestinations: List<GetCustomRoutingEndpointGroupDestinationsCustomRoutingEndpointGroupDestination>, val endpointGroupId: String? = null, val fromPort: Int? = null, val id: String, val ids: List<String>, val listenerId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val protocols: List<String>? = null, val toPort: Int? = null)

A collection of values returned by getCustomRoutingEndpointGroupDestinations.

Constructors

constructor(acceleratorId: String, customRoutingEndpointGroupDestinations: List<GetCustomRoutingEndpointGroupDestinationsCustomRoutingEndpointGroupDestination>, endpointGroupId: String? = null, fromPort: Int? = null, id: String, ids: List<String>, listenerId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, protocols: List<String>? = null, toPort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the GA instance.

Link copied to clipboard

A list of Custom Routing Endpoint Group Destinations. Each element contains the following attributes:

Link copied to clipboard
val endpointGroupId: String? = null

The ID of the Custom Routing Endpoint Group.

Link copied to clipboard
val fromPort: Int? = null

The start port of the backend service port range of the endpoint group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val listenerId: String? = null

The ID of the listener.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val protocols: List<String>? = null

The backend service protocol of the endpoint group.

Link copied to clipboard
val toPort: Int? = null

The end port of the backend service port range of the endpoint group.