GetCustomRoutingEndpointGroupDestinationsPlainArgs

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

constructor(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)

Properties

Link copied to clipboard

The ID of the GA instance.

Link copied to clipboard
val endpointGroupId: String? = null

The ID of the endpoint group.

Link copied to clipboard
val fromPort: Int? = null

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 ids: List<String>? = null

A list of Custom Routing Endpoint Group Destination IDs.

Link copied to clipboard
val listenerId: String? = null

The ID of the listener.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

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. Valid values: TCP, UDP, TCP, UDP.

Link copied to clipboard
val toPort: Int? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GetCustomRoutingEndpointGroupDestinationsPlainArgs