Get Virtual Physical Connections Result
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)
Properties
Link copied to clipboard
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
Link copied to clipboard
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
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.