Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi
alicloud.expressconnect.getRouterInterfaces
Explore with Pulumi AI
This data source provides Router Interface available to the user.What is Router Interface
NOTE: Available in 1.199.0+
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const _default = alicloud.expressconnect.getRouterInterfaces({
ids: [defaultAlicloudRouterInterface.id],
nameRegex: defaultAlicloudRouterInterface.name,
});
export const alicloudRouterInterfaceExampleId = _default.then(_default => _default.interfaces?.[0]?.id);
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.expressconnect.get_router_interfaces(ids=[default_alicloud_router_interface["id"]],
name_regex=default_alicloud_router_interface["name"])
pulumi.export("alicloudRouterInterfaceExampleId", default.interfaces[0].id)
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/expressconnect"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_default, err := expressconnect.GetRouterInterfaces(ctx, &expressconnect.GetRouterInterfacesArgs{
Ids: interface{}{
defaultAlicloudRouterInterface.Id,
},
NameRegex: pulumi.StringRef(defaultAlicloudRouterInterface.Name),
}, nil);
if err != nil {
return err
}
ctx.Export("alicloudRouterInterfaceExampleId", _default.Interfaces[0].Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var @default = AliCloud.ExpressConnect.GetRouterInterfaces.Invoke(new()
{
Ids = new[]
{
defaultAlicloudRouterInterface.Id,
},
NameRegex = defaultAlicloudRouterInterface.Name,
});
return new Dictionary<string, object?>
{
["alicloudRouterInterfaceExampleId"] = @default.Apply(@default => @default.Apply(getRouterInterfacesResult => getRouterInterfacesResult.Interfaces[0]?.Id)),
};
});
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.GetRouterInterfacesArgs;
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.getRouterInterfaces(GetRouterInterfacesArgs.builder()
.ids(defaultAlicloudRouterInterface.id())
.nameRegex(defaultAlicloudRouterInterface.name())
.build());
ctx.export("alicloudRouterInterfaceExampleId", default_.interfaces()[0].id());
}
}
variables:
default:
fn::invoke:
function: alicloud:expressconnect:getRouterInterfaces
arguments:
ids:
- ${defaultAlicloudRouterInterface.id}
nameRegex: ${defaultAlicloudRouterInterface.name}
outputs:
alicloudRouterInterfaceExampleId: ${default.interfaces[0].id}
Using getRouterInterfaces
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 getRouterInterfaces(args: GetRouterInterfacesArgs, opts?: InvokeOptions): Promise<GetRouterInterfacesResult>
function getRouterInterfacesOutput(args: GetRouterInterfacesOutputArgs, opts?: InvokeOptions): Output<GetRouterInterfacesResult>
def get_router_interfaces(filters: Optional[Sequence[GetRouterInterfacesFilter]] = None,
ids: Optional[Sequence[str]] = None,
include_reservation_data: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
page_number: Optional[int] = None,
page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetRouterInterfacesResult
def get_router_interfaces_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetRouterInterfacesFilterArgs]]]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
include_reservation_data: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
page_number: Optional[pulumi.Input[int]] = None,
page_size: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRouterInterfacesResult]
func GetRouterInterfaces(ctx *Context, args *GetRouterInterfacesArgs, opts ...InvokeOption) (*GetRouterInterfacesResult, error)
func GetRouterInterfacesOutput(ctx *Context, args *GetRouterInterfacesOutputArgs, opts ...InvokeOption) GetRouterInterfacesResultOutput
> Note: This function is named GetRouterInterfaces
in the Go SDK.
public static class GetRouterInterfaces
{
public static Task<GetRouterInterfacesResult> InvokeAsync(GetRouterInterfacesArgs args, InvokeOptions? opts = null)
public static Output<GetRouterInterfacesResult> Invoke(GetRouterInterfacesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRouterInterfacesResult> getRouterInterfaces(GetRouterInterfacesArgs args, InvokeOptions options)
public static Output<GetRouterInterfacesResult> getRouterInterfaces(GetRouterInterfacesArgs args, InvokeOptions options)
fn::invoke:
function: alicloud:expressconnect/getRouterInterfaces:getRouterInterfaces
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
Changes to this property will trigger replacement.
Ali Cloud. Express Connect. Inputs. Get Router Interfaces Filter> - Ids List<string>
- A list of Router Interface IDs.
- Include
Reservation Data Changes to this property will trigger replacement.
- Does it contain renewal data. Valid values:
true
,false
. - 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
). - Page
Number int - Page
Size int
- Filters
Changes to this property will trigger replacement.
Router Interfaces Filter - Ids []string
- A list of Router Interface IDs.
- Include
Reservation Data Changes to this property will trigger replacement.
- Does it contain renewal data. Valid values:
true
,false
. - 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
). - Page
Number int - Page
Size int
- filters
Changes to this property will trigger replacement.
Router Interfaces Filter> - ids List<String>
- A list of Router Interface IDs.
- include
Reservation Data Changes to this property will trigger replacement.
- Does it contain renewal data. Valid values:
true
,false
. - 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
). - page
Number Integer - page
Size Integer
- filters
Changes to this property will trigger replacement.
Router Interfaces Filter[] - ids string[]
- A list of Router Interface IDs.
- include
Reservation Data Changes to this property will trigger replacement.
- Does it contain renewal data. Valid values:
true
,false
. - 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
). - page
Number number - page
Size number
- filters
Changes to this property will trigger replacement.
Router Interfaces Filter] - ids Sequence[str]
- A list of Router Interface IDs.
- include_
reservation_ data Changes to this property will trigger replacement.
- Does it contain renewal data. Valid values:
true
,false
. - 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
). - page_
number int - page_
size int
- filters
Changes to this property will trigger replacement.
- ids List<String>
- A list of Router Interface IDs.
- include
Reservation Data Changes to this property will trigger replacement.
- Does it contain renewal data. Valid values:
true
,false
. - 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
). - page
Number Number - page
Size Number
getRouterInterfaces Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Router Interface IDs.
- Interfaces
List<Pulumi.
Ali Cloud. Express Connect. Outputs. Get Router Interfaces Interface> - A list of Router Interface Entries. Each element contains the following attributes:
- Names List<string>
- A list of name of Router Interfaces.
- Filters
List<Pulumi.
Ali Cloud. Express Connect. Outputs. Get Router Interfaces Filter> - Include
Reservation stringData - Name
Regex string - Output
File string - Page
Number int - Page
Size int
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Router Interface IDs.
- Interfaces
[]Get
Router Interfaces Interface - A list of Router Interface Entries. Each element contains the following attributes:
- Names []string
- A list of name of Router Interfaces.
- Filters
[]Get
Router Interfaces Filter - Include
Reservation stringData - Name
Regex string - Output
File string - Page
Number int - Page
Size int
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Router Interface IDs.
- interfaces
List<Get
Router Interfaces Interface> - A list of Router Interface Entries. Each element contains the following attributes:
- names List<String>
- A list of name of Router Interfaces.
- filters
List<Get
Router Interfaces Filter> - include
Reservation StringData - name
Regex String - output
File String - page
Number Integer - page
Size Integer
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Router Interface IDs.
- interfaces
Get
Router Interfaces Interface[] - A list of Router Interface Entries. Each element contains the following attributes:
- names string[]
- A list of name of Router Interfaces.
- filters
Get
Router Interfaces Filter[] - include
Reservation stringData - name
Regex string - output
File string - page
Number number - page
Size number
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Router Interface IDs.
- interfaces
Sequence[Get
Router Interfaces Interface] - A list of Router Interface Entries. Each element contains the following attributes:
- names Sequence[str]
- A list of name of Router Interfaces.
- filters
Sequence[Get
Router Interfaces Filter] - include_
reservation_ strdata - name_
regex str - output_
file str - page_
number int - page_
size int
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Router Interface IDs.
- interfaces List<Property Map>
- A list of Router Interface Entries. Each element contains the following attributes:
- names List<String>
- A list of name of Router Interfaces.
- filters List<Property Map>
- include
Reservation StringData - name
Regex String - output
File String - page
Number Number - page
Size Number
Supporting Types
GetRouterInterfacesFilter
GetRouterInterfacesInterface
- Access
Point Id This property is required. string - The access point ID to which the VBR belongs.
- Bandwidth
This property is required. int - The bandwidth of the resource.
- Business
Status This property is required. string - The businessStatus of the resource. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - Connected
Time This property is required. string - The connected time of the resource.
- Create
Time This property is required. string - The creation time of the resource
- Cross
Border This property is required. bool - The cross border of the resource.
- Description
This property is required. string - The description of the router interface.
- End
Time This property is required. string - The end time of the resource.
- Has
Reservation Data This property is required. string - The has reservation data of the resource.
- Hc
Rate This property is required. int - The hc rate of the resource.
- Hc
Threshold This property is required. string - The hc threshold of the resource.
- Health
Check Source Ip This property is required. string - The health check source IP address, must be an unused IP within the local VPC.
- Health
Check Target Ip This property is required. string - The IP address for health screening purposes.
- Id
This property is required. string - Opposite
Access Point Id This property is required. string - The Access point ID to which the other end belongs.
- Opposite
Bandwidth This property is required. int - The opposite bandwidth of the router on the other side.
- Opposite
Interface Business Status This property is required. string - The opposite interface business status of the router on the other side. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - Opposite
Interface Id This property is required. string - The Interface ID of the router at the other end.
- Opposite
Interface Owner Id This property is required. string - The AliCloud account ID of the owner of the router interface on the other end.
- Opposite
Interface Spec This property is required. string - The opposite interface spec of the router on the other side. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - Opposite
Interface Status This property is required. string - The opposite interface status of the router on the other side. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - Opposite
Region Id This property is required. string - The geographical ID of the location of the receiving end of the connection.
- Opposite
Router Id This property is required. string - The id of the router at the other end.
- Opposite
Router Type This property is required. string - The opposite router type of the router on the other side. Valid Values:
VRouter
,VBR
. - Opposite
Vpc Instance Id This property is required. string - The opposite vpc instance id of the router on the other side.
- Payment
Type This property is required. string - The payment methods for router interfaces. Valid Values:
PrePaid
,PostPaid
. - Reservation
Active Time This property is required. string - The reservation active time of the resource.
- Reservation
Bandwidth This property is required. string - The reservation bandwidth of the resource.
- Reservation
Internet Charge Type This property is required. string - The reservation internet charge type of the resource.
- Reservation
Order Type This property is required. string - The reservation order type of the resource.
- Role
This property is required. string - The role of the router interface. Valid Values:
InitiatingSide
,AcceptingSide
. - Router
Id This property is required. string - The router id associated with the router interface.
- Router
Interface Id This property is required. string - The first ID of the resource.
- Router
Interface Name This property is required. string - The name of the resource.
- Router
Type This property is required. string - The type of router associated with the router interface. Valid Values:
VRouter
,VBR
. - Spec
This property is required. string - The specification of the router interface. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - Status
This property is required. string - The status of the resource. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - Vpc
Instance Id This property is required. string - The vpc instance id of the resource.
- Access
Point Id This property is required. string - The access point ID to which the VBR belongs.
- Bandwidth
This property is required. int - The bandwidth of the resource.
- Business
Status This property is required. string - The businessStatus of the resource. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - Connected
Time This property is required. string - The connected time of the resource.
- Create
Time This property is required. string - The creation time of the resource
- Cross
Border This property is required. bool - The cross border of the resource.
- Description
This property is required. string - The description of the router interface.
- End
Time This property is required. string - The end time of the resource.
- Has
Reservation Data This property is required. string - The has reservation data of the resource.
- Hc
Rate This property is required. int - The hc rate of the resource.
- Hc
Threshold This property is required. string - The hc threshold of the resource.
- Health
Check Source Ip This property is required. string - The health check source IP address, must be an unused IP within the local VPC.
- Health
Check Target Ip This property is required. string - The IP address for health screening purposes.
- Id
This property is required. string - Opposite
Access Point Id This property is required. string - The Access point ID to which the other end belongs.
- Opposite
Bandwidth This property is required. int - The opposite bandwidth of the router on the other side.
- Opposite
Interface Business Status This property is required. string - The opposite interface business status of the router on the other side. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - Opposite
Interface Id This property is required. string - The Interface ID of the router at the other end.
- Opposite
Interface Owner Id This property is required. string - The AliCloud account ID of the owner of the router interface on the other end.
- Opposite
Interface Spec This property is required. string - The opposite interface spec of the router on the other side. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - Opposite
Interface Status This property is required. string - The opposite interface status of the router on the other side. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - Opposite
Region Id This property is required. string - The geographical ID of the location of the receiving end of the connection.
- Opposite
Router Id This property is required. string - The id of the router at the other end.
- Opposite
Router Type This property is required. string - The opposite router type of the router on the other side. Valid Values:
VRouter
,VBR
. - Opposite
Vpc Instance Id This property is required. string - The opposite vpc instance id of the router on the other side.
- Payment
Type This property is required. string - The payment methods for router interfaces. Valid Values:
PrePaid
,PostPaid
. - Reservation
Active Time This property is required. string - The reservation active time of the resource.
- Reservation
Bandwidth This property is required. string - The reservation bandwidth of the resource.
- Reservation
Internet Charge Type This property is required. string - The reservation internet charge type of the resource.
- Reservation
Order Type This property is required. string - The reservation order type of the resource.
- Role
This property is required. string - The role of the router interface. Valid Values:
InitiatingSide
,AcceptingSide
. - Router
Id This property is required. string - The router id associated with the router interface.
- Router
Interface Id This property is required. string - The first ID of the resource.
- Router
Interface Name This property is required. string - The name of the resource.
- Router
Type This property is required. string - The type of router associated with the router interface. Valid Values:
VRouter
,VBR
. - Spec
This property is required. string - The specification of the router interface. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - Status
This property is required. string - The status of the resource. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - Vpc
Instance Id This property is required. string - The vpc instance id of the resource.
- access
Point Id This property is required. String - The access point ID to which the VBR belongs.
- bandwidth
This property is required. Integer - The bandwidth of the resource.
- business
Status This property is required. String - The businessStatus of the resource. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - connected
Time This property is required. String - The connected time of the resource.
- create
Time This property is required. String - The creation time of the resource
- cross
Border This property is required. Boolean - The cross border of the resource.
- description
This property is required. String - The description of the router interface.
- end
Time This property is required. String - The end time of the resource.
- has
Reservation Data This property is required. String - The has reservation data of the resource.
- hc
Rate This property is required. Integer - The hc rate of the resource.
- hc
Threshold This property is required. String - The hc threshold of the resource.
- health
Check Source Ip This property is required. String - The health check source IP address, must be an unused IP within the local VPC.
- health
Check Target Ip This property is required. String - The IP address for health screening purposes.
- id
This property is required. String - opposite
Access Point Id This property is required. String - The Access point ID to which the other end belongs.
- opposite
Bandwidth This property is required. Integer - The opposite bandwidth of the router on the other side.
- opposite
Interface Business Status This property is required. String - The opposite interface business status of the router on the other side. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - opposite
Interface Id This property is required. String - The Interface ID of the router at the other end.
- opposite
Interface Owner Id This property is required. String - The AliCloud account ID of the owner of the router interface on the other end.
- opposite
Interface Spec This property is required. String - The opposite interface spec of the router on the other side. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - opposite
Interface Status This property is required. String - The opposite interface status of the router on the other side. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - opposite
Region Id This property is required. String - The geographical ID of the location of the receiving end of the connection.
- opposite
Router Id This property is required. String - The id of the router at the other end.
- opposite
Router Type This property is required. String - The opposite router type of the router on the other side. Valid Values:
VRouter
,VBR
. - opposite
Vpc Instance Id This property is required. String - The opposite vpc instance id of the router on the other side.
- payment
Type This property is required. String - The payment methods for router interfaces. Valid Values:
PrePaid
,PostPaid
. - reservation
Active Time This property is required. String - The reservation active time of the resource.
- reservation
Bandwidth This property is required. String - The reservation bandwidth of the resource.
- reservation
Internet Charge Type This property is required. String - The reservation internet charge type of the resource.
- reservation
Order Type This property is required. String - The reservation order type of the resource.
- role
This property is required. String - The role of the router interface. Valid Values:
InitiatingSide
,AcceptingSide
. - router
Id This property is required. String - The router id associated with the router interface.
- router
Interface Id This property is required. String - The first ID of the resource.
- router
Interface Name This property is required. String - The name of the resource.
- router
Type This property is required. String - The type of router associated with the router interface. Valid Values:
VRouter
,VBR
. - spec
This property is required. String - The specification of the router interface. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - status
This property is required. String - The status of the resource. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - vpc
Instance Id This property is required. String - The vpc instance id of the resource.
- access
Point Id This property is required. string - The access point ID to which the VBR belongs.
- bandwidth
This property is required. number - The bandwidth of the resource.
- business
Status This property is required. string - The businessStatus of the resource. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - connected
Time This property is required. string - The connected time of the resource.
- create
Time This property is required. string - The creation time of the resource
- cross
Border This property is required. boolean - The cross border of the resource.
- description
This property is required. string - The description of the router interface.
- end
Time This property is required. string - The end time of the resource.
- has
Reservation Data This property is required. string - The has reservation data of the resource.
- hc
Rate This property is required. number - The hc rate of the resource.
- hc
Threshold This property is required. string - The hc threshold of the resource.
- health
Check Source Ip This property is required. string - The health check source IP address, must be an unused IP within the local VPC.
- health
Check Target Ip This property is required. string - The IP address for health screening purposes.
- id
This property is required. string - opposite
Access Point Id This property is required. string - The Access point ID to which the other end belongs.
- opposite
Bandwidth This property is required. number - The opposite bandwidth of the router on the other side.
- opposite
Interface Business Status This property is required. string - The opposite interface business status of the router on the other side. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - opposite
Interface Id This property is required. string - The Interface ID of the router at the other end.
- opposite
Interface Owner Id This property is required. string - The AliCloud account ID of the owner of the router interface on the other end.
- opposite
Interface Spec This property is required. string - The opposite interface spec of the router on the other side. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - opposite
Interface Status This property is required. string - The opposite interface status of the router on the other side. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - opposite
Region Id This property is required. string - The geographical ID of the location of the receiving end of the connection.
- opposite
Router Id This property is required. string - The id of the router at the other end.
- opposite
Router Type This property is required. string - The opposite router type of the router on the other side. Valid Values:
VRouter
,VBR
. - opposite
Vpc Instance Id This property is required. string - The opposite vpc instance id of the router on the other side.
- payment
Type This property is required. string - The payment methods for router interfaces. Valid Values:
PrePaid
,PostPaid
. - reservation
Active Time This property is required. string - The reservation active time of the resource.
- reservation
Bandwidth This property is required. string - The reservation bandwidth of the resource.
- reservation
Internet Charge Type This property is required. string - The reservation internet charge type of the resource.
- reservation
Order Type This property is required. string - The reservation order type of the resource.
- role
This property is required. string - The role of the router interface. Valid Values:
InitiatingSide
,AcceptingSide
. - router
Id This property is required. string - The router id associated with the router interface.
- router
Interface Id This property is required. string - The first ID of the resource.
- router
Interface Name This property is required. string - The name of the resource.
- router
Type This property is required. string - The type of router associated with the router interface. Valid Values:
VRouter
,VBR
. - spec
This property is required. string - The specification of the router interface. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - status
This property is required. string - The status of the resource. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - vpc
Instance Id This property is required. string - The vpc instance id of the resource.
- access_
point_ id This property is required. str - The access point ID to which the VBR belongs.
- bandwidth
This property is required. int - The bandwidth of the resource.
- business_
status This property is required. str - The businessStatus of the resource. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - connected_
time This property is required. str - The connected time of the resource.
- create_
time This property is required. str - The creation time of the resource
- cross_
border This property is required. bool - The cross border of the resource.
- description
This property is required. str - The description of the router interface.
- end_
time This property is required. str - The end time of the resource.
- has_
reservation_ data This property is required. str - The has reservation data of the resource.
- hc_
rate This property is required. int - The hc rate of the resource.
- hc_
threshold This property is required. str - The hc threshold of the resource.
- health_
check_ source_ ip This property is required. str - The health check source IP address, must be an unused IP within the local VPC.
- health_
check_ target_ ip This property is required. str - The IP address for health screening purposes.
- id
This property is required. str - opposite_
access_ point_ id This property is required. str - The Access point ID to which the other end belongs.
- opposite_
bandwidth This property is required. int - The opposite bandwidth of the router on the other side.
- opposite_
interface_ business_ status This property is required. str - The opposite interface business status of the router on the other side. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - opposite_
interface_ id This property is required. str - The Interface ID of the router at the other end.
- opposite_
interface_ owner_ id This property is required. str - The AliCloud account ID of the owner of the router interface on the other end.
- opposite_
interface_ spec This property is required. str - The opposite interface spec of the router on the other side. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - opposite_
interface_ status This property is required. str - The opposite interface status of the router on the other side. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - opposite_
region_ id This property is required. str - The geographical ID of the location of the receiving end of the connection.
- opposite_
router_ id This property is required. str - The id of the router at the other end.
- opposite_
router_ type This property is required. str - The opposite router type of the router on the other side. Valid Values:
VRouter
,VBR
. - opposite_
vpc_ instance_ id This property is required. str - The opposite vpc instance id of the router on the other side.
- payment_
type This property is required. str - The payment methods for router interfaces. Valid Values:
PrePaid
,PostPaid
. - reservation_
active_ time This property is required. str - The reservation active time of the resource.
- reservation_
bandwidth This property is required. str - The reservation bandwidth of the resource.
- reservation_
internet_ charge_ type This property is required. str - The reservation internet charge type of the resource.
- reservation_
order_ type This property is required. str - The reservation order type of the resource.
- role
This property is required. str - The role of the router interface. Valid Values:
InitiatingSide
,AcceptingSide
. - router_
id This property is required. str - The router id associated with the router interface.
- router_
interface_ id This property is required. str - The first ID of the resource.
- router_
interface_ name This property is required. str - The name of the resource.
- router_
type This property is required. str - The type of router associated with the router interface. Valid Values:
VRouter
,VBR
. - spec
This property is required. str - The specification of the router interface. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - status
This property is required. str - The status of the resource. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - vpc_
instance_ id This property is required. str - The vpc instance id of the resource.
- access
Point Id This property is required. String - The access point ID to which the VBR belongs.
- bandwidth
This property is required. Number - The bandwidth of the resource.
- business
Status This property is required. String - The businessStatus of the resource. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - connected
Time This property is required. String - The connected time of the resource.
- create
Time This property is required. String - The creation time of the resource
- cross
Border This property is required. Boolean - The cross border of the resource.
- description
This property is required. String - The description of the router interface.
- end
Time This property is required. String - The end time of the resource.
- has
Reservation Data This property is required. String - The has reservation data of the resource.
- hc
Rate This property is required. Number - The hc rate of the resource.
- hc
Threshold This property is required. String - The hc threshold of the resource.
- health
Check Source Ip This property is required. String - The health check source IP address, must be an unused IP within the local VPC.
- health
Check Target Ip This property is required. String - The IP address for health screening purposes.
- id
This property is required. String - opposite
Access Point Id This property is required. String - The Access point ID to which the other end belongs.
- opposite
Bandwidth This property is required. Number - The opposite bandwidth of the router on the other side.
- opposite
Interface Business Status This property is required. String - The opposite interface business status of the router on the other side. Valid Values:
Normal
,FinancialLocked
,SecurityLocked
. - opposite
Interface Id This property is required. String - The Interface ID of the router at the other end.
- opposite
Interface Owner Id This property is required. String - The AliCloud account ID of the owner of the router interface on the other end.
- opposite
Interface Spec This property is required. String - The opposite interface spec of the router on the other side. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - opposite
Interface Status This property is required. String - The opposite interface status of the router on the other side. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - opposite
Region Id This property is required. String - The geographical ID of the location of the receiving end of the connection.
- opposite
Router Id This property is required. String - The id of the router at the other end.
- opposite
Router Type This property is required. String - The opposite router type of the router on the other side. Valid Values:
VRouter
,VBR
. - opposite
Vpc Instance Id This property is required. String - The opposite vpc instance id of the router on the other side.
- payment
Type This property is required. String - The payment methods for router interfaces. Valid Values:
PrePaid
,PostPaid
. - reservation
Active Time This property is required. String - The reservation active time of the resource.
- reservation
Bandwidth This property is required. String - The reservation bandwidth of the resource.
- reservation
Internet Charge Type This property is required. String - The reservation internet charge type of the resource.
- reservation
Order Type This property is required. String - The reservation order type of the resource.
- role
This property is required. String - The role of the router interface. Valid Values:
InitiatingSide
,AcceptingSide
. - router
Id This property is required. String - The router id associated with the router interface.
- router
Interface Id This property is required. String - The first ID of the resource.
- router
Interface Name This property is required. String - The name of the resource.
- router
Type This property is required. String - The type of router associated with the router interface. Valid Values:
VRouter
,VBR
. - spec
This property is required. String - The specification of the router interface. Valid Values:
Mini.2
,Mini.5
,Mini.5
,Small.2
,Small.5
,Middle.1
,Middle.2
,Middle.5
,Large.1
,Large.2
,Large.5
,XLarge.1
,Negative
. - status
This property is required. String - The status of the resource. Valid Values:
Idle
,AcceptingConnecting
,Connecting
,Activating
,Active
,Modifying
,Deactivating
,Inactive
,Deleting
. - vpc
Instance Id This property is required. String - The vpc instance id of the resource.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.