1. Packages
  2. Nutanix
  3. API Docs
  4. getRouteTableV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getRouteTableV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Provides Nutanix datasource Get the route table for the specified extId.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const route_table = nutanix.getRouteTableV2({
        extId: "<route_table_uuid>",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    route_table = nutanix.get_route_table_v2(ext_id="<route_table_uuid>")
    
    package main
    
    import (
    	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := nutanix.GetRouteTableV2(ctx, &nutanix.GetRouteTableV2Args{
    			ExtId: "<route_table_uuid>",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nutanix = Pulumi.Nutanix;
    
    return await Deployment.RunAsync(() => 
    {
        var route_table = Nutanix.GetRouteTableV2.Invoke(new()
        {
            ExtId = "<route_table_uuid>",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.NutanixFunctions;
    import com.pulumi.nutanix.inputs.GetRouteTableV2Args;
    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 route-table = NutanixFunctions.getRouteTableV2(GetRouteTableV2Args.builder()
                .extId("<route_table_uuid>")
                .build());
    
        }
    }
    
    variables:
      route-table:
        fn::invoke:
          function: nutanix:getRouteTableV2
          arguments:
            extId: <route_table_uuid>
    

    Using getRouteTableV2

    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 getRouteTableV2(args: GetRouteTableV2Args, opts?: InvokeOptions): Promise<GetRouteTableV2Result>
    function getRouteTableV2Output(args: GetRouteTableV2OutputArgs, opts?: InvokeOptions): Output<GetRouteTableV2Result>
    def get_route_table_v2(ext_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetRouteTableV2Result
    def get_route_table_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetRouteTableV2Result]
    func GetRouteTableV2(ctx *Context, args *GetRouteTableV2Args, opts ...InvokeOption) (*GetRouteTableV2Result, error)
    func GetRouteTableV2Output(ctx *Context, args *GetRouteTableV2OutputArgs, opts ...InvokeOption) GetRouteTableV2ResultOutput

    > Note: This function is named GetRouteTableV2 in the Go SDK.

    public static class GetRouteTableV2 
    {
        public static Task<GetRouteTableV2Result> InvokeAsync(GetRouteTableV2Args args, InvokeOptions? opts = null)
        public static Output<GetRouteTableV2Result> Invoke(GetRouteTableV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRouteTableV2Result> getRouteTableV2(GetRouteTableV2Args args, InvokeOptions options)
    public static Output<GetRouteTableV2Result> getRouteTableV2(GetRouteTableV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getRouteTableV2:getRouteTableV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    Route UUID
    ExtId string
    Route UUID
    extId String
    Route UUID
    extId string
    Route UUID
    ext_id str
    Route UUID
    extId String
    Route UUID

    getRouteTableV2 Result

    The following output properties are available:

    ExtId string
    Route UUID
    ExternalRoutingDomainReference string
    External routing domain associated with this route table.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetRouteTableV2Link>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Metadatas List<PiersKarsenbarg.Nutanix.Outputs.GetRouteTableV2Metadata>
    Metadata associated with this resource.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity
    VpcReference string
    VPC reference.
    ExtId string
    Route UUID
    ExternalRoutingDomainReference string
    External routing domain associated with this route table.
    Id string
    The provider-assigned unique ID for this managed resource.
    Links []GetRouteTableV2Link
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Metadatas []GetRouteTableV2Metadata
    Metadata associated with this resource.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity
    VpcReference string
    VPC reference.
    extId String
    Route UUID
    externalRoutingDomainReference String
    External routing domain associated with this route table.
    id String
    The provider-assigned unique ID for this managed resource.
    links List<GetRouteTableV2Link>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<GetRouteTableV2Metadata>
    Metadata associated with this resource.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity
    vpcReference String
    VPC reference.
    extId string
    Route UUID
    externalRoutingDomainReference string
    External routing domain associated with this route table.
    id string
    The provider-assigned unique ID for this managed resource.
    links GetRouteTableV2Link[]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas GetRouteTableV2Metadata[]
    Metadata associated with this resource.
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity
    vpcReference string
    VPC reference.
    ext_id str
    Route UUID
    external_routing_domain_reference str
    External routing domain associated with this route table.
    id str
    The provider-assigned unique ID for this managed resource.
    links Sequence[GetRouteTableV2Link]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas Sequence[GetRouteTableV2Metadata]
    Metadata associated with this resource.
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity
    vpc_reference str
    VPC reference.
    extId String
    Route UUID
    externalRoutingDomainReference String
    External routing domain associated with this route table.
    id String
    The provider-assigned unique ID for this managed resource.
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<Property Map>
    Metadata associated with this resource.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity
    vpcReference String
    VPC reference.

    Supporting Types

    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetRouteTableV2Metadata

    CategoryIds List<string>
    A list of globally unique identifiers that represent all the categories the resource is associated with.
    OwnerReferenceId string
    A globally unique identifier that represents the owner of this resource.
    OwnerUserName string
    The userName of the owner of this resource.
    ProjectName string
    The name of the project this resource belongs to.
    ProjectReferenceId string
    A globally unique identifier that represents the project this resource belongs to.
    CategoryIds []string
    A list of globally unique identifiers that represent all the categories the resource is associated with.
    OwnerReferenceId string
    A globally unique identifier that represents the owner of this resource.
    OwnerUserName string
    The userName of the owner of this resource.
    ProjectName string
    The name of the project this resource belongs to.
    ProjectReferenceId string
    A globally unique identifier that represents the project this resource belongs to.
    categoryIds List<String>
    A list of globally unique identifiers that represent all the categories the resource is associated with.
    ownerReferenceId String
    A globally unique identifier that represents the owner of this resource.
    ownerUserName String
    The userName of the owner of this resource.
    projectName String
    The name of the project this resource belongs to.
    projectReferenceId String
    A globally unique identifier that represents the project this resource belongs to.
    categoryIds string[]
    A list of globally unique identifiers that represent all the categories the resource is associated with.
    ownerReferenceId string
    A globally unique identifier that represents the owner of this resource.
    ownerUserName string
    The userName of the owner of this resource.
    projectName string
    The name of the project this resource belongs to.
    projectReferenceId string
    A globally unique identifier that represents the project this resource belongs to.
    category_ids Sequence[str]
    A list of globally unique identifiers that represent all the categories the resource is associated with.
    owner_reference_id str
    A globally unique identifier that represents the owner of this resource.
    owner_user_name str
    The userName of the owner of this resource.
    project_name str
    The name of the project this resource belongs to.
    project_reference_id str
    A globally unique identifier that represents the project this resource belongs to.
    categoryIds List<String>
    A list of globally unique identifiers that represent all the categories the resource is associated with.
    ownerReferenceId String
    A globally unique identifier that represents the owner of this resource.
    ownerUserName String
    The userName of the owner of this resource.
    projectName String
    The name of the project this resource belongs to.
    projectReferenceId String
    A globally unique identifier that represents the project this resource belongs to.

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg