Alibaba Cloud v3.87.0 published on Saturday, Oct 18, 2025 by Pulumi
alicloud.expressconnect.getVirtualPhysicalConnections
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:
- BusinessStatus 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 bool
- NameRegex 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).
- ParentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- VirtualPhysical List<string>Connection Ids 
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- VirtualPhysical 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.
 
- VlanIds List<int>
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- VpconnAli stringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- BusinessStatus 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 bool
- NameRegex 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).
- ParentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- VirtualPhysical []stringConnection Ids 
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- VirtualPhysical 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.
 
- VlanIds []int
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- VpconnAli stringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- businessStatus 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 Boolean
- nameRegex 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).
- parentPhysical StringConnection Id 
- The ID of the instance of the physical connection.
- virtualPhysical List<String>Connection Ids 
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtualPhysical 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.
 
- vlanIds List<Integer>
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconnAli StringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- businessStatus 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 boolean
- nameRegex 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).
- parentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- virtualPhysical string[]Connection Ids 
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtualPhysical 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.
 
- vlanIds number[]
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconnAli 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.
- businessStatus 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 Boolean
- nameRegex 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).
- parentPhysical StringConnection Id 
- The ID of the instance of the physical connection.
- virtualPhysical List<String>Connection Ids 
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtualPhysical 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.
 
- vlanIds List<Number>
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconnAli 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.
- 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
- ParentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- VirtualPhysical List<string>Connection Ids 
- VirtualPhysical 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.
- VlanIds List<int>
- VpconnAli stringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- Connections
[]GetVirtual 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.
- 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
- ParentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- VirtualPhysical []stringConnection Ids 
- VirtualPhysical 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.
- VlanIds []int
- VpconnAli stringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
List<GetVirtual 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.
- 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
- parentPhysical StringConnection Id 
- The ID of the instance of the physical connection.
- virtualPhysical List<String>Connection Ids 
- virtualPhysical 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.
- vlanIds List<Integer>
- vpconnAli StringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
GetVirtual 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.
- 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
- parentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- virtualPhysical string[]Connection Ids 
- virtualPhysical 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.
- vlanIds number[]
- vpconnAli stringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
Sequence[GetVirtual 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.
- 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
- parentPhysical StringConnection Id 
- The ID of the instance of the physical connection.
- virtualPhysical List<String>Connection Ids 
- virtualPhysical 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.
- vlanIds List<Number>
- vpconnAli StringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
Supporting Types
GetVirtualPhysicalConnectionsConnection    
- AccessPoint stringId 
- The ID of the access point of the physical connection.
- AdLocation string
- The physical location where the physical connection access device is located.
- Bandwidth string
- The bandwidth of the physical connection. Unit: Mbps.
- BusinessStatus string
- The commercial status of the physical line. Value:- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
 
- CircuitCode string
- The circuit code provided by the operator for the physical connection.
- CreateTime string
- The creation time of the resource
- Description string
- The description of the physical connection.
- EnabledTime string
- The opening time of the physical connection.
- EndTime 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 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.
- LineOperator 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 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 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.
- ParentPhysical stringConnection Ali Uid 
- The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- ParentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- PeerLocation string
- The geographic location of the local data center.
- PortNumber string
- The port number of the physical connection device.
- PortType 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.
- RedundantPhysical stringConnection Id 
- The ID of the redundant physical connection.
- ResourceGroup 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
- VirtualPhysical stringConnection Id 
- The ID of the hosted connection
- VirtualPhysical stringConnection Name 
- The name of the physical connection.
- VirtualPhysical 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.
 
- VlanId int
- The VLAN ID of the shared leased line.
- VpconnAli stringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- AccessPoint stringId 
- The ID of the access point of the physical connection.
- AdLocation string
- The physical location where the physical connection access device is located.
- Bandwidth string
- The bandwidth of the physical connection. Unit: Mbps.
- BusinessStatus string
- The commercial status of the physical line. Value:- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
 
- CircuitCode string
- The circuit code provided by the operator for the physical connection.
- CreateTime string
- The creation time of the resource
- Description string
- The description of the physical connection.
- EnabledTime string
- The opening time of the physical connection.
- EndTime 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 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.
- LineOperator 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 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 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.
- ParentPhysical stringConnection Ali Uid 
- The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- ParentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- PeerLocation string
- The geographic location of the local data center.
- PortNumber string
- The port number of the physical connection device.
- PortType 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.
- RedundantPhysical stringConnection Id 
- The ID of the redundant physical connection.
- ResourceGroup 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
- VirtualPhysical stringConnection Id 
- The ID of the hosted connection
- VirtualPhysical stringConnection Name 
- The name of the physical connection.
- VirtualPhysical 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.
 
- VlanId int
- The VLAN ID of the shared leased line.
- VpconnAli stringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- accessPoint StringId 
- The ID of the access point of the physical connection.
- adLocation String
- The physical location where the physical connection access device is located.
- bandwidth String
- The bandwidth of the physical connection. Unit: Mbps.
- businessStatus String
- The commercial status of the physical line. Value:- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
 
- circuitCode String
- The circuit code provided by the operator for the physical connection.
- createTime String
- The creation time of the resource
- description String
- The description of the physical connection.
- enabledTime String
- The opening time of the physical connection.
- endTime 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 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.
- lineOperator 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 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 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.
- parentPhysical StringConnection Ali Uid 
- The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parentPhysical StringConnection Id 
- The ID of the instance of the physical connection.
- peerLocation String
- The geographic location of the local data center.
- portNumber String
- The port number of the physical connection device.
- portType 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.
- redundantPhysical StringConnection Id 
- The ID of the redundant physical connection.
- resourceGroup 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
- virtualPhysical StringConnection Id 
- The ID of the hosted connection
- virtualPhysical StringConnection Name 
- The name of the physical connection.
- virtualPhysical 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.
 
- vlanId Integer
- The VLAN ID of the shared leased line.
- vpconnAli StringUid 
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- accessPoint stringId 
- The ID of the access point of the physical connection.
- adLocation string
- The physical location where the physical connection access device is located.
- bandwidth string
- The bandwidth of the physical connection. Unit: Mbps.
- businessStatus string
- The commercial status of the physical line. Value:- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
 
- circuitCode string
- The circuit code provided by the operator for the physical connection.
- createTime string
- The creation time of the resource
- description string
- The description of the physical connection.
- enabledTime string
- The opening time of the physical connection.
- endTime 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 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.
- lineOperator 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 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 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.
- parentPhysical stringConnection Ali Uid 
- The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parentPhysical stringConnection Id 
- The ID of the instance of the physical connection.
- peerLocation string
- The geographic location of the local data center.
- portNumber string
- The port number of the physical connection device.
- portType 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.
- redundantPhysical stringConnection Id 
- The ID of the redundant physical connection.
- resourceGroup 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
- virtualPhysical stringConnection Id 
- The ID of the hosted connection
- virtualPhysical stringConnection Name 
- The name of the physical connection.
- virtualPhysical 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.
 
- vlanId number
- The VLAN ID of the shared leased line.
- vpconnAli 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.
- accessPoint StringId 
- The ID of the access point of the physical connection.
- adLocation String
- The physical location where the physical connection access device is located.
- bandwidth String
- The bandwidth of the physical connection. Unit: Mbps.
- businessStatus String
- The commercial status of the physical line. Value:- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
 
- circuitCode String
- The circuit code provided by the operator for the physical connection.
- createTime String
- The creation time of the resource
- description String
- The description of the physical connection.
- enabledTime String
- The opening time of the physical connection.
- endTime 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 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.
- lineOperator 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 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 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.
- parentPhysical StringConnection Ali Uid 
- The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parentPhysical StringConnection Id 
- The ID of the instance of the physical connection.
- peerLocation String
- The geographic location of the local data center.
- portNumber String
- The port number of the physical connection device.
- portType 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.
- redundantPhysical StringConnection Id 
- The ID of the redundant physical connection.
- resourceGroup 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
- virtualPhysical StringConnection Id 
- The ID of the hosted connection
- virtualPhysical StringConnection Name 
- The name of the physical connection.
- virtualPhysical 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.
 
- vlanId Number
- The VLAN ID of the shared leased line.
- vpconnAli 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.
