1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. expressconnect
  5. getVirtualPhysicalConnections
Alibaba Cloud v3.54.0 published on Wednesday, Apr 24, 2024 by Pulumi

alicloud.expressconnect.getVirtualPhysicalConnections

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.54.0 published on Wednesday, Apr 24, 2024 by Pulumi

    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());
        }
    }
    
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: alicloud:expressconnect/getVirtualPhysicalConnections:getVirtualPhysicalConnections
      arguments:
        # arguments dictionary

    The 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).
    ParentPhysicalConnectionId string
    The ID of the instance of the physical connection.
    VirtualPhysicalConnectionIds List<string>
    The ID of the hosted connection. You can specify multiple hosted connection IDs.
    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>
    The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
    VpconnAliUid string
    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).
    ParentPhysicalConnectionId string
    The ID of the instance of the physical connection.
    VirtualPhysicalConnectionIds []string
    The ID of the hosted connection. You can specify multiple hosted connection IDs.
    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
    The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
    VpconnAliUid string
    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).
    parentPhysicalConnectionId String
    The ID of the instance of the physical connection.
    virtualPhysicalConnectionIds List<String>
    The ID of the hosted connection. You can specify multiple hosted connection IDs.
    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>
    The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
    vpconnAliUid String
    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).
    parentPhysicalConnectionId string
    The ID of the instance of the physical connection.
    virtualPhysicalConnectionIds string[]
    The ID of the hosted connection. You can specify multiple hosted connection IDs.
    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[]
    The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
    vpconnAliUid string
    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_connection_id str
    The ID of the instance of the physical connection.
    virtual_physical_connection_ids Sequence[str]
    The ID of the hosted connection. You can specify multiple hosted connection IDs.
    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]
    The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
    vpconn_ali_uid str
    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).
    parentPhysicalConnectionId String
    The ID of the instance of the physical connection.
    virtualPhysicalConnectionIds List<String>
    The ID of the hosted connection. You can specify multiple hosted connection IDs.
    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>
    The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
    vpconnAliUid 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 string
    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.
    ParentPhysicalConnectionAliUid string
    The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
    ParentPhysicalConnectionId string
    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.
    RedundantPhysicalConnectionId string
    The ID of the redundant physical connection.
    ResourceGroupId string
    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
    VirtualPhysicalConnectionId string
    The ID of the hosted connection
    VirtualPhysicalConnectionName string
    The name of the physical connection.
    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.
    VlanId int
    The VLAN ID of the shared leased line.
    VpconnAliUid string
    The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
    AccessPointId string
    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.
    ParentPhysicalConnectionAliUid string
    The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
    ParentPhysicalConnectionId string
    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.
    RedundantPhysicalConnectionId string
    The ID of the redundant physical connection.
    ResourceGroupId string
    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
    VirtualPhysicalConnectionId string
    The ID of the hosted connection
    VirtualPhysicalConnectionName string
    The name of the physical connection.
    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.
    VlanId int
    The VLAN ID of the shared leased line.
    VpconnAliUid string
    The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
    accessPointId String
    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.
    parentPhysicalConnectionAliUid String
    The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
    parentPhysicalConnectionId String
    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.
    redundantPhysicalConnectionId String
    The ID of the redundant physical connection.
    resourceGroupId String
    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
    virtualPhysicalConnectionId String
    The ID of the hosted connection
    virtualPhysicalConnectionName String
    The name of the physical connection.
    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.
    vlanId Integer
    The VLAN ID of the shared leased line.
    vpconnAliUid String
    The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
    accessPointId string
    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.
    parentPhysicalConnectionAliUid string
    The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
    parentPhysicalConnectionId string
    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.
    redundantPhysicalConnectionId string
    The ID of the redundant physical connection.
    resourceGroupId string
    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
    virtualPhysicalConnectionId string
    The ID of the hosted connection
    virtualPhysicalConnectionName string
    The name of the physical connection.
    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.
    vlanId number
    The VLAN ID of the shared leased line.
    vpconnAliUid string
    The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
    access_point_id str
    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_connection_ali_uid str
    The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
    parent_physical_connection_id str
    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_connection_id str
    The ID of the redundant physical connection.
    resource_group_id str
    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_connection_id str
    The ID of the hosted connection
    virtual_physical_connection_name str
    The name of the physical connection.
    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_id int
    The VLAN ID of the shared leased line.
    vpconn_ali_uid str
    The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
    accessPointId String
    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.
    parentPhysicalConnectionAliUid String
    The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
    parentPhysicalConnectionId String
    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.
    redundantPhysicalConnectionId String
    The ID of the redundant physical connection.
    resourceGroupId String
    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
    virtualPhysicalConnectionId String
    The ID of the hosted connection
    virtualPhysicalConnectionName String
    The name of the physical connection.
    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.
    vlanId Number
    The VLAN ID of the shared leased line.
    vpconnAliUid 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.
    alicloud logo
    Alibaba Cloud v3.54.0 published on Wednesday, Apr 24, 2024 by Pulumi