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());
}
}
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 dictionary
The following arguments are supported:
- Business
Status Changes to this property will trigger replacement.
- The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Ids List<string>
- A list of Virtual Physical Connection IDs.
- Is
Confirmed Changes to this property will trigger replacement.
- Name
Regex Changes to this property will trigger replacement.
- A regex string to filter results by Group Metric Rule name.
- Output
File string - File name where to save data source results (after running
pulumi preview
). - Parent
Physical Connection Id Changes to this property will trigger replacement.
- The ID of the instance of the physical connection.
- Virtual
Physical Connection Ids Changes to this property will trigger replacement.
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- Virtual
Physical Connection Status Changes to this property will trigger replacement.
- 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.
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- Vpconn
Ali Uid Changes to this property will trigger replacement.
- 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.
- The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Ids []string
- A list of Virtual Physical Connection IDs.
- Is
Confirmed Changes to this property will trigger replacement.
- Name
Regex Changes to this property will trigger replacement.
- A regex string to filter results by Group Metric Rule name.
- Output
File string - File name where to save data source results (after running
pulumi preview
). - Parent
Physical Connection Id Changes to this property will trigger replacement.
- The ID of the instance of the physical connection.
- Virtual
Physical Connection Ids Changes to this property will trigger replacement.
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- Virtual
Physical Connection Status Changes to this property will trigger replacement.
- 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.
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- Vpconn
Ali Uid Changes to this property will trigger replacement.
- 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.
- The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- is
Confirmed Changes to this property will trigger replacement.
- name
Regex Changes to this property will trigger replacement.
- A regex string to filter results by Group Metric Rule name.
- output
File String - File name where to save data source results (after running
pulumi preview
). - parent
Physical Connection Id Changes to this property will trigger replacement.
- The ID of the instance of the physical connection.
- virtual
Physical Connection Ids Changes to this property will trigger replacement.
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual
Physical Connection Status Changes to this property will trigger replacement.
- 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.
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn
Ali Uid Changes to this property will trigger replacement.
- 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.
- The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- ids string[]
- A list of Virtual Physical Connection IDs.
- is
Confirmed Changes to this property will trigger replacement.
- name
Regex Changes to this property will trigger replacement.
- A regex string to filter results by Group Metric Rule name.
- output
File string - File name where to save data source results (after running
pulumi preview
). - parent
Physical Connection Id Changes to this property will trigger replacement.
- The ID of the instance of the physical connection.
- virtual
Physical Connection Ids Changes to this property will trigger replacement.
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual
Physical Connection Status Changes to this property will trigger replacement.
- 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.
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn
Ali Uid Changes to this property will trigger replacement.
- 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.
- 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.
- name_
regex Changes to this property will trigger replacement.
- 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.
- The ID of the instance of the physical connection.
- virtual_
physical_ connection_ ids Changes to this property will trigger replacement.
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual_
physical_ connection_ status Changes to this property will trigger replacement.
- 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.
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn_
ali_ uid Changes to this property will trigger replacement.
- 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.
- The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- is
Confirmed Changes to this property will trigger replacement.
- name
Regex Changes to this property will trigger replacement.
- A regex string to filter results by Group Metric Rule name.
- output
File String - File name where to save data source results (after running
pulumi preview
). - parent
Physical Connection Id Changes to this property will trigger replacement.
- The ID of the instance of the physical connection.
- virtual
Physical Connection Ids Changes to this property will trigger replacement.
- The ID of the hosted connection. You can specify multiple hosted connection IDs.
- virtual
Physical Connection Status Changes to this property will trigger replacement.
- 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.
- The VLAN ID of the hosted connection. You can specify multiple VLAN IDs.
- vpconn
Ali Uid Changes to this property will trigger replacement.
- The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
getVirtualPhysicalConnections Result
The following output properties are available:
- Connections
List<Pulumi.
Ali Cloud. Express Connect. Outputs. Get Virtual Physical Connections Connection> - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Virtual Physical Connection IDs.
- Names List<string>
- A list of name of Virtual Physical Connections.
- Business
Status string - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- Is
Confirmed bool - Name
Regex string - Output
File string - Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Virtual
Physical List<string>Connection Ids - Virtual
Physical stringConnection Status - The business status of the shared line. Value:-Confirmed: The shared line has been Confirmed to receive.-UnConfirmed: The shared line has not been confirmed to be received.-Deleted: The shared line has been Deleted.
- Vlan
Ids List<int> - Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- Connections
[]Get
Virtual Physical Connections Connection - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Virtual Physical Connection IDs.
- Names []string
- A list of name of Virtual Physical Connections.
- Business
Status string - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- Is
Confirmed bool - Name
Regex string - Output
File string - Parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- Virtual
Physical []stringConnection Ids - Virtual
Physical stringConnection Status - The business status of the shared line. Value:-Confirmed: The shared line has been Confirmed to receive.-UnConfirmed: The shared line has not been confirmed to be received.-Deleted: The shared line has been Deleted.
- Vlan
Ids []int - Vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
List<Get
Virtual Physical Connections Connection> - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- names List<String>
- A list of name of Virtual Physical Connections.
- business
Status String - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is
Confirmed Boolean - name
Regex String - output
File String - parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical List<String>Connection Ids - virtual
Physical StringConnection Status - The business status of the shared line. Value:-Confirmed: The shared line has been Confirmed to receive.-UnConfirmed: The shared line has not been confirmed to be received.-Deleted: The shared line has been Deleted.
- vlan
Ids List<Integer> - vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
Get
Virtual Physical Connections Connection[] - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Virtual Physical Connection IDs.
- names string[]
- A list of name of Virtual Physical Connections.
- business
Status string - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is
Confirmed boolean - name
Regex string - output
File string - parent
Physical stringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical string[]Connection Ids - virtual
Physical stringConnection Status - The business status of the shared line. Value:-Confirmed: The shared line has been Confirmed to receive.-UnConfirmed: The shared line has not been confirmed to be received.-Deleted: The shared line has been Deleted.
- vlan
Ids number[] - vpconn
Ali stringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections
Sequence[Get
Virtual Physical Connections Connection] - A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Virtual Physical Connection IDs.
- names Sequence[str]
- A list of name of Virtual Physical Connections.
- business_
status str - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is_
confirmed bool - name_
regex str - output_
file str - parent_
physical_ strconnection_ id - The ID of the instance of the physical connection.
- virtual_
physical_ Sequence[str]connection_ ids - virtual_
physical_ strconnection_ status - The business status of the shared line. Value:-Confirmed: The shared line has been Confirmed to receive.-UnConfirmed: The shared line has not been confirmed to be received.-Deleted: The shared line has been Deleted.
- vlan_
ids Sequence[int] - vpconn_
ali_ struid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
- connections List<Property Map>
- A list of Virtual Physical Connection Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Virtual Physical Connection IDs.
- names List<String>
- A list of name of Virtual Physical Connections.
- business
Status String - The commercial status of the physical line. Value:-Normal: activated.-Financialized: Arrears locked.-SecurityLocked: locked for security reasons.
- is
Confirmed Boolean - name
Regex String - output
File String - parent
Physical StringConnection Id - The ID of the instance of the physical connection.
- virtual
Physical List<String>Connection Ids - virtual
Physical StringConnection Status - The business status of the shared line. Value:-Confirmed: The shared line has been Confirmed to receive.-UnConfirmed: The shared line has not been confirmed to be received.-Deleted: The shared line has been Deleted.
- vlan
Ids List<Number> - vpconn
Ali StringUid - The ID of the Alibaba Cloud account (primary account) of the owner of the shared line.
Supporting Types
GetVirtualPhysicalConnectionsConnection
- Access
Point Id This property is required. string - The ID of the access point of the physical connection.
- Ad
Location 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.
- Business
Status This property is required. string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Circuit
Code This property is required. string - The circuit code provided by the operator for the physical connection.
- Create
Time This property is required. string - The creation time of the resource
- Description
This property is required. string - The description of the physical connection.
- Enabled
Time This property is required. string - The opening time of the physical connection.
- End
Time 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.
- Expect
Spec 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.
- Line
Operator 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.
- Loa
Status 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.
- Order
Mode 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.
- Parent
Physical Connection Ali Uid This property is required. string - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- Parent
Physical Connection Id This property is required. string - The ID of the instance of the physical connection.
- Peer
Location This property is required. string - The geographic location of the local data center.
- Port
Number This property is required. string - The port number of the physical connection device.
- Port
Type 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.
- Redundant
Physical Connection Id This property is required. string - The ID of the redundant physical connection.
- Resource
Group Id 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
- Virtual
Physical Connection Id This property is required. string - The ID of the hosted connection
- Virtual
Physical Connection Name This property is required. string - The name of the physical connection.
- Virtual
Physical Connection Status 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.
- Vlan
Id This property is required. int - The VLAN ID of the shared leased line.
- Vpconn
Ali Uid 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. string - The ID of the access point of the physical connection.
- Ad
Location 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.
- Business
Status This property is required. string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- Circuit
Code This property is required. string - The circuit code provided by the operator for the physical connection.
- Create
Time This property is required. string - The creation time of the resource
- Description
This property is required. string - The description of the physical connection.
- Enabled
Time This property is required. string - The opening time of the physical connection.
- End
Time 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.
- Expect
Spec 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.
- Line
Operator 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.
- Loa
Status 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.
- Order
Mode 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.
- Parent
Physical Connection Ali Uid This property is required. string - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- Parent
Physical Connection Id This property is required. string - The ID of the instance of the physical connection.
- Peer
Location This property is required. string - The geographic location of the local data center.
- Port
Number This property is required. string - The port number of the physical connection device.
- Port
Type 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.
- Redundant
Physical Connection Id This property is required. string - The ID of the redundant physical connection.
- Resource
Group Id 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
- Virtual
Physical Connection Id This property is required. string - The ID of the hosted connection
- Virtual
Physical Connection Name This property is required. string - The name of the physical connection.
- Virtual
Physical Connection Status 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.
- Vlan
Id This property is required. int - The VLAN ID of the shared leased line.
- Vpconn
Ali Uid 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. String - The ID of the access point of the physical connection.
- ad
Location 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.
- business
Status This property is required. String - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- circuit
Code This property is required. String - The circuit code provided by the operator for the physical connection.
- create
Time This property is required. String - The creation time of the resource
- description
This property is required. String - The description of the physical connection.
- enabled
Time This property is required. String - The opening time of the physical connection.
- end
Time 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.
- expect
Spec 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.
- line
Operator 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.
- loa
Status 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.
- order
Mode 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.
- parent
Physical Connection Ali Uid This property is required. String - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parent
Physical Connection Id This property is required. String - The ID of the instance of the physical connection.
- peer
Location This property is required. String - The geographic location of the local data center.
- port
Number This property is required. String - The port number of the physical connection device.
- port
Type 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.
- redundant
Physical Connection Id This property is required. String - The ID of the redundant physical connection.
- resource
Group Id 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
- virtual
Physical Connection Id This property is required. String - The ID of the hosted connection
- virtual
Physical Connection Name This property is required. String - The name of the physical connection.
- virtual
Physical Connection Status 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.
- vlan
Id This property is required. Integer - The VLAN ID of the shared leased line.
- vpconn
Ali Uid 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. string - The ID of the access point of the physical connection.
- ad
Location 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.
- business
Status This property is required. string - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- circuit
Code This property is required. string - The circuit code provided by the operator for the physical connection.
- create
Time This property is required. string - The creation time of the resource
- description
This property is required. string - The description of the physical connection.
- enabled
Time This property is required. string - The opening time of the physical connection.
- end
Time 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.
- expect
Spec 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.
- line
Operator 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.
- loa
Status 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.
- order
Mode 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.
- parent
Physical Connection Ali Uid This property is required. string - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parent
Physical Connection Id This property is required. string - The ID of the instance of the physical connection.
- peer
Location This property is required. string - The geographic location of the local data center.
- port
Number This property is required. string - The port number of the physical connection device.
- port
Type 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.
- redundant
Physical Connection Id This property is required. string - The ID of the redundant physical connection.
- resource
Group Id 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
- virtual
Physical Connection Id This property is required. string - The ID of the hosted connection
- virtual
Physical Connection Name This property is required. string - The name of the physical connection.
- virtual
Physical Connection Status 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.
- vlan
Id This property is required. number - The VLAN ID of the shared leased line.
- vpconn
Ali Uid 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.
- access
Point Id This property is required. String - The ID of the access point of the physical connection.
- ad
Location 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.
- business
Status This property is required. String - The commercial status of the physical line. Value:
- Normal: activated.
- Financialized: Arrears locked.
- SecurityLocked: locked for security reasons.
- circuit
Code This property is required. String - The circuit code provided by the operator for the physical connection.
- create
Time This property is required. String - The creation time of the resource
- description
This property is required. String - The description of the physical connection.
- enabled
Time This property is required. String - The opening time of the physical connection.
- end
Time 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.
- expect
Spec 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.
- line
Operator 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.
- loa
Status 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.
- order
Mode 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.
- parent
Physical Connection Ali Uid This property is required. String - The ID of the Alibaba Cloud account (primary account) to which the physical connection belongs.
- parent
Physical Connection Id This property is required. String - The ID of the instance of the physical connection.
- peer
Location This property is required. String - The geographic location of the local data center.
- port
Number This property is required. String - The port number of the physical connection device.
- port
Type 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.
- redundant
Physical Connection Id This property is required. String - The ID of the redundant physical connection.
- resource
Group Id 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
- virtual
Physical Connection Id This property is required. String - The ID of the hosted connection
- virtual
Physical Connection Name This property is required. String - The name of the physical connection.
- virtual
Physical Connection Status 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.
- vlan
Id This property is required. Number - The VLAN ID of the shared leased line.
- vpconn
Ali Uid 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.