Nutanix v0.7.3 published on Thursday, Mar 13, 2025 by Piers Karsenbarg
nutanix.getRouteTableV2
Explore with Pulumi AI

Nutanix v0.7.3 published on Thursday, Mar 13, 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:
- Ext
Id string - Route UUID
- Ext
Id string - Route UUID
- ext
Id String - Route UUID
- ext
Id string - Route UUID
- ext_
id str - Route UUID
- ext
Id String - Route UUID
getRouteTableV2 Result
The following output properties are available:
- Ext
Id string - Route UUID
- External
Routing stringDomain Reference - External routing domain associated with this route table.
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Route Table V2Link> - 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<Piers
Karsenbarg. Nutanix. Outputs. Get Route Table V2Metadata> - Metadata associated with this resource.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Reference string - VPC reference.
- Ext
Id string - Route UUID
- External
Routing stringDomain Reference - External routing domain associated with this route table.
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]Get
Route Table V2Link - 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
[]Get
Route Table V2Metadata - Metadata associated with this resource.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Reference string - VPC reference.
- ext
Id String - Route UUID
- external
Routing StringDomain Reference - External routing domain associated with this route table.
- id String
- The provider-assigned unique ID for this managed resource.
- links
List<Get
Route Table V2Link> - 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<Get
Route Table V2Metadata> - Metadata associated with this resource.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference String - VPC reference.
- ext
Id string - Route UUID
- external
Routing stringDomain Reference - External routing domain associated with this route table.
- id string
- The provider-assigned unique ID for this managed resource.
- links
Get
Route Table V2Link[] - 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
Get
Route Table V2Metadata[] - Metadata associated with this resource.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference string - VPC reference.
- ext_
id str - Route UUID
- external_
routing_ strdomain_ reference - External routing domain associated with this route table.
- id str
- The provider-assigned unique ID for this managed resource.
- links
Sequence[Get
Route Table V2Link] - 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[Get
Route Table V2Metadata] - 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.
- ext
Id String - Route UUID
- external
Routing StringDomain Reference - 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.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference String - VPC reference.
Supporting Types
GetRouteTableV2Link
GetRouteTableV2Metadata
- Category
Ids List<string> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- Owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- Owner
User stringName - The userName of the owner of this resource.
- Project
Name string - The name of the project this resource belongs to.
- Project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- Category
Ids []string - A list of globally unique identifiers that represent all the categories the resource is associated with.
- Owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- Owner
User stringName - The userName of the owner of this resource.
- Project
Name string - The name of the project this resource belongs to.
- Project
Reference stringId - A globally unique identifier that represents the project this resource belongs to.
- category
Ids List<String> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference StringId - A globally unique identifier that represents the owner of this resource.
- owner
User StringName - The userName of the owner of this resource.
- project
Name String - The name of the project this resource belongs to.
- project
Reference StringId - A globally unique identifier that represents the project this resource belongs to.
- category
Ids string[] - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference stringId - A globally unique identifier that represents the owner of this resource.
- owner
User stringName - The userName of the owner of this resource.
- project
Name string - The name of the project this resource belongs to.
- project
Reference stringId - 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_ strid - A globally unique identifier that represents the owner of this resource.
- owner_
user_ strname - The userName of the owner of this resource.
- project_
name str - The name of the project this resource belongs to.
- project_
reference_ strid - A globally unique identifier that represents the project this resource belongs to.
- category
Ids List<String> - A list of globally unique identifiers that represent all the categories the resource is associated with.
- owner
Reference StringId - A globally unique identifier that represents the owner of this resource.
- owner
User StringName - The userName of the owner of this resource.
- project
Name String - The name of the project this resource belongs to.
- project
Reference StringId - 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 v0.7.3 published on Thursday, Mar 13, 2025 by Piers Karsenbarg