get Virtual Physical Connections
This data source provides Express Connect Virtual Physical Connection available to the user.
NOTE: Available in 1.196.0+
Example Usage
variables:
default:
fn::invoke:
function: alicloud:expressconnect:getVirtualPhysicalConnections
arguments:
ids:
- ${defaultAlicloudExpressConnectVirtualPhysicalConnection.id}
nameRegex: ${defaultAlicloudExpressConnectVirtualPhysicalConnection.name}
parentPhysicalConnectionId: ${defaultAlicloudExpressConnectVirtualPhysicalConnection.parentPhysicalConnectionId}
vlanId: 789
vpconnAliUid: 1.23456789e+09
outputs:
alicloudExpressConnectVirtualPhysicalConnectionExampleId: ${default.connections[0].id}
Return
A collection of values returned by getVirtualPhysicalConnections.
Parameters
A collection of arguments for invoking getVirtualPhysicalConnections.
Return
A collection of values returned by getVirtualPhysicalConnections.
Parameters
The commercial status of the physical line. Value:
Normal: activated.
Financialized: Arrears locked.
SecurityLocked: locked for security reasons.
A list of Virtual Physical Connection IDs.
A regex string to filter results by Group Metric Rule name.
File name where to save data source results (after running pulumi preview
).
The ID of the instance of the physical connection.
The ID of the hosted connection. You can specify multiple hosted connection IDs.
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.
The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
See also
Return
A collection of values returned by getVirtualPhysicalConnections.
Parameters
Builder for com.pulumi.alicloud.expressconnect.kotlin.inputs.GetVirtualPhysicalConnectionsPlainArgs.