GetEndpointsEndpoint

data class GetEndpointsEndpoint(val createTime: String, val endpointName: String, val id: String, val ipConfigs: List<GetEndpointsEndpointIpConfig>, val securityGroupId: String, val status: String, val vpcId: String, val vpcName: String, val vpcRegionId: String)

Constructors

Link copied to clipboard
constructor(createTime: String, endpointName: String, id: String, ipConfigs: List<GetEndpointsEndpointIpConfig>, securityGroupId: String, status: String, vpcId: String, vpcName: String, vpcRegionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

The ID of the Security Group.

Link copied to clipboard

The status of the resource. Valid values: CHANGE_FAILED, CHANGE_INIT, EXCEPTION, FAILED, INIT, SUCCESS.

Link copied to clipboard

The VPC ID.

Link copied to clipboard

The name of the VPC.

Link copied to clipboard

The Region of the VPC.