Get Custom Routing Endpoint Group Destinations Result
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
Link copied to clipboard
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)
Properties
Link copied to clipboard
The ID of the GA instance.
Link copied to clipboard
val customRoutingEndpointGroupDestinations: List<GetCustomRoutingEndpointGroupDestinationsCustomRoutingEndpointGroupDestination>
A list of Custom Routing Endpoint Group Destinations. Each element contains the following attributes:
Link copied to clipboard
The ID of the Custom Routing Endpoint Group.
Link copied to clipboard
The ID of the listener.
Link copied to clipboard
Link copied to clipboard