Get Virtual Physical Connections Plain Args
data class GetVirtualPhysicalConnectionsPlainArgs(val businessStatus: String? = null, val ids: List<String>? = null, val isConfirmed: Boolean? = null, val nameRegex: String? = null, 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) : ConvertibleToJava<GetVirtualPhysicalConnectionsPlainArgs>
A collection of arguments for invoking getVirtualPhysicalConnections.
Constructors
Link copied to clipboard
constructor(businessStatus: String? = null, ids: List<String>? = null, isConfirmed: Boolean? = null, nameRegex: String? = null, 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:
Link copied to clipboard
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the instance of the physical connection.
Link copied to clipboard
The ID of the hosted connection. You can specify multiple hosted connection IDs.
Link copied to clipboard
The business status of the shared line. Value:
Link copied to clipboard
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.