Alibaba Cloud v3.88.1 published on Saturday, Nov 8, 2025 by Pulumi
Alibaba Cloud v3.88.1 published on Saturday, Nov 8, 2025 by Pulumi
This data source provides Express Connect Virtual Physical Connection available to the user.
NOTE: Available in 1.196.0+
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
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}
Using getVirtualPhysicalConnections
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVirtualPhysicalConnections(args: GetVirtualPhysicalConnectionsArgs, opts?: InvokeOptions): Promise<GetVirtualPhysicalConnectionsResult>
function getVirtualPhysicalConnectionsOutput(args: GetVirtualPhysicalConnectionsOutputArgs, opts?: InvokeOptions): Output<GetVirtualPhysicalConnectionsResult>def get_virtual_physical_connections(business_status: Optional[str] = None,
ids: Optional[Sequence[str]] = None,
is_confirmed: Optional[bool] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
parent_physical_connection_id: Optional[str] = None,
virtual_physical_connection_ids: Optional[Sequence[str]] = None,
virtual_physical_connection_status: Optional[str] = None,
vlan_ids: Optional[Sequence[int]] = None,
vpconn_ali_uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVirtualPhysicalConnectionsResult
def get_virtual_physical_connections_output(business_status: Optional[pulumi.Input[str]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
is_confirmed: Optional[pulumi.Input[bool]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
parent_physical_connection_id: Optional[pulumi.Input[str]] = None,
virtual_physical_connection_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
virtual_physical_connection_status: Optional[pulumi.Input[str]] = None,
vlan_ids: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
vpconn_ali_uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVirtualPhysicalConnectionsResult]func GetVirtualPhysicalConnections(ctx *Context, args *GetVirtualPhysicalConnectionsArgs, opts ...InvokeOption) (*GetVirtualPhysicalConnectionsResult, error)
func GetVirtualPhysicalConnectionsOutput(ctx *Context, args *GetVirtualPhysicalConnectionsOutputArgs, opts ...InvokeOption) GetVirtualPhysicalConnectionsResultOutput> Note: This function is named GetVirtualPhysicalConnections in the Go SDK.
public static class GetVirtualPhysicalConnections
{
public static Task<GetVirtualPhysicalConnectionsResult> InvokeAsync(GetVirtualPhysicalConnectionsArgs args, InvokeOptions? opts = null)
public static Output<GetVirtualPhysicalConnectionsResult> Invoke(GetVirtualPhysicalConnectionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualPhysicalConnectionsResult> getVirtualPhysicalConnections(GetVirtualPhysicalConnectionsArgs args, InvokeOptions options)
public static Output<GetVirtualPhysicalConnectionsResult> getVirtualPhysicalConnections(GetVirtualPhysicalConnectionsArgs args, InvokeOptions options)
fn::invoke:
function: alicloud:expressconnect/getVirtualPhysicalConnections:getVirtualPhysicalConnections
arguments:
# arguments dictionaryThe following arguments are supported:
- Business
Status string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Ids List<string>
- A list of Virtual Physical Connection IDs.
- Is
Confirmed bool - Name
Regex string - A regex string to filter results by Group Metric Rule name.
- Output
File string - File name where to save data source results (after running
pulumi preview). - Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Virtual
Physical List<string>Connection Ids - The ID of the hosted connection. You can specify multiple hosted connection IDs.
- Virtual
Physical stringConnection Status - 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.
- Vlan
Ids List<int> - The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- Business
Status string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Ids []string
- A list of Virtual Physical Connection IDs.
- Is
Confirmed bool - Name
Regex string - A regex string to filter results by Group Metric Rule name.
- Output
File string - File name where to save data source results (after running
pulumi preview). - Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Virtual
Physical []stringConnection Ids - The ID of the hosted connection. You can specify multiple hosted connection IDs.
- Virtual
Physical stringConnection Status - 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.
- Vlan
Ids []int - The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- business
Status String - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- is
Confirmed Boolean - name
Regex String - A regex string to filter results by Group Metric Rule name.
- output
File String - File name where to save data source results (after running
pulumi preview). - parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical List<String>Connection Ids - The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual
Physical StringConnection Status - 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.
- vlan
Ids List<Integer> - The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- business
Status string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- ids string[]
- A list of Virtual Physical Connection IDs.
- is
Confirmed boolean - name
Regex string - A regex string to filter results by Group Metric Rule name.
- output
File string - File name where to save data source results (after running
pulumi preview). - parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical string[]Connection Ids - The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual
Physical stringConnection Status - 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.
- vlan
Ids number[] - The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- business_
status str - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- ids Sequence[str]
- A list of Virtual Physical Connection IDs.
- is_
confirmed bool - name_
regex str - A regex string to filter results by Group Metric Rule name.
- output_
file str - File name where to save data source results (after running
pulumi preview). - parent_
physical_ strconnection_ id - The ID of the instance of the physical connection.
- virtual_
physical_ Sequence[str]connection_ ids - The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual_
physical_ strconnection_ status - 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.
- vlan_
ids Sequence[int] - The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn_
ali_ struid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- business
Status String - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- is
Confirmed Boolean - name
Regex String - A regex string to filter results by Group Metric Rule name.
- output
File String - File name where to save data source results (after running
pulumi preview). - parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical List<String>Connection Ids - The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual
Physical StringConnection Status - 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.
- vlan
Ids List<Number> - The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
getVirtualPhysicalConnections Result
The following output properties are available:
- Connections
List<Pulumi.
Ali Cloud. Express Connect. Outputs. Get Virtual Physical Connections Connection> - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Virtual Physical Connection IDs.
- Names List<string>
- A list of name of Virtual Physical Connections.
- Business
Status string - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- Is
Confirmed bool - Name
Regex string - Output
File string - Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Virtual
Physical List<string>Connection Ids - Virtual
Physical stringConnection Status - 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.
- Vlan
Ids List<int> - Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- Connections
[]Get
Virtual Physical Connections Connection - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Virtual Physical Connection IDs.
- Names []string
- A list of name of Virtual Physical Connections.
- Business
Status string - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- Is
Confirmed bool - Name
Regex string - Output
File string - Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Virtual
Physical []stringConnection Ids - Virtual
Physical stringConnection Status - 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.
- Vlan
Ids []int - Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
List<Get
Virtual Physical Connections Connection> - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- names List<String>
- A list of name of Virtual Physical Connections.
- business
Status String - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is
Confirmed Boolean - name
Regex String - output
File String - parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical List<String>Connection Ids - virtual
Physical StringConnection Status - 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.
- vlan
Ids List<Integer> - vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
Get
Virtual Physical Connections Connection[] - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Virtual Physical Connection IDs.
- names string[]
- A list of name of Virtual Physical Connections.
- business
Status string - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is
Confirmed boolean - name
Regex string - output
File string - parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical string[]Connection Ids - virtual
Physical stringConnection Status - 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.
- vlan
Ids number[] - vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
Sequence[Get
Virtual Physical Connections Connection] - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Virtual Physical Connection IDs.
- names Sequence[str]
- A list of name of Virtual Physical Connections.
- business_
status str - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is_
confirmed bool - name_
regex str - output_
file str - parent_
physical_ strconnection_ id - The ID of the instance of the physical connection.
- virtual_
physical_ Sequence[str]connection_ ids - virtual_
physical_ strconnection_ status - 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.
- vlan_
ids Sequence[int] - vpconn_
ali_ struid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections List<Property Map>
- A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- names List<String>
- A list of name of Virtual Physical Connections.
- business
Status String - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is
Confirmed Boolean - name
Regex String - output
File String - parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical List<String>Connection Ids - virtual
Physical StringConnection Status - 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.
- vlan
Ids List<Number> - vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
Supporting Types
GetVirtualPhysicalConnectionsConnection
- Access
Point stringId - The ID of the access point of the physical connection.
- Ad
Location string - The physical location where the physical connection access device is located.
- Bandwidth string
- The bandwidth of the physical connection. Unit: Mbps.
- Business
Status string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Circuit
Code string - The circuit code provided by the operator for the physical connection.
- Create
Time string - The creation time of the resource
- Description string
- The description of the physical connection.
- Enabled
Time string - The opening time of the physical connection.
- End
Time string - The expiration time of the shared line.Time is expressed according to ISO8601 standard and UTC time is used. The format is: YYYY-MM-DDThh:mm:ssZ.
- Expect
Spec string - The estimated bandwidth value of the shared line. The expected bandwidth value will not take effect until the payment is completed.Unit: M indicates Mbps,G indicates Gbps.
- Id string
- The ID of the Virtual Physical Connection.
- Line
Operator string - Operators that provide access to physical lines. Value:-CT: China Telecom.-CU: China Unicom.-CM: China Mobile.-CO: China Other.-Equinix:Equinix.-Other: Other abroad.
- Loa
Status string - The state of LOA. Value:-Applying:LOA application.-Accept:LOA application passed.-Available:LOA is Available.-Rejected:LOA application Rejected.-Completing: The dedicated line is under construction.-Complete: The construction of the dedicated line is completed.-Deleted:LOA has been Deleted.
- Order
Mode string - The payment method of shared dedicated line. Value:-PayByPhysicalConnectionOwner: indicates that the owner of the physical line associated with the shared line pays.-PayByVirtualPhysicalConnectionOwner: indicates that the owner of the shared line pays.
- Parent
Physical stringConnection Ali Uid - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Peer
Location string - The geographic location of the local data center.
- Port
Number string - The port number of the physical connection device.
- Port
Type string - Physical connection port type. Value:-100Base-T: 100 megabytes port.-1000Base-T: Gigabit port.-1000Base-LX: Gigabit single mode optical port (10km).-10GBase-T: 10 Gigabit port.-10GBase-LR: 10 Gigabit single mode optical port (10km).-40GBase-LR: 40 megabytes single-mode optical port.-100GBase-LR: 100,000 megabytes single-mode optical port.
- Redundant
Physical stringConnection Id - The ID of the redundant physical connection.
- Resource
Group stringId - The resource group id
- Spec string
- The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
- Status string
- The status of the resource
- Virtual
Physical stringConnection Id - The ID of the hosted connection
- Virtual
Physical stringConnection Name - The name of the physical connection.
- Virtual
Physical stringConnection Status - 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.
- Vlan
Id int - The VLAN ID of the shared leased line.
- Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- Access
Point stringId - The ID of the access point of the physical connection.
- Ad
Location string - The physical location where the physical connection access device is located.
- Bandwidth string
- The bandwidth of the physical connection. Unit: Mbps.
- Business
Status string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Circuit
Code string - The circuit code provided by the operator for the physical connection.
- Create
Time string - The creation time of the resource
- Description string
- The description of the physical connection.
- Enabled
Time string - The opening time of the physical connection.
- End
Time string - The expiration time of the shared line.Time is expressed according to ISO8601 standard and UTC time is used. The format is: YYYY-MM-DDThh:mm:ssZ.
- Expect
Spec string - The estimated bandwidth value of the shared line. The expected bandwidth value will not take effect until the payment is completed.Unit: M indicates Mbps,G indicates Gbps.
- Id string
- The ID of the Virtual Physical Connection.
- Line
Operator string - Operators that provide access to physical lines. Value:-CT: China Telecom.-CU: China Unicom.-CM: China Mobile.-CO: China Other.-Equinix:Equinix.-Other: Other abroad.
- Loa
Status string - The state of LOA. Value:-Applying:LOA application.-Accept:LOA application passed.-Available:LOA is Available.-Rejected:LOA application Rejected.-Completing: The dedicated line is under construction.-Complete: The construction of the dedicated line is completed.-Deleted:LOA has been Deleted.
- Order
Mode string - The payment method of shared dedicated line. Value:-PayByPhysicalConnectionOwner: indicates that the owner of the physical line associated with the shared line pays.-PayByVirtualPhysicalConnectionOwner: indicates that the owner of the shared line pays.
- Parent
Physical stringConnection Ali Uid - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Peer
Location string - The geographic location of the local data center.
- Port
Number string - The port number of the physical connection device.
- Port
Type string - Physical connection port type. Value:-100Base-T: 100 megabytes port.-1000Base-T: Gigabit port.-1000Base-LX: Gigabit single mode optical port (10km).-10GBase-T: 10 Gigabit port.-10GBase-LR: 10 Gigabit single mode optical port (10km).-40GBase-LR: 40 megabytes single-mode optical port.-100GBase-LR: 100,000 megabytes single-mode optical port.
- Redundant
Physical stringConnection Id - The ID of the redundant physical connection.
- Resource
Group stringId - The resource group id
- Spec string
- The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
- Status string
- The status of the resource
- Virtual
Physical stringConnection Id - The ID of the hosted connection
- Virtual
Physical stringConnection Name - The name of the physical connection.
- Virtual
Physical stringConnection Status - 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.
- Vlan
Id int - The VLAN ID of the shared leased line.
- Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- access
Point StringId - The ID of the access point of the physical connection.
- ad
Location String - The physical location where the physical connection access device is located.
- bandwidth String
- The bandwidth of the physical connection. Unit: Mbps.
- business
Status String - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- circuit
Code String - The circuit code provided by the operator for the physical connection.
- create
Time String - The creation time of the resource
- description String
- The description of the physical connection.
- enabled
Time String - The opening time of the physical connection.
- end
Time String - The expiration time of the shared line.Time is expressed according to ISO8601 standard and UTC time is used. The format is: YYYY-MM-DDThh:mm:ssZ.
- expect
Spec String - The estimated bandwidth value of the shared line. The expected bandwidth value will not take effect until the payment is completed.Unit: M indicates Mbps,G indicates Gbps.
- id String
- The ID of the Virtual Physical Connection.
- line
Operator String - Operators that provide access to physical lines. Value:-CT: China Telecom.-CU: China Unicom.-CM: China Mobile.-CO: China Other.-Equinix:Equinix.-Other: Other abroad.
- loa
Status String - The state of LOA. Value:-Applying:LOA application.-Accept:LOA application passed.-Available:LOA is Available.-Rejected:LOA application Rejected.-Completing: The dedicated line is under construction.-Complete: The construction of the dedicated line is completed.-Deleted:LOA has been Deleted.
- order
Mode String - The payment method of shared dedicated line. Value:-PayByPhysicalConnectionOwner: indicates that the owner of the physical line associated with the shared line pays.-PayByVirtualPhysicalConnectionOwner: indicates that the owner of the shared line pays.
- parent
Physical StringConnection Ali Uid - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- peer
Location String - The geographic location of the local data center.
- port
Number String - The port number of the physical connection device.
- port
Type String - Physical connection port type. Value:-100Base-T: 100 megabytes port.-1000Base-T: Gigabit port.-1000Base-LX: Gigabit single mode optical port (10km).-10GBase-T: 10 Gigabit port.-10GBase-LR: 10 Gigabit single mode optical port (10km).-40GBase-LR: 40 megabytes single-mode optical port.-100GBase-LR: 100,000 megabytes single-mode optical port.
- redundant
Physical StringConnection Id - The ID of the redundant physical connection.
- resource
Group StringId - The resource group id
- spec String
- The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
- status String
- The status of the resource
- virtual
Physical StringConnection Id - The ID of the hosted connection
- virtual
Physical StringConnection Name - The name of the physical connection.
- virtual
Physical StringConnection Status - 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.
- vlan
Id Integer - The VLAN ID of the shared leased line.
- vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- access
Point stringId - The ID of the access point of the physical connection.
- ad
Location string - The physical location where the physical connection access device is located.
- bandwidth string
- The bandwidth of the physical connection. Unit: Mbps.
- business
Status string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- circuit
Code string - The circuit code provided by the operator for the physical connection.
- create
Time string - The creation time of the resource
- description string
- The description of the physical connection.
- enabled
Time string - The opening time of the physical connection.
- end
Time string - The expiration time of the shared line.Time is expressed according to ISO8601 standard and UTC time is used. The format is: YYYY-MM-DDThh:mm:ssZ.
- expect
Spec string - The estimated bandwidth value of the shared line. The expected bandwidth value will not take effect until the payment is completed.Unit: M indicates Mbps,G indicates Gbps.
- id string
- The ID of the Virtual Physical Connection.
- line
Operator string - Operators that provide access to physical lines. Value:-CT: China Telecom.-CU: China Unicom.-CM: China Mobile.-CO: China Other.-Equinix:Equinix.-Other: Other abroad.
- loa
Status string - The state of LOA. Value:-Applying:LOA application.-Accept:LOA application passed.-Available:LOA is Available.-Rejected:LOA application Rejected.-Completing: The dedicated line is under construction.-Complete: The construction of the dedicated line is completed.-Deleted:LOA has been Deleted.
- order
Mode string - The payment method of shared dedicated line. Value:-PayByPhysicalConnectionOwner: indicates that the owner of the physical line associated with the shared line pays.-PayByVirtualPhysicalConnectionOwner: indicates that the owner of the shared line pays.
- parent
Physical stringConnection Ali Uid - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- peer
Location string - The geographic location of the local data center.
- port
Number string - The port number of the physical connection device.
- port
Type string - Physical connection port type. Value:-100Base-T: 100 megabytes port.-1000Base-T: Gigabit port.-1000Base-LX: Gigabit single mode optical port (10km).-10GBase-T: 10 Gigabit port.-10GBase-LR: 10 Gigabit single mode optical port (10km).-40GBase-LR: 40 megabytes single-mode optical port.-100GBase-LR: 100,000 megabytes single-mode optical port.
- redundant
Physical stringConnection Id - The ID of the redundant physical connection.
- resource
Group stringId - The resource group id
- spec string
- The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
- status string
- The status of the resource
- virtual
Physical stringConnection Id - The ID of the hosted connection
- virtual
Physical stringConnection Name - The name of the physical connection.
- virtual
Physical stringConnection Status - 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.
- vlan
Id number - The VLAN ID of the shared leased line.
- vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- access_
point_ strid - The ID of the access point of the physical connection.
- ad_
location str - The physical location where the physical connection access device is located.
- bandwidth str
- The bandwidth of the physical connection. Unit: Mbps.
- business_
status str - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- circuit_
code str - The circuit code provided by the operator for the physical connection.
- create_
time str - The creation time of the resource
- description str
- The description of the physical connection.
- enabled_
time str - The opening time of the physical connection.
- end_
time str - The expiration time of the shared line.Time is expressed according to ISO8601 standard and UTC time is used. The format is: YYYY-MM-DDThh:mm:ssZ.
- expect_
spec str - The estimated bandwidth value of the shared line. The expected bandwidth value will not take effect until the payment is completed.Unit: M indicates Mbps,G indicates Gbps.
- id str
- The ID of the Virtual Physical Connection.
- line_
operator str - Operators that provide access to physical lines. Value:-CT: China Telecom.-CU: China Unicom.-CM: China Mobile.-CO: China Other.-Equinix:Equinix.-Other: Other abroad.
- loa_
status str - The state of LOA. Value:-Applying:LOA application.-Accept:LOA application passed.-Available:LOA is Available.-Rejected:LOA application Rejected.-Completing: The dedicated line is under construction.-Complete: The construction of the dedicated line is completed.-Deleted:LOA has been Deleted.
- order_
mode str - The payment method of shared dedicated line. Value:-PayByPhysicalConnectionOwner: indicates that the owner of the physical line associated with the shared line pays.-PayByVirtualPhysicalConnectionOwner: indicates that the owner of the shared line pays.
- parent_
physical_ strconnection_ ali_ uid - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parent_
physical_ strconnection_ id - The ID of the instance of the physical connection.
- peer_
location str - The geographic location of the local data center.
- port_
number str - The port number of the physical connection device.
- port_
type str - Physical connection port type. Value:-100Base-T: 100 megabytes port.-1000Base-T: Gigabit port.-1000Base-LX: Gigabit single mode optical port (10km).-10GBase-T: 10 Gigabit port.-10GBase-LR: 10 Gigabit single mode optical port (10km).-40GBase-LR: 40 megabytes single-mode optical port.-100GBase-LR: 100,000 megabytes single-mode optical port.
- redundant_
physical_ strconnection_ id - The ID of the redundant physical connection.
- resource_
group_ strid - The resource group id
- spec str
- The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
- status str
- The status of the resource
- virtual_
physical_ strconnection_ id - The ID of the hosted connection
- virtual_
physical_ strconnection_ name - The name of the physical connection.
- virtual_
physical_ strconnection_ status - 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.
- vlan_
id int - The VLAN ID of the shared leased line.
- vpconn_
ali_ struid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- access
Point StringId - The ID of the access point of the physical connection.
- ad
Location String - The physical location where the physical connection access device is located.
- bandwidth String
- The bandwidth of the physical connection. Unit: Mbps.
- business
Status String - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- circuit
Code String - The circuit code provided by the operator for the physical connection.
- create
Time String - The creation time of the resource
- description String
- The description of the physical connection.
- enabled
Time String - The opening time of the physical connection.
- end
Time String - The expiration time of the shared line.Time is expressed according to ISO8601 standard and UTC time is used. The format is: YYYY-MM-DDThh:mm:ssZ.
- expect
Spec String - The estimated bandwidth value of the shared line. The expected bandwidth value will not take effect until the payment is completed.Unit: M indicates Mbps,G indicates Gbps.
- id String
- The ID of the Virtual Physical Connection.
- line
Operator String - Operators that provide access to physical lines. Value:-CT: China Telecom.-CU: China Unicom.-CM: China Mobile.-CO: China Other.-Equinix:Equinix.-Other: Other abroad.
- loa
Status String - The state of LOA. Value:-Applying:LOA application.-Accept:LOA application passed.-Available:LOA is Available.-Rejected:LOA application Rejected.-Completing: The dedicated line is under construction.-Complete: The construction of the dedicated line is completed.-Deleted:LOA has been Deleted.
- order
Mode String - The payment method of shared dedicated line. Value:-PayByPhysicalConnectionOwner: indicates that the owner of the physical line associated with the shared line pays.-PayByVirtualPhysicalConnectionOwner: indicates that the owner of the shared line pays.
- parent
Physical StringConnection Ali Uid - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- peer
Location String - The geographic location of the local data center.
- port
Number String - The port number of the physical connection device.
- port
Type String - Physical connection port type. Value:-100Base-T: 100 megabytes port.-1000Base-T: Gigabit port.-1000Base-LX: Gigabit single mode optical port (10km).-10GBase-T: 10 Gigabit port.-10GBase-LR: 10 Gigabit single mode optical port (10km).-40GBase-LR: 40 megabytes single-mode optical port.-100GBase-LR: 100,000 megabytes single-mode optical port.
- redundant
Physical StringConnection Id - The ID of the redundant physical connection.
- resource
Group StringId - The resource group id
- spec String
- The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
- status String
- The status of the resource
- virtual
Physical StringConnection Id - The ID of the hosted connection
- virtual
Physical StringConnection Name - The name of the physical connection.
- virtual
Physical StringConnection Status - 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.
- vlan
Id Number - The VLAN ID of the shared leased line.
- vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.
Alibaba Cloud v3.88.1 published on Saturday, Nov 8, 2025 by Pulumi
