GetVpcEndpointsEndpoint

data class GetVpcEndpointsEndpoint(val bandwidth: Int, val connectionStatus: String, val endpointBusinessStatus: String, val endpointDescription: String, val endpointDomain: String, val endpointId: String, val id: String, val securityGroupIds: List<String>, val serviceId: String, val serviceName: String, val status: String, val tags: Map<String, String>, val vpcEndpointName: String, val vpcId: String)

Constructors

Link copied to clipboard
constructor(bandwidth: Int, connectionStatus: String, endpointBusinessStatus: String, endpointDescription: String, endpointDomain: String, endpointId: String, id: String, securityGroupIds: List<String>, serviceId: String, serviceName: String, status: String, tags: Map<String, String>, vpcEndpointName: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Bandwidth.

Link copied to clipboard

The status of Connection.

Link copied to clipboard

The status of Endpoint Business.

Link copied to clipboard

The description of Vpc Endpoint.

Link copied to clipboard

The Endpoint Domain.

Link copied to clipboard

The ID of the Vpc Endpoint.

Link copied to clipboard
val id: String

The ID of the Vpc Endpoint.

Link copied to clipboard

The security group associated with the terminal node network card.

Link copied to clipboard

The terminal node service associated with the terminal node.

Link copied to clipboard

The name of the terminal node service associated with the terminal node.

Link copied to clipboard

The status of Vpc Endpoint.

Link copied to clipboard

Query the instance bound to the tag. The format of the incoming value is json string, including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example {"key1":"value1"}.

Link copied to clipboard

The name of Vpc Endpoint.

Link copied to clipboard

The private network to which the terminal node belongs..