1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. expressconnect
  5. getVirtualPhysicalConnections
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.expressconnect.getVirtualPhysicalConnections

Explore with Pulumi AI

This data source provides Express Connect Virtual Physical Connection available to the user.

NOTE: Available in 1.196.0+

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.expressconnect.ExpressconnectFunctions;
import com.pulumi.alicloud.expressconnect.inputs.GetVirtualPhysicalConnectionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var default = ExpressconnectFunctions.getVirtualPhysicalConnections(GetVirtualPhysicalConnectionsArgs.builder()
            .ids(defaultAlicloudExpressConnectVirtualPhysicalConnection.id())
            .nameRegex(defaultAlicloudExpressConnectVirtualPhysicalConnection.name())
            .parentPhysicalConnectionId(defaultAlicloudExpressConnectVirtualPhysicalConnection.parentPhysicalConnectionId())
            .vlanId(789)
            .vpconnAliUid(1234567890)
            .build());

        ctx.export("alicloudExpressConnectVirtualPhysicalConnectionExampleId", default_.connections()[0].id());
    }
}
Copy
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}
Copy

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>
Copy
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]
Copy
func GetVirtualPhysicalConnections(ctx *Context, args *GetVirtualPhysicalConnectionsArgs, opts ...InvokeOption) (*GetVirtualPhysicalConnectionsResult, error)
func GetVirtualPhysicalConnectionsOutput(ctx *Context, args *GetVirtualPhysicalConnectionsOutputArgs, opts ...InvokeOption) GetVirtualPhysicalConnectionsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetVirtualPhysicalConnectionsResult> getVirtualPhysicalConnections(GetVirtualPhysicalConnectionsArgs args, InvokeOptions options)
public static Output<GetVirtualPhysicalConnectionsResult> getVirtualPhysicalConnections(GetVirtualPhysicalConnectionsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: alicloud:expressconnect/getVirtualPhysicalConnections:getVirtualPhysicalConnections
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BusinessStatus Changes to this property will trigger replacement. 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.
IsConfirmed Changes to this property will trigger replacement. bool
NameRegex Changes to this property will trigger replacement. string
A regex string to filter results by Group Metric Rule name.
OutputFile string
File name where to save data source results (after running pulumi preview).
ParentPhysicalConnectionId Changes to this property will trigger replacement. string
The ID of the instance of the physical connection.
VirtualPhysicalConnectionIds Changes to this property will trigger replacement. List<string>
The ID of the hosted connection. You can specify multiple hosted connection IDs.
VirtualPhysicalConnectionStatus Changes to this property will trigger replacement. string
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.
VlanIds Changes to this property will trigger replacement. List<int>
The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
VpconnAliUid Changes to this property will trigger replacement. string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
BusinessStatus Changes to this property will trigger replacement. 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.
IsConfirmed Changes to this property will trigger replacement. bool
NameRegex Changes to this property will trigger replacement. string
A regex string to filter results by Group Metric Rule name.
OutputFile string
File name where to save data source results (after running pulumi preview).
ParentPhysicalConnectionId Changes to this property will trigger replacement. string
The ID of the instance of the physical connection.
VirtualPhysicalConnectionIds Changes to this property will trigger replacement. []string
The ID of the hosted connection. You can specify multiple hosted connection IDs.
VirtualPhysicalConnectionStatus Changes to this property will trigger replacement. string
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.
VlanIds Changes to this property will trigger replacement. []int
The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
VpconnAliUid Changes to this property will trigger replacement. string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
businessStatus Changes to this property will trigger replacement. 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.
isConfirmed Changes to this property will trigger replacement. Boolean
nameRegex Changes to this property will trigger replacement. String
A regex string to filter results by Group Metric Rule name.
outputFile String
File name where to save data source results (after running pulumi preview).
parentPhysicalConnectionId Changes to this property will trigger replacement. String
The ID of the instance of the physical connection.
virtualPhysicalConnectionIds Changes to this property will trigger replacement. List<String>
The ID of the hosted connection. You can specify multiple hosted connection IDs.
virtualPhysicalConnectionStatus Changes to this property will trigger replacement. String
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.
vlanIds Changes to this property will trigger replacement. List<Integer>
The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
vpconnAliUid Changes to this property will trigger replacement. String
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
businessStatus Changes to this property will trigger replacement. 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.
isConfirmed Changes to this property will trigger replacement. boolean
nameRegex Changes to this property will trigger replacement. string
A regex string to filter results by Group Metric Rule name.
outputFile string
File name where to save data source results (after running pulumi preview).
parentPhysicalConnectionId Changes to this property will trigger replacement. string
The ID of the instance of the physical connection.
virtualPhysicalConnectionIds Changes to this property will trigger replacement. string[]
The ID of the hosted connection. You can specify multiple hosted connection IDs.
virtualPhysicalConnectionStatus Changes to this property will trigger replacement. string
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.
vlanIds Changes to this property will trigger replacement. number[]
The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
vpconnAliUid Changes to this property will trigger replacement. string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
business_status Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
name_regex Changes to this property will trigger replacement. 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_connection_id Changes to this property will trigger replacement. str
The ID of the instance of the physical connection.
virtual_physical_connection_ids Changes to this property will trigger replacement. Sequence[str]
The ID of the hosted connection. You can specify multiple hosted connection IDs.
virtual_physical_connection_status Changes to this property will trigger replacement. str
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 Changes to this property will trigger replacement. Sequence[int]
The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
vpconn_ali_uid Changes to this property will trigger replacement. str
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
businessStatus Changes to this property will trigger replacement. 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.
isConfirmed Changes to this property will trigger replacement. Boolean
nameRegex Changes to this property will trigger replacement. String
A regex string to filter results by Group Metric Rule name.
outputFile String
File name where to save data source results (after running pulumi preview).
parentPhysicalConnectionId Changes to this property will trigger replacement. String
The ID of the instance of the physical connection.
virtualPhysicalConnectionIds Changes to this property will trigger replacement. List<String>
The ID of the hosted connection. You can specify multiple hosted connection IDs.
virtualPhysicalConnectionStatus Changes to this property will trigger replacement. String
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.
vlanIds Changes to this property will trigger replacement. List<Number>
The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
vpconnAliUid Changes to this property will trigger replacement. String
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.AliCloud.ExpressConnect.Outputs.GetVirtualPhysicalConnectionsConnection>
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.
BusinessStatus string
The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
IsConfirmed bool
NameRegex string
OutputFile string
ParentPhysicalConnectionId string
The ID of the instance of the physical connection.
VirtualPhysicalConnectionIds List<string>
VirtualPhysicalConnectionStatus string
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.
VlanIds List<int>
VpconnAliUid string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
Connections []GetVirtualPhysicalConnectionsConnection
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.
BusinessStatus string
The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
IsConfirmed bool
NameRegex string
OutputFile string
ParentPhysicalConnectionId string
The ID of the instance of the physical connection.
VirtualPhysicalConnectionIds []string
VirtualPhysicalConnectionStatus string
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.
VlanIds []int
VpconnAliUid string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
connections List<GetVirtualPhysicalConnectionsConnection>
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.
businessStatus String
The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
isConfirmed Boolean
nameRegex String
outputFile String
parentPhysicalConnectionId String
The ID of the instance of the physical connection.
virtualPhysicalConnectionIds List<String>
virtualPhysicalConnectionStatus String
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.
vlanIds List<Integer>
vpconnAliUid String
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
connections GetVirtualPhysicalConnectionsConnection[]
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.
businessStatus string
The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
isConfirmed boolean
nameRegex string
outputFile string
parentPhysicalConnectionId string
The ID of the instance of the physical connection.
virtualPhysicalConnectionIds string[]
virtualPhysicalConnectionStatus string
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.
vlanIds number[]
vpconnAliUid string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
connections Sequence[GetVirtualPhysicalConnectionsConnection]
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_connection_id str
The ID of the instance of the physical connection.
virtual_physical_connection_ids Sequence[str]
virtual_physical_connection_status str
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_uid str
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.
businessStatus String
The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
isConfirmed Boolean
nameRegex String
outputFile String
parentPhysicalConnectionId String
The ID of the instance of the physical connection.
virtualPhysicalConnectionIds List<String>
virtualPhysicalConnectionStatus String
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.
vlanIds List<Number>
vpconnAliUid String
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.

Supporting Types

GetVirtualPhysicalConnectionsConnection

AccessPointId This property is required. string
The ID of the access point of the physical connection.
AdLocation This property is required. string
The physical location where the physical connection access device is located.
Bandwidth This property is required. string
The bandwidth of the physical connection. Unit: Mbps.
BusinessStatus This property is required. string
The commercial status of the physical line. Value:

  • Normal: activated.
  • Financialized: Arrears locked.
  • SecurityLocked: locked for security reasons.
CircuitCode This property is required. string
The circuit code provided by the operator for the physical connection.
CreateTime This property is required. string
The creation time of the resource
Description This property is required. string
The description of the physical connection.
EnabledTime This property is required. string
The opening time of the physical connection.
EndTime This property is required. 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.
ExpectSpec This property is required. 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 This property is required. string
The ID of the Virtual Physical Connection.
LineOperator This property is required. 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.
LoaStatus This property is required. 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.
OrderMode This property is required. 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.
ParentPhysicalConnectionAliUid This property is required. string
The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
ParentPhysicalConnectionId This property is required. string
The ID of the instance of the physical connection.
PeerLocation This property is required. string
The geographic location of the local data center.
PortNumber This property is required. string
The port number of the physical connection device.
PortType This property is required. 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.
RedundantPhysicalConnectionId This property is required. string
The ID of the redundant physical connection.
ResourceGroupId This property is required. string
The resource group id
Spec This property is required. string
The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
Status This property is required. string
The status of the resource
VirtualPhysicalConnectionId This property is required. string
The ID of the hosted connection
VirtualPhysicalConnectionName This property is required. string
The name of the physical connection.
VirtualPhysicalConnectionStatus This property is required. string
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.
VlanId This property is required. int
The VLAN ID of the shared leased line.
VpconnAliUid This property is required. string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
AccessPointId This property is required. string
The ID of the access point of the physical connection.
AdLocation This property is required. string
The physical location where the physical connection access device is located.
Bandwidth This property is required. string
The bandwidth of the physical connection. Unit: Mbps.
BusinessStatus This property is required. string
The commercial status of the physical line. Value:

  • Normal: activated.
  • Financialized: Arrears locked.
  • SecurityLocked: locked for security reasons.
CircuitCode This property is required. string
The circuit code provided by the operator for the physical connection.
CreateTime This property is required. string
The creation time of the resource
Description This property is required. string
The description of the physical connection.
EnabledTime This property is required. string
The opening time of the physical connection.
EndTime This property is required. 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.
ExpectSpec This property is required. 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 This property is required. string
The ID of the Virtual Physical Connection.
LineOperator This property is required. 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.
LoaStatus This property is required. 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.
OrderMode This property is required. 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.
ParentPhysicalConnectionAliUid This property is required. string
The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
ParentPhysicalConnectionId This property is required. string
The ID of the instance of the physical connection.
PeerLocation This property is required. string
The geographic location of the local data center.
PortNumber This property is required. string
The port number of the physical connection device.
PortType This property is required. 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.
RedundantPhysicalConnectionId This property is required. string
The ID of the redundant physical connection.
ResourceGroupId This property is required. string
The resource group id
Spec This property is required. string
The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
Status This property is required. string
The status of the resource
VirtualPhysicalConnectionId This property is required. string
The ID of the hosted connection
VirtualPhysicalConnectionName This property is required. string
The name of the physical connection.
VirtualPhysicalConnectionStatus This property is required. string
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.
VlanId This property is required. int
The VLAN ID of the shared leased line.
VpconnAliUid This property is required. string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
accessPointId This property is required. String
The ID of the access point of the physical connection.
adLocation This property is required. String
The physical location where the physical connection access device is located.
bandwidth This property is required. String
The bandwidth of the physical connection. Unit: Mbps.
businessStatus This property is required. String
The commercial status of the physical line. Value:

  • Normal: activated.
  • Financialized: Arrears locked.
  • SecurityLocked: locked for security reasons.
circuitCode This property is required. String
The circuit code provided by the operator for the physical connection.
createTime This property is required. String
The creation time of the resource
description This property is required. String
The description of the physical connection.
enabledTime This property is required. String
The opening time of the physical connection.
endTime This property is required. 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.
expectSpec This property is required. 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 This property is required. String
The ID of the Virtual Physical Connection.
lineOperator This property is required. 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.
loaStatus This property is required. 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.
orderMode This property is required. 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.
parentPhysicalConnectionAliUid This property is required. String
The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
parentPhysicalConnectionId This property is required. String
The ID of the instance of the physical connection.
peerLocation This property is required. String
The geographic location of the local data center.
portNumber This property is required. String
The port number of the physical connection device.
portType This property is required. 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.
redundantPhysicalConnectionId This property is required. String
The ID of the redundant physical connection.
resourceGroupId This property is required. String
The resource group id
spec This property is required. String
The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
status This property is required. String
The status of the resource
virtualPhysicalConnectionId This property is required. String
The ID of the hosted connection
virtualPhysicalConnectionName This property is required. String
The name of the physical connection.
virtualPhysicalConnectionStatus This property is required. String
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.
vlanId This property is required. Integer
The VLAN ID of the shared leased line.
vpconnAliUid This property is required. String
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
accessPointId This property is required. string
The ID of the access point of the physical connection.
adLocation This property is required. string
The physical location where the physical connection access device is located.
bandwidth This property is required. string
The bandwidth of the physical connection. Unit: Mbps.
businessStatus This property is required. string
The commercial status of the physical line. Value:

  • Normal: activated.
  • Financialized: Arrears locked.
  • SecurityLocked: locked for security reasons.
circuitCode This property is required. string
The circuit code provided by the operator for the physical connection.
createTime This property is required. string
The creation time of the resource
description This property is required. string
The description of the physical connection.
enabledTime This property is required. string
The opening time of the physical connection.
endTime This property is required. 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.
expectSpec This property is required. 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 This property is required. string
The ID of the Virtual Physical Connection.
lineOperator This property is required. 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.
loaStatus This property is required. 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.
orderMode This property is required. 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.
parentPhysicalConnectionAliUid This property is required. string
The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
parentPhysicalConnectionId This property is required. string
The ID of the instance of the physical connection.
peerLocation This property is required. string
The geographic location of the local data center.
portNumber This property is required. string
The port number of the physical connection device.
portType This property is required. 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.
redundantPhysicalConnectionId This property is required. string
The ID of the redundant physical connection.
resourceGroupId This property is required. string
The resource group id
spec This property is required. string
The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
status This property is required. string
The status of the resource
virtualPhysicalConnectionId This property is required. string
The ID of the hosted connection
virtualPhysicalConnectionName This property is required. string
The name of the physical connection.
virtualPhysicalConnectionStatus This property is required. string
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.
vlanId This property is required. number
The VLAN ID of the shared leased line.
vpconnAliUid This property is required. string
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
access_point_id This property is required. str
The ID of the access point of the physical connection.
ad_location This property is required. str
The physical location where the physical connection access device is located.
bandwidth This property is required. str
The bandwidth of the physical connection. Unit: Mbps.
business_status This property is required. str
The commercial status of the physical line. Value:

  • Normal: activated.
  • Financialized: Arrears locked.
  • SecurityLocked: locked for security reasons.
circuit_code This property is required. str
The circuit code provided by the operator for the physical connection.
create_time This property is required. str
The creation time of the resource
description This property is required. str
The description of the physical connection.
enabled_time This property is required. str
The opening time of the physical connection.
end_time This property is required. 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 This property is required. 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 This property is required. str
The ID of the Virtual Physical Connection.
line_operator This property is required. 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 This property is required. 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 This property is required. 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_connection_ali_uid This property is required. str
The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
parent_physical_connection_id This property is required. str
The ID of the instance of the physical connection.
peer_location This property is required. str
The geographic location of the local data center.
port_number This property is required. str
The port number of the physical connection device.
port_type This property is required. 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_connection_id This property is required. str
The ID of the redundant physical connection.
resource_group_id This property is required. str
The resource group id
spec This property is required. str
The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
status This property is required. str
The status of the resource
virtual_physical_connection_id This property is required. str
The ID of the hosted connection
virtual_physical_connection_name This property is required. str
The name of the physical connection.
virtual_physical_connection_status This property is required. str
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 This property is required. int
The VLAN ID of the shared leased line.
vpconn_ali_uid This property is required. str
The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
accessPointId This property is required. String
The ID of the access point of the physical connection.
adLocation This property is required. String
The physical location where the physical connection access device is located.
bandwidth This property is required. String
The bandwidth of the physical connection. Unit: Mbps.
businessStatus This property is required. String
The commercial status of the physical line. Value:

  • Normal: activated.
  • Financialized: Arrears locked.
  • SecurityLocked: locked for security reasons.
circuitCode This property is required. String
The circuit code provided by the operator for the physical connection.
createTime This property is required. String
The creation time of the resource
description This property is required. String
The description of the physical connection.
enabledTime This property is required. String
The opening time of the physical connection.
endTime This property is required. 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.
expectSpec This property is required. 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 This property is required. String
The ID of the Virtual Physical Connection.
lineOperator This property is required. 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.
loaStatus This property is required. 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.
orderMode This property is required. 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.
parentPhysicalConnectionAliUid This property is required. String
The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
parentPhysicalConnectionId This property is required. String
The ID of the instance of the physical connection.
peerLocation This property is required. String
The geographic location of the local data center.
portNumber This property is required. String
The port number of the physical connection device.
portType This property is required. 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.
redundantPhysicalConnectionId This property is required. String
The ID of the redundant physical connection.
resourceGroupId This property is required. String
The resource group id
spec This property is required. String
The bandwidth value of the shared line.Unit: M indicates Mbps,G indicates Gbps.
status This property is required. String
The status of the resource
virtualPhysicalConnectionId This property is required. String
The ID of the hosted connection
virtualPhysicalConnectionName This property is required. String
The name of the physical connection.
virtualPhysicalConnectionStatus This property is required. String
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.
vlanId This property is required. Number
The VLAN ID of the shared leased line.
vpconnAliUid This property is required. String
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 alicloud Terraform Provider.