Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine
Data Source schema for Volcengine::TransitRouter::RouteTablePropagation
Using getRouteTablePropagation
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 getRouteTablePropagation(args: GetRouteTablePropagationArgs, opts?: InvokeOptions): Promise<GetRouteTablePropagationResult>
function getRouteTablePropagationOutput(args: GetRouteTablePropagationOutputArgs, opts?: InvokeOptions): Output<GetRouteTablePropagationResult>def get_route_table_propagation(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRouteTablePropagationResult
def get_route_table_propagation_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRouteTablePropagationResult]func LookupRouteTablePropagation(ctx *Context, args *LookupRouteTablePropagationArgs, opts ...InvokeOption) (*LookupRouteTablePropagationResult, error)
func LookupRouteTablePropagationOutput(ctx *Context, args *LookupRouteTablePropagationOutputArgs, opts ...InvokeOption) LookupRouteTablePropagationResultOutput> Note: This function is named LookupRouteTablePropagation in the Go SDK.
public static class GetRouteTablePropagation
{
public static Task<GetRouteTablePropagationResult> InvokeAsync(GetRouteTablePropagationArgs args, InvokeOptions? opts = null)
public static Output<GetRouteTablePropagationResult> Invoke(GetRouteTablePropagationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRouteTablePropagationResult> getRouteTablePropagation(GetRouteTablePropagationArgs args, InvokeOptions options)
public static Output<GetRouteTablePropagationResult> getRouteTablePropagation(GetRouteTablePropagationArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:transitrouter/getRouteTablePropagation:getRouteTablePropagation
arguments:
# arguments dictionarydata "volcenginecc_transitrouter_getroutetablepropagation" "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.
getRouteTablePropagation Result
The following output properties are available:
- Creation
Time string - Route learning creation time.
- Id string
- Uniquely identifies the resource.
- Status string
- Route learning status. Available: Available. Creating: Creating. Pending: Pending. 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.
- Creation
Time string - Route learning creation time.
- Id string
- Uniquely identifies the resource.
- Status string
- Route learning status. Available: Available. Creating: Creating. Pending: Pending. 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.
- creation_
time string - Route learning creation time.
- id string
- Uniquely identifies the resource.
- status string
- Route learning status. Available: Available. Creating: Creating. Pending: Pending. 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.
- creation
Time String - Route learning creation time.
- id String
- Uniquely identifies the resource.
- status String
- Route learning status. Available: Available. Creating: Creating. Pending: Pending. 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.
- creation
Time string - Route learning creation time.
- id string
- Uniquely identifies the resource.
- status string
- Route learning status. Available: Available. Creating: Creating. Pending: Pending. 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.
- creation_
time str - Route learning creation time.
- id str
- Uniquely identifies the resource.
- status str
- Route learning status. Available: Available. Creating: Creating. Pending: Pending. 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.
- creation
Time String - Route learning creation time.
- id String
- Uniquely identifies the resource.
- status String
- Route learning status. Available: Available. Creating: Creating. Pending: Pending. 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
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine