Get Custom Routing Endpoint Traffic Policies Result
data class GetCustomRoutingEndpointTrafficPoliciesResult(val acceleratorId: String, val address: String? = null, val customRoutingEndpointTrafficPolicies: List<GetCustomRoutingEndpointTrafficPoliciesCustomRoutingEndpointTrafficPolicy>, val endpointGroupId: String? = null, val endpointId: String? = null, val id: String, val ids: List<String>, val listenerId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null)
A collection of values returned by getCustomRoutingEndpointTrafficPolicies.
Constructors
Link copied to clipboard
constructor(acceleratorId: String, address: String? = null, customRoutingEndpointTrafficPolicies: List<GetCustomRoutingEndpointTrafficPoliciesCustomRoutingEndpointTrafficPolicy>, endpointGroupId: String? = null, endpointId: String? = null, id: String, ids: List<String>, listenerId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)
Properties
Link copied to clipboard
The ID of the GA instance to which the endpoint belongs.
Link copied to clipboard
val customRoutingEndpointTrafficPolicies: List<GetCustomRoutingEndpointTrafficPoliciesCustomRoutingEndpointTrafficPolicy>
A list of Custom Routing Endpoint Traffic Policies. 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 Custom Routing Endpoint.
Link copied to clipboard
The ID of the custom routing listener to which the endpoint belongs.
Link copied to clipboard
Link copied to clipboard