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

nutanix.getRoutesV2

Explore with Pulumi AI

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

Provides Nutanix resource to List Routes request.

Example

import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";

const routes = nutanix.getRoutesV2({
    limit: 3,
    routeTableExtId: "<route_table_uuid>",
});
Copy
import pulumi
import pulumi_nutanix as nutanix

routes = nutanix.get_routes_v2(limit=3,
    route_table_ext_id="<route_table_uuid>")
Copy
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.LookupRoutesV2(ctx, &nutanix.LookupRoutesV2Args{
			Limit:           pulumi.IntRef(3),
			RouteTableExtId: "<route_table_uuid>",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;

return await Deployment.RunAsync(() => 
{
    var routes = Nutanix.GetRoutesV2.Invoke(new()
    {
        Limit = 3,
        RouteTableExtId = "<route_table_uuid>",
    });

});
Copy
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.GetRoutesV2Args;
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 routes = NutanixFunctions.getRoutesV2(GetRoutesV2Args.builder()
            .limit(3)
            .routeTableExtId("<route_table_uuid>")
            .build());

    }
}
Copy
variables:
  routes:
    fn::invoke:
      function: nutanix:getRoutesV2
      arguments:
        limit: 3
        routeTableExtId: <route_table_uuid>
Copy

Using getRoutesV2

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 getRoutesV2(args: GetRoutesV2Args, opts?: InvokeOptions): Promise<GetRoutesV2Result>
function getRoutesV2Output(args: GetRoutesV2OutputArgs, opts?: InvokeOptions): Output<GetRoutesV2Result>
Copy
def get_routes_v2(filter: Optional[str] = None,
                  limit: Optional[int] = None,
                  order_by: Optional[str] = None,
                  page: Optional[int] = None,
                  route_table_ext_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetRoutesV2Result
def get_routes_v2_output(filter: Optional[pulumi.Input[str]] = None,
                  limit: Optional[pulumi.Input[int]] = None,
                  order_by: Optional[pulumi.Input[str]] = None,
                  page: Optional[pulumi.Input[int]] = None,
                  route_table_ext_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetRoutesV2Result]
Copy
func LookupRoutesV2(ctx *Context, args *LookupRoutesV2Args, opts ...InvokeOption) (*LookupRoutesV2Result, error)
func LookupRoutesV2Output(ctx *Context, args *LookupRoutesV2OutputArgs, opts ...InvokeOption) LookupRoutesV2ResultOutput
Copy

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

public static class GetRoutesV2 
{
    public static Task<GetRoutesV2Result> InvokeAsync(GetRoutesV2Args args, InvokeOptions? opts = null)
    public static Output<GetRoutesV2Result> Invoke(GetRoutesV2InvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetRoutesV2Result> getRoutesV2(GetRoutesV2Args args, InvokeOptions options)
public static Output<GetRoutesV2Result> getRoutesV2(GetRoutesV2Args args, InvokeOptions options)
Copy
fn::invoke:
  function: nutanix:index/getRoutesV2:getRoutesV2
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

RouteTableExtId This property is required. string
Route table UUID
Filter string
A URL query parameter that allows clients to filter a collection of resources.

  • The filter can be applied to the following fields:
Limit int
A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
OrderBy string
A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default

  • The orderby can be applied to the following fields:
  • isActive
Page int
A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
RouteTableExtId This property is required. string
Route table UUID
Filter string
A URL query parameter that allows clients to filter a collection of resources.

  • The filter can be applied to the following fields:
Limit int
A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
OrderBy string
A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default

  • The orderby can be applied to the following fields:
  • isActive
Page int
A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
routeTableExtId This property is required. String
Route table UUID
filter String
A URL query parameter that allows clients to filter a collection of resources.

  • The filter can be applied to the following fields:
limit Integer
A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
orderBy String
A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default

  • The orderby can be applied to the following fields:
  • isActive
page Integer
A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
routeTableExtId This property is required. string
Route table UUID
filter string
A URL query parameter that allows clients to filter a collection of resources.

  • The filter can be applied to the following fields:
limit number
A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
orderBy string
A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default

  • The orderby can be applied to the following fields:
  • isActive
page number
A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
route_table_ext_id This property is required. str
Route table UUID
filter str
A URL query parameter that allows clients to filter a collection of resources.

  • The filter can be applied to the following fields:
limit int
A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
order_by str
A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default

  • The orderby can be applied to the following fields:
  • isActive
page int
A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
routeTableExtId This property is required. String
Route table UUID
filter String
A URL query parameter that allows clients to filter a collection of resources.

  • The filter can be applied to the following fields:
limit Number
A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
orderBy String
A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default

  • The orderby can be applied to the following fields:
  • isActive
page Number
A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.

getRoutesV2 Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
RouteTableExtId string
Routes List<PiersKarsenbarg.Nutanix.Outputs.GetRoutesV2Route>
Filter string
Limit int
OrderBy string
Page int
Id string
The provider-assigned unique ID for this managed resource.
RouteTableExtId string
Routes []GetRoutesV2Route
Filter string
Limit int
OrderBy string
Page int
id String
The provider-assigned unique ID for this managed resource.
routeTableExtId String
routes List<GetRoutesV2Route>
filter String
limit Integer
orderBy String
page Integer
id string
The provider-assigned unique ID for this managed resource.
routeTableExtId string
routes GetRoutesV2Route[]
filter string
limit number
orderBy string
page number
id str
The provider-assigned unique ID for this managed resource.
route_table_ext_id str
routes Sequence[GetRoutesV2Route]
filter str
limit int
order_by str
page int
id String
The provider-assigned unique ID for this managed resource.
routeTableExtId String
routes List<Property Map>
filter String
limit Number
orderBy String
page Number

Supporting Types

GetRoutesV2Route

Description This property is required. string
BGP session description.
Destinations This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetRoutesV2RouteDestination>
Destination IP Subnet Configuration.
ExtId This property is required. string
Route UUID
ExternalRoutingDomainReference This property is required. string
External routing domain associated with this route table.
IsActive This property is required. bool
Indicates whether the route is active in the forwarding plane.
Links This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetRoutesV2RouteLink>
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 This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetRoutesV2RouteMetadata>
Metadata associated with this resource.
Name This property is required. string
Route name.
NextHops This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetRoutesV2RouteNextHop>
Route nexthop.
Priority This property is required. int
Route priority. A higher value implies greater preference is assigned to the route.
RouteTableExtId This property is required. string
Route table UUID
RouteTableReference This property is required. string
Route table reference.
RouteType This property is required. string
Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
TenantId This property is required. string
A globally unique identifier that represents the tenant that owns this entity
VpcReference This property is required. string
VPC reference.
Description This property is required. string
BGP session description.
Destinations This property is required. []GetRoutesV2RouteDestination
Destination IP Subnet Configuration.
ExtId This property is required. string
Route UUID
ExternalRoutingDomainReference This property is required. string
External routing domain associated with this route table.
IsActive This property is required. bool
Indicates whether the route is active in the forwarding plane.
Links This property is required. []GetRoutesV2RouteLink
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 This property is required. []GetRoutesV2RouteMetadata
Metadata associated with this resource.
Name This property is required. string
Route name.
NextHops This property is required. []GetRoutesV2RouteNextHop
Route nexthop.
Priority This property is required. int
Route priority. A higher value implies greater preference is assigned to the route.
RouteTableExtId This property is required. string
Route table UUID
RouteTableReference This property is required. string
Route table reference.
RouteType This property is required. string
Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
TenantId This property is required. string
A globally unique identifier that represents the tenant that owns this entity
VpcReference This property is required. string
VPC reference.
description This property is required. String
BGP session description.
destinations This property is required. List<GetRoutesV2RouteDestination>
Destination IP Subnet Configuration.
extId This property is required. String
Route UUID
externalRoutingDomainReference This property is required. String
External routing domain associated with this route table.
isActive This property is required. Boolean
Indicates whether the route is active in the forwarding plane.
links This property is required. List<GetRoutesV2RouteLink>
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 This property is required. List<GetRoutesV2RouteMetadata>
Metadata associated with this resource.
name This property is required. String
Route name.
nextHops This property is required. List<GetRoutesV2RouteNextHop>
Route nexthop.
priority This property is required. Integer
Route priority. A higher value implies greater preference is assigned to the route.
routeTableExtId This property is required. String
Route table UUID
routeTableReference This property is required. String
Route table reference.
routeType This property is required. String
Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
tenantId This property is required. String
A globally unique identifier that represents the tenant that owns this entity
vpcReference This property is required. String
VPC reference.
description This property is required. string
BGP session description.
destinations This property is required. GetRoutesV2RouteDestination[]
Destination IP Subnet Configuration.
extId This property is required. string
Route UUID
externalRoutingDomainReference This property is required. string
External routing domain associated with this route table.
isActive This property is required. boolean
Indicates whether the route is active in the forwarding plane.
links This property is required. GetRoutesV2RouteLink[]
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 This property is required. GetRoutesV2RouteMetadata[]
Metadata associated with this resource.
name This property is required. string
Route name.
nextHops This property is required. GetRoutesV2RouteNextHop[]
Route nexthop.
priority This property is required. number
Route priority. A higher value implies greater preference is assigned to the route.
routeTableExtId This property is required. string
Route table UUID
routeTableReference This property is required. string
Route table reference.
routeType This property is required. string
Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
tenantId This property is required. string
A globally unique identifier that represents the tenant that owns this entity
vpcReference This property is required. string
VPC reference.
description This property is required. str
BGP session description.
destinations This property is required. Sequence[GetRoutesV2RouteDestination]
Destination IP Subnet Configuration.
ext_id This property is required. str
Route UUID
external_routing_domain_reference This property is required. str
External routing domain associated with this route table.
is_active This property is required. bool
Indicates whether the route is active in the forwarding plane.
links This property is required. Sequence[GetRoutesV2RouteLink]
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 This property is required. Sequence[GetRoutesV2RouteMetadata]
Metadata associated with this resource.
name This property is required. str
Route name.
next_hops This property is required. Sequence[GetRoutesV2RouteNextHop]
Route nexthop.
priority This property is required. int
Route priority. A higher value implies greater preference is assigned to the route.
route_table_ext_id This property is required. str
Route table UUID
route_table_reference This property is required. str
Route table reference.
route_type This property is required. str
Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
tenant_id This property is required. str
A globally unique identifier that represents the tenant that owns this entity
vpc_reference This property is required. str
VPC reference.
description This property is required. String
BGP session description.
destinations This property is required. List<Property Map>
Destination IP Subnet Configuration.
extId This property is required. String
Route UUID
externalRoutingDomainReference This property is required. String
External routing domain associated with this route table.
isActive This property is required. Boolean
Indicates whether the route is active in the forwarding plane.
links This property is required. 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 This property is required. List<Property Map>
Metadata associated with this resource.
name This property is required. String
Route name.
nextHops This property is required. List<Property Map>
Route nexthop.
priority This property is required. Number
Route priority. A higher value implies greater preference is assigned to the route.
routeTableExtId This property is required. String
Route table UUID
routeTableReference This property is required. String
Route table reference.
routeType This property is required. String
Route type. Acceptable values are "STATIC", "LOCAL", "DYNAMIC"
tenantId This property is required. String
A globally unique identifier that represents the tenant that owns this entity
vpcReference This property is required. String
VPC reference.

GetRoutesV2RouteDestination

Ipv4 This property is required. GetRoutesV2RouteDestinationIpv4
IPv4 Address
Ipv6 This property is required. GetRoutesV2RouteDestinationIpv6
IPv6 Address
ipv4 This property is required. GetRoutesV2RouteDestinationIpv4
IPv4 Address
ipv6 This property is required. GetRoutesV2RouteDestinationIpv6
IPv6 Address
ipv4 This property is required. GetRoutesV2RouteDestinationIpv4
IPv4 Address
ipv6 This property is required. GetRoutesV2RouteDestinationIpv6
IPv6 Address
ipv4 This property is required. GetRoutesV2RouteDestinationIpv4
IPv4 Address
ipv6 This property is required. GetRoutesV2RouteDestinationIpv6
IPv6 Address
ipv4 This property is required. Property Map
IPv4 Address
ipv6 This property is required. Property Map
IPv6 Address

GetRoutesV2RouteDestinationIpv4

Ip This property is required. PiersKarsenbarg.Nutanix.Inputs.GetRoutesV2RouteDestinationIpv4Ip
An unique address that identifies a device on the internet or a local network in IPv4 format.
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
Ip This property is required. GetRoutesV2RouteDestinationIpv4Ip
An unique address that identifies a device on the internet or a local network in IPv4 format.
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
ip This property is required. GetRoutesV2RouteDestinationIpv4Ip
An unique address that identifies a device on the internet or a local network in IPv4 format.
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4 address belongs.
ip This property is required. GetRoutesV2RouteDestinationIpv4Ip
An unique address that identifies a device on the internet or a local network in IPv4 format.
prefixLength This property is required. number
The prefix length of the network to which this host IPv4 address belongs.
ip This property is required. GetRoutesV2RouteDestinationIpv4Ip
An unique address that identifies a device on the internet or a local network in IPv4 format.
prefix_length This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
ip This property is required. Property Map
An unique address that identifies a device on the internet or a local network in IPv4 format.
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4 address belongs.

GetRoutesV2RouteDestinationIpv4Ip

PrefixLength This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
Value This property is required. string
The IPv4 address of the host.
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
Value This property is required. string
The IPv4 address of the host.
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. String
The IPv4 address of the host.
prefixLength This property is required. number
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. string
The IPv4 address of the host.
prefix_length This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. str
The IPv4 address of the host.
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. String
The IPv4 address of the host.

GetRoutesV2RouteDestinationIpv6

Ip This property is required. PiersKarsenbarg.Nutanix.Inputs.GetRoutesV2RouteDestinationIpv6Ip
IP address format
PrefixLength This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
Ip This property is required. GetRoutesV2RouteDestinationIpv6Ip
IP address format
PrefixLength This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
ip This property is required. GetRoutesV2RouteDestinationIpv6Ip
IP address format
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv6 address belongs.
ip This property is required. GetRoutesV2RouteDestinationIpv6Ip
IP address format
prefixLength This property is required. number
The prefix length of the network to which this host IPv6 address belongs.
ip This property is required. GetRoutesV2RouteDestinationIpv6Ip
IP address format
prefix_length This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
ip This property is required. Property Map
IP address format
prefixLength This property is required. Number
The prefix length of the network to which this host IPv6 address belongs.

GetRoutesV2RouteDestinationIpv6Ip

PrefixLength This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
Value This property is required. string
The IPv6 address of the host.
PrefixLength This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
Value This property is required. string
The IPv6 address of the host.
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. String
The IPv6 address of the host.
prefixLength This property is required. number
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. string
The IPv6 address of the host.
prefix_length This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. str
The IPv6 address of the host.
prefixLength This property is required. Number
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. String
The IPv6 address of the host.
Href This property is required. string
Rel This property is required. string
Href This property is required. string
Rel This property is required. string
href This property is required. String
rel This property is required. String
href This property is required. string
rel This property is required. string
href This property is required. str
rel This property is required. str
href This property is required. String
rel This property is required. String

GetRoutesV2RouteMetadata

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

GetRoutesV2RouteNextHop

NextHopIpAddresses This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetRoutesV2RouteNextHopNextHopIpAddress>
NextHopName This property is required. string
NextHopReference This property is required. string
NextHopType This property is required. string
NextHopIpAddresses This property is required. []GetRoutesV2RouteNextHopNextHopIpAddress
NextHopName This property is required. string
NextHopReference This property is required. string
NextHopType This property is required. string
nextHopIpAddresses This property is required. List<GetRoutesV2RouteNextHopNextHopIpAddress>
nextHopName This property is required. String
nextHopReference This property is required. String
nextHopType This property is required. String
nextHopIpAddresses This property is required. GetRoutesV2RouteNextHopNextHopIpAddress[]
nextHopName This property is required. string
nextHopReference This property is required. string
nextHopType This property is required. string
next_hop_ip_addresses This property is required. Sequence[GetRoutesV2RouteNextHopNextHopIpAddress]
next_hop_name This property is required. str
next_hop_reference This property is required. str
next_hop_type This property is required. str
nextHopIpAddresses This property is required. List<Property Map>
nextHopName This property is required. String
nextHopReference This property is required. String
nextHopType This property is required. String

GetRoutesV2RouteNextHopNextHopIpAddress

Ipv4 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv4
IPv4 Address
Ipv6 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv6
IPv6 Address
ipv4 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv4
IPv4 Address
ipv6 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv6
IPv6 Address
ipv4 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv4
IPv4 Address
ipv6 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv6
IPv6 Address
ipv4 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv4
IPv4 Address
ipv6 This property is required. GetRoutesV2RouteNextHopNextHopIpAddressIpv6
IPv6 Address
ipv4 This property is required. Property Map
IPv4 Address
ipv6 This property is required. Property Map
IPv6 Address

GetRoutesV2RouteNextHopNextHopIpAddressIpv4

PrefixLength This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
Value This property is required. string
value of IP address
PrefixLength This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
Value This property is required. string
value of IP address
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. String
value of IP address
prefixLength This property is required. number
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. string
value of IP address
prefix_length This property is required. int
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. str
value of IP address
prefixLength This property is required. Number
The prefix length of the network to which this host IPv4 address belongs.
value This property is required. String
value of IP address

GetRoutesV2RouteNextHopNextHopIpAddressIpv6

PrefixLength This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
Value This property is required. string
value of IP address
PrefixLength This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
Value This property is required. string
value of IP address
prefixLength This property is required. Integer
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. String
value of IP address
prefixLength This property is required. number
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. string
value of IP address
prefix_length This property is required. int
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. str
value of IP address
prefixLength This property is required. Number
The prefix length of the network to which this host IPv6 address belongs.
value This property is required. 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.
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg