GetBasicEndpointsEndpoint

data class GetBasicEndpointsEndpoint(val acceleratorId: String, val basicEndpointName: String, val endpointAddress: String, val endpointGroupId: String, val endpointId: String, val endpointSubAddress: String, val endpointSubAddressType: String, val endpointType: String, val endpointZoneId: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(acceleratorId: String, basicEndpointName: String, endpointAddress: String, endpointGroupId: String, endpointId: String, endpointSubAddress: String, endpointSubAddressType: String, endpointType: String, endpointZoneId: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Global Accelerator Basic Accelerator instance.

Link copied to clipboard

The name of the Basic Endpoint.

Link copied to clipboard

The address of the Basic Endpoint.

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

The sub address of the Basic Endpoint.

Link copied to clipboard

The sub address type of the Basic Endpoint.

Link copied to clipboard

The type of the Basic Endpoint. Valid values: ENI, SLB, ECS and NLB.

Link copied to clipboard

The zone id of the Basic Endpoint.

Link copied to clipboard
val id: String

The id of the Global Accelerator Basic Endpoint. It formats as <endpoint_group_id>:<endpoint_id>.

Link copied to clipboard

The status of the Global Accelerator Basic Endpoint. Valid Value: init, active, updating, binding, unbinding, deleting, bound.