GetVirtualPhysicalConnectionsResult

data class GetVirtualPhysicalConnectionsResult(val businessStatus: String? = null, val connections: List<GetVirtualPhysicalConnectionsConnection>, val id: String, val ids: List<String>, val isConfirmed: Boolean? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val parentPhysicalConnectionId: String? = null, val virtualPhysicalConnectionIds: List<String>? = null, val virtualPhysicalConnectionStatus: String? = null, val vlanIds: List<Int>? = null, val vpconnAliUid: String? = null)

A collection of values returned by getVirtualPhysicalConnections.

Constructors

Link copied to clipboard
constructor(businessStatus: String? = null, connections: List<GetVirtualPhysicalConnectionsConnection>, id: String, ids: List<String>, isConfirmed: Boolean? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, parentPhysicalConnectionId: String? = null, virtualPhysicalConnectionIds: List<String>? = null, virtualPhysicalConnectionStatus: String? = null, vlanIds: List<Int>? = null, vpconnAliUid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val businessStatus: String? = null

The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.

Link copied to clipboard

A list of Virtual Physical Connection Entries. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Virtual Physical Connection IDs.

Link copied to clipboard
val isConfirmed: Boolean? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of name of Virtual Physical Connections.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

The ID of the instance of the physical connection.

Link copied to clipboard
Link copied to clipboard

The business status of the shared line. Value:-Confirmed: The shared line has been Confirmed to receive.-UnConfirmed: The shared line has not been confirmed to be received.-Deleted: The shared line has been Deleted.

Link copied to clipboard
val vlanIds: List<Int>? = null
Link copied to clipboard
val vpconnAliUid: String? = null

The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.