GetVpcEndpointServicesService

data class GetVpcEndpointServicesService(val autoAcceptConnection: Boolean, val connectBandwidth: Int, val id: String, val serviceBusinessStatus: String, val serviceDescription: String, val serviceDomain: String, val serviceId: String, val status: String, val tags: Map<String, String>, val vpcEndpointServiceName: String)

Constructors

Link copied to clipboard
constructor(autoAcceptConnection: Boolean, connectBandwidth: Int, id: String, serviceBusinessStatus: String, serviceDescription: String, serviceDomain: String, serviceId: String, status: String, tags: Map<String, String>, vpcEndpointServiceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to automatically accept terminal node connections.

Link copied to clipboard

The connection bandwidth.

Link copied to clipboard
val id: String

The ID of the Vpc Endpoint Service.

Link copied to clipboard

The business status of the terminal node service. Valid Value: Normal, FinancialLocked and SecurityLocked.

Link copied to clipboard

The description of the terminal node service.

Link copied to clipboard

The domain of service.

Link copied to clipboard

The ID of the Vpc Endpoint Service.

Link copied to clipboard

The Status of Vpc Endpoint Service. Valid Value: Active, Creating, Deleted, Deleting and Pending.

Link copied to clipboard

The tags of Vpc Endpoint Service.

Link copied to clipboard

The name of Vpc Endpoint Service.