Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus
Data Source schema for Byteplus::TransitRouter::TransitRouterRouteTableAssociation
Using getTransitRouterRouteTableAssociation
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 getTransitRouterRouteTableAssociation(args: GetTransitRouterRouteTableAssociationArgs, opts?: InvokeOptions): Promise<GetTransitRouterRouteTableAssociationResult>
function getTransitRouterRouteTableAssociationOutput(args: GetTransitRouterRouteTableAssociationOutputArgs, opts?: InvokeOptions): Output<GetTransitRouterRouteTableAssociationResult>def get_transit_router_route_table_association(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransitRouterRouteTableAssociationResult
def get_transit_router_route_table_association_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransitRouterRouteTableAssociationResult]func LookupTransitRouterRouteTableAssociation(ctx *Context, args *LookupTransitRouterRouteTableAssociationArgs, opts ...InvokeOption) (*LookupTransitRouterRouteTableAssociationResult, error)
func LookupTransitRouterRouteTableAssociationOutput(ctx *Context, args *LookupTransitRouterRouteTableAssociationOutputArgs, opts ...InvokeOption) LookupTransitRouterRouteTableAssociationResultOutput> Note: This function is named LookupTransitRouterRouteTableAssociation in the Go SDK.
public static class GetTransitRouterRouteTableAssociation
{
public static Task<GetTransitRouterRouteTableAssociationResult> InvokeAsync(GetTransitRouterRouteTableAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetTransitRouterRouteTableAssociationResult> Invoke(GetTransitRouterRouteTableAssociationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransitRouterRouteTableAssociationResult> getTransitRouterRouteTableAssociation(GetTransitRouterRouteTableAssociationArgs args, InvokeOptions options)
public static Output<GetTransitRouterRouteTableAssociationResult> getTransitRouterRouteTableAssociation(GetTransitRouterRouteTableAssociationArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:transitrouter/getTransitRouterRouteTableAssociation:getTransitRouterRouteTableAssociation
arguments:
# arguments dictionarydata "bytepluscc_transitrouter_gettransitrouterroutetableassociation" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getTransitRouterRouteTableAssociation Result
The following output properties are available:
- Id string
- Uniquely identifies the resource.
- Status string
- Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
- Transit
Router stringAttachment Id - ID of the network instance connection.
- Transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance.
- Id string
- Uniquely identifies the resource.
- Status string
- Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
- Transit
Router stringAttachment Id - ID of the network instance connection.
- Transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance.
- id string
- Uniquely identifies the resource.
- status string
- Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
- transit_
router_ stringattachment_ id - ID of the network instance connection.
- transit_
router_ stringroute_ table_ id - ID of the route table associated with the transit router instance.
- id String
- Uniquely identifies the resource.
- status String
- Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
- transit
Router StringAttachment Id - ID of the network instance connection.
- transit
Router StringRoute Table Id - ID of the route table associated with the transit router instance.
- id string
- Uniquely identifies the resource.
- status string
- Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
- transit
Router stringAttachment Id - ID of the network instance connection.
- transit
Router stringRoute Table Id - ID of the route table associated with the transit router instance.
- id str
- Uniquely identifies the resource.
- status str
- Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
- transit_
router_ strattachment_ id - ID of the network instance connection.
- transit_
router_ strroute_ table_ id - ID of the route table associated with the transit router instance.
- id String
- Uniquely identifies the resource.
- status String
- Status of the forwarding association. Available: Available. Creating: Creating. Configuring: Being configured. Deleting: Deleting.
- transit
Router StringAttachment Id - ID of the network instance connection.
- transit
Router StringRoute Table Id - ID of the route table associated with the transit router instance.
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus