GetCustomRoutingEndpointGroupsGroup

data class GetCustomRoutingEndpointGroupsGroup(val acceleratorId: String, val customRoutingEndpointGroupName: String, val description: String, val endpointGroupId: String, val endpointGroupIpLists: List<String>, val endpointGroupRegion: String, val endpointGroupUnconfirmedIpLists: List<String>, val id: String, val listenerId: String, val status: String)

Constructors

Link copied to clipboard
constructor(acceleratorId: String, customRoutingEndpointGroupName: String, description: String, endpointGroupId: String, endpointGroupIpLists: List<String>, endpointGroupRegion: String, endpointGroupUnconfirmedIpLists: List<String>, id: String, listenerId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the GA instance.

Link copied to clipboard

The name of the endpoint group.

Link copied to clipboard

The description of the endpoint group.

Link copied to clipboard

The ID of the endpoint group.

Link copied to clipboard

The list of endpoint group IP addresses.

Link copied to clipboard

The ID of the region where the endpoint group is created.

Link copied to clipboard

The endpoint group IP addresses to be confirmed after the GA instance is upgraded.

Link copied to clipboard
val id: String

The id of the Custom Routing Endpoint Group.

Link copied to clipboard

The ID of the custom routing listener.

Link copied to clipboard

The status of the endpoint group. Valid Values: init, active, updating, deleting.