Get Basic Endpoints Result
data class GetBasicEndpointsResult(val endpointGroupId: String, val endpointId: String? = null, val endpointType: String? = null, val endpoints: List<GetBasicEndpointsEndpoint>, val id: String, val ids: List<String>, val name: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val status: String? = null)
A collection of values returned by getBasicEndpoints.
Properties
Link copied to clipboard
The ID of the Basic Endpoint Group.
Link copied to clipboard
The ID of the Basic Endpoint.
Link copied to clipboard
A list of Global Accelerator Basic Endpoints. Each element contains the following attributes:
Link copied to clipboard
The type of the Basic Endpoint.
Link copied to clipboard