GetVirtualPhysicalConnectionsPlainArgs

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
val businessStatus: String? = null

The commercial status of the physical line. Value:

Link copied to clipboard
val ids: List<String>? = null

A list of Virtual Physical Connection IDs.

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

A regex string to filter results by Group Metric Rule name.

Link copied to clipboard
val outputFile: String? = null

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
val vlanIds: List<Int>? = null

The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.

Link copied to clipboard
val vpconnAliUid: String? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GetVirtualPhysicalConnectionsPlainArgs