Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getRouteV2
Explore with Pulumi AI
Provides Nutanix datasource Get Route for the specified {extId}.
Example
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const route_by_id = nutanix.getRouteV2({
extId: "<route_uuid>",
routeTableExtId: "<route_table_uuid>",
});
import pulumi
import pulumi_nutanix as nutanix
route_by_id = nutanix.get_route_v2(ext_id="<route_uuid>",
route_table_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.GetRouteV2(ctx, &nutanix.GetRouteV2Args{
ExtId: "<route_uuid>",
RouteTableExtId: "<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_by_id = Nutanix.GetRouteV2.Invoke(new()
{
ExtId = "<route_uuid>",
RouteTableExtId = "<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.GetRouteV2Args;
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-by-id = NutanixFunctions.getRouteV2(GetRouteV2Args.builder()
.extId("<route_uuid>")
.routeTableExtId("<route_table_uuid>")
.build());
}
}
variables:
route-by-id:
fn::invoke:
function: nutanix:getRouteV2
arguments:
extId: <route_uuid>
routeTableExtId: <route_table_uuid>
Using getRouteV2
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 getRouteV2(args: GetRouteV2Args, opts?: InvokeOptions): Promise<GetRouteV2Result>
function getRouteV2Output(args: GetRouteV2OutputArgs, opts?: InvokeOptions): Output<GetRouteV2Result>
def get_route_v2(ext_id: Optional[str] = None,
route_table_ext_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRouteV2Result
def get_route_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
route_table_ext_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRouteV2Result]
func GetRouteV2(ctx *Context, args *GetRouteV2Args, opts ...InvokeOption) (*GetRouteV2Result, error)
func GetRouteV2Output(ctx *Context, args *GetRouteV2OutputArgs, opts ...InvokeOption) GetRouteV2ResultOutput
> Note: This function is named GetRouteV2
in the Go SDK.
public static class GetRouteV2
{
public static Task<GetRouteV2Result> InvokeAsync(GetRouteV2Args args, InvokeOptions? opts = null)
public static Output<GetRouteV2Result> Invoke(GetRouteV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRouteV2Result> getRouteV2(GetRouteV2Args args, InvokeOptions options)
public static Output<GetRouteV2Result> getRouteV2(GetRouteV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getRouteV2:getRouteV2
arguments:
# arguments dictionary
The following arguments are supported:
- Ext
Id string - Route UUID.
- Route
Table stringExt Id - Route table UUID
- Ext
Id string - Route UUID.
- Route
Table stringExt Id - Route table UUID
- ext
Id String - Route UUID.
- route
Table StringExt Id - Route table UUID
- ext
Id string - Route UUID.
- route
Table stringExt Id - Route table UUID
- ext_
id str - Route UUID.
- route_
table_ strext_ id - Route table UUID
- ext
Id String - Route UUID.
- route
Table StringExt Id - Route table UUID
getRouteV2 Result
The following output properties are available:
- Description string
- BGP session description.
- Destinations
List<Piers
Karsenbarg. Nutanix. Outputs. Get Route V2Destination> - Destination IP Subnet Configuration.
- 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.
- Is
Active bool - Indicates whether the route is active in the forwarding plane.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Route 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 V2Metadata> - Metadata associated with this resource.
- Name string
- Route name.
- Next
Hops List<PiersKarsenbarg. Nutanix. Outputs. Get Route V2Next Hop> - Route nexthop.
- Priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- Route
Table stringExt Id - Route
Table stringReference - Route table reference.
- Route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Reference string - VPC reference.
- Description string
- BGP session description.
- Destinations
[]Get
Route V2Destination - Destination IP Subnet Configuration.
- 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.
- Is
Active bool - Indicates whether the route is active in the forwarding plane.
- Links
[]Get
Route 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 V2Metadata - Metadata associated with this resource.
- Name string
- Route name.
- Next
Hops []GetRoute V2Next Hop - Route nexthop.
- Priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- Route
Table stringExt Id - Route
Table stringReference - Route table reference.
- Route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Reference string - VPC reference.
- description String
- BGP session description.
- destinations
List<Get
Route V2Destination> - Destination IP Subnet Configuration.
- 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.
- is
Active Boolean - Indicates whether the route is active in the forwarding plane.
- links
List<Get
Route 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 V2Metadata> - Metadata associated with this resource.
- name String
- Route name.
- next
Hops List<GetRoute V2Next Hop> - Route nexthop.
- priority Integer
- Route priority. A higher value implies greater preference is assigned to the route.
- route
Table StringExt Id - route
Table StringReference - Route table reference.
- route
Type String - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference String - VPC reference.
- description string
- BGP session description.
- destinations
Get
Route V2Destination[] - Destination IP Subnet Configuration.
- 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.
- is
Active boolean - Indicates whether the route is active in the forwarding plane.
- links
Get
Route 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 V2Metadata[] - Metadata associated with this resource.
- name string
- Route name.
- next
Hops GetRoute V2Next Hop[] - Route nexthop.
- priority number
- Route priority. A higher value implies greater preference is assigned to the route.
- route
Table stringExt Id - route
Table stringReference - Route table reference.
- route
Type string - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference string - VPC reference.
- description str
- BGP session description.
- destinations
Sequence[Get
Route V2Destination] - Destination IP Subnet Configuration.
- 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.
- is_
active bool - Indicates whether the route is active in the forwarding plane.
- links
Sequence[Get
Route 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 V2Metadata] - Metadata associated with this resource.
- name str
- Route name.
- next_
hops Sequence[GetRoute V2Next Hop] - Route nexthop.
- priority int
- Route priority. A higher value implies greater preference is assigned to the route.
- route_
table_ strext_ id - route_
table_ strreference - Route table reference.
- route_
type str - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant_
id str - A globally unique identifier that represents the tenant that owns this entity
- vpc_
reference str - VPC reference.
- description String
- BGP session description.
- destinations List<Property Map>
- Destination IP Subnet Configuration.
- 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.
- is
Active Boolean - Indicates whether the route is active in the forwarding plane.
- 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.
- name String
- Route name.
- next
Hops List<Property Map> - Route nexthop.
- priority Number
- Route priority. A higher value implies greater preference is assigned to the route.
- route
Table StringExt Id - route
Table StringReference - Route table reference.
- route
Type String - Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Reference String - VPC reference.
Supporting Types
GetRouteV2Destination
- Ipv4
Get
Route V2Destination Ipv4 - IPv4 Address
- Ipv6
Get
Route V2Destination Ipv6 - IPv6 Address
- ipv4
Get
Route V2Destination Ipv4 - IPv4 Address
- ipv6
Get
Route V2Destination Ipv6 - IPv6 Address
- ipv4
Get
Route V2Destination Ipv4 - IPv4 Address
- ipv6
Get
Route V2Destination Ipv6 - IPv6 Address
- ipv4
Get
Route V2Destination Ipv4 - IPv4 Address
- ipv6
Get
Route V2Destination Ipv6 - IPv6 Address
- ipv4 Property Map
- IPv4 Address
- ipv6 Property Map
- IPv6 Address
GetRouteV2DestinationIpv4
- Ip
Piers
Karsenbarg. Nutanix. Inputs. Get Route V2Destination Ipv4Ip - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Ip
Get
Route V2Destination Ipv4Ip - An unique address that identifies a device on the internet or a local network in IPv4 format.
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- ip
Get
Route V2Destination Ipv4Ip - An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix
Length Integer - The prefix length of the network to which this host IPv4 address belongs.
- ip
Get
Route V2Destination Ipv4Ip - An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix
Length number - The prefix length of the network to which this host IPv4 address belongs.
- ip
Get
Route V2Destination Ipv4Ip - An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix_
length int - The prefix length of the network to which this host IPv4 address belongs.
- ip Property Map
- An unique address that identifies a device on the internet or a local network in IPv4 format.
- prefix
Length Number - The prefix length of the network to which this host IPv4 address belongs.
GetRouteV2DestinationIpv4Ip
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Value string
- The IPv4 address of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Value string
- The IPv4 address of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv4 address belongs.
- value String
- The IPv4 address of the host.
- prefix
Length number - The prefix length of the network to which this host IPv4 address belongs.
- value string
- The IPv4 address of the host.
- prefix_
length int - The prefix length of the network to which this host IPv4 address belongs.
- value str
- The IPv4 address of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv4 address belongs.
- value String
- The IPv4 address of the host.
GetRouteV2DestinationIpv6
- Ip
Piers
Karsenbarg. Nutanix. Inputs. Get Route V2Destination Ipv6Ip - IP address format
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Ip
Get
Route V2Destination Ipv6Ip - IP address format
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- ip
Get
Route V2Destination Ipv6Ip - IP address format
- prefix
Length Integer - The prefix length of the network to which this host IPv6 address belongs.
- ip
Get
Route V2Destination Ipv6Ip - IP address format
- prefix
Length number - The prefix length of the network to which this host IPv6 address belongs.
- ip
Get
Route V2Destination Ipv6Ip - IP address format
- prefix_
length int - The prefix length of the network to which this host IPv6 address belongs.
- ip Property Map
- IP address format
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
GetRouteV2DestinationIpv6Ip
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- The IPv6 address of the host.
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- The IPv6 address of the host.
- prefix
Length Integer - The prefix length of the network to which this host IPv6 address belongs.
- value String
- The IPv6 address of the host.
- prefix
Length number - The prefix length of the network to which this host IPv6 address belongs.
- value string
- The IPv6 address of the host.
- prefix_
length int - The prefix length of the network to which this host IPv6 address belongs.
- value str
- The IPv6 address of the host.
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
- value String
- The IPv6 address of the host.
GetRouteV2Link
GetRouteV2Metadata
- 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.
GetRouteV2NextHop
- Next
Hop List<PiersIp Addresses Karsenbarg. Nutanix. Inputs. Get Route V2Next Hop Next Hop Ip Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Next
Hop stringName - Next
Hop stringReference - The reference to a link, such as a VPN connection or a subnet.
- Next
Hop stringType - Nexthop type.
- supported values:
LOCAL_SUBNET
: - Next hop is an internal subnet.DIRECT_CONNECT_VIF
: - Next hop is a direct connect VIF.VPN_CONNECTION
: - Next hop is a VPN connection.IP_ADDRESS
: - Next hop is an IP address.EXTERNAL_SUBNET
: - Next hop is an external subnet.
- Next
Hop []GetIp Addresses Route V2Next Hop Next Hop Ip Address - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Next
Hop stringName - Next
Hop stringReference - The reference to a link, such as a VPN connection or a subnet.
- Next
Hop stringType - Nexthop type.
- supported values:
LOCAL_SUBNET
: - Next hop is an internal subnet.DIRECT_CONNECT_VIF
: - Next hop is a direct connect VIF.VPN_CONNECTION
: - Next hop is a VPN connection.IP_ADDRESS
: - Next hop is an IP address.EXTERNAL_SUBNET
: - Next hop is an external subnet.
- next
Hop List<GetIp Addresses Route V2Next Hop Next Hop Ip Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- next
Hop StringName - next
Hop StringReference - The reference to a link, such as a VPN connection or a subnet.
- next
Hop StringType - Nexthop type.
- supported values:
LOCAL_SUBNET
: - Next hop is an internal subnet.DIRECT_CONNECT_VIF
: - Next hop is a direct connect VIF.VPN_CONNECTION
: - Next hop is a VPN connection.IP_ADDRESS
: - Next hop is an IP address.EXTERNAL_SUBNET
: - Next hop is an external subnet.
- next
Hop GetIp Addresses Route V2Next Hop Next Hop Ip Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- next
Hop stringName - next
Hop stringReference - The reference to a link, such as a VPN connection or a subnet.
- next
Hop stringType - Nexthop type.
- supported values:
LOCAL_SUBNET
: - Next hop is an internal subnet.DIRECT_CONNECT_VIF
: - Next hop is a direct connect VIF.VPN_CONNECTION
: - Next hop is a VPN connection.IP_ADDRESS
: - Next hop is an IP address.EXTERNAL_SUBNET
: - Next hop is an external subnet.
- next_
hop_ Sequence[Getip_ addresses Route V2Next Hop Next Hop Ip Address] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- next_
hop_ strname - next_
hop_ strreference - The reference to a link, such as a VPN connection or a subnet.
- next_
hop_ strtype - Nexthop type.
- supported values:
LOCAL_SUBNET
: - Next hop is an internal subnet.DIRECT_CONNECT_VIF
: - Next hop is a direct connect VIF.VPN_CONNECTION
: - Next hop is a VPN connection.IP_ADDRESS
: - Next hop is an IP address.EXTERNAL_SUBNET
: - Next hop is an external subnet.
- next
Hop List<Property Map>Ip Addresses - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- next
Hop StringName - next
Hop StringReference - The reference to a link, such as a VPN connection or a subnet.
- next
Hop StringType - Nexthop type.
- supported values:
LOCAL_SUBNET
: - Next hop is an internal subnet.DIRECT_CONNECT_VIF
: - Next hop is a direct connect VIF.VPN_CONNECTION
: - Next hop is a VPN connection.IP_ADDRESS
: - Next hop is an IP address.EXTERNAL_SUBNET
: - Next hop is an external subnet.
GetRouteV2NextHopNextHopIpAddress
- Ipv4
Get
Route V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- Ipv6
Get
Route V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4
Get
Route V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- ipv6
Get
Route V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4
Get
Route V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- ipv6
Get
Route V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4
Get
Route V2Next Hop Next Hop Ip Address Ipv4 - IPv4 Address
- ipv6
Get
Route V2Next Hop Next Hop Ip Address Ipv6 - IPv6 Address
- ipv4 Property Map
- IPv4 Address
- ipv6 Property Map
- IPv6 Address
GetRouteV2NextHopNextHopIpAddressIpv4
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv4 address belongs.
- Value string
- value of IP address
- prefix
Length Integer - The prefix length of the network to which this host IPv4 address belongs.
- value String
- value of IP address
- prefix
Length number - The prefix length of the network to which this host IPv4 address belongs.
- value string
- value of IP address
- prefix_
length int - The prefix length of the network to which this host IPv4 address belongs.
- value str
- value of IP address
- prefix
Length Number - The prefix length of the network to which this host IPv4 address belongs.
- value String
- value of IP address
GetRouteV2NextHopNextHopIpAddressIpv6
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- value of IP address
- Prefix
Length int - The prefix length of the network to which this host IPv6 address belongs.
- Value string
- value of IP address
- prefix
Length Integer - The prefix length of the network to which this host IPv6 address belongs.
- value String
- value of IP address
- prefix
Length number - The prefix length of the network to which this host IPv6 address belongs.
- value string
- value of IP address
- prefix_
length int - The prefix length of the network to which this host IPv6 address belongs.
- value str
- value of IP address
- prefix
Length Number - The prefix length of the network to which this host IPv6 address belongs.
- value String
- value of IP address
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.