Get Custom Routing Endpoint Group Destinations Plain Args
data class GetCustomRoutingEndpointGroupDestinationsPlainArgs(val acceleratorId: String, val endpointGroupId: String? = null, val fromPort: Int? = null, val ids: List<String>? = null, 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) : ConvertibleToJava<GetCustomRoutingEndpointGroupDestinationsPlainArgs>
A collection of arguments for invoking getCustomRoutingEndpointGroupDestinations.
Constructors
Link copied to clipboard
fun GetCustomRoutingEndpointGroupDestinationsPlainArgs(acceleratorId: String, endpointGroupId: String? = null, fromPort: Int? = null, ids: List<String>? = null, listenerId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, protocols: List<String>? = null, toPort: Int? = null)