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

nutanix.getStaticRoutes

Explore with Pulumi AI

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

Provides a datasource to retrieve static routes within VPCs given vpc_uuid.

Using getStaticRoutes

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 getStaticRoutes(args: GetStaticRoutesArgs, opts?: InvokeOptions): Promise<GetStaticRoutesResult>
function getStaticRoutesOutput(args: GetStaticRoutesOutputArgs, opts?: InvokeOptions): Output<GetStaticRoutesResult>
Copy
def get_static_routes(vpc_name: Optional[str] = None,
                      vpc_reference_uuid: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetStaticRoutesResult
def get_static_routes_output(vpc_name: Optional[pulumi.Input[str]] = None,
                      vpc_reference_uuid: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetStaticRoutesResult]
Copy
func LookupStaticRoutes(ctx *Context, args *LookupStaticRoutesArgs, opts ...InvokeOption) (*LookupStaticRoutesResult, error)
func LookupStaticRoutesOutput(ctx *Context, args *LookupStaticRoutesOutputArgs, opts ...InvokeOption) LookupStaticRoutesResultOutput
Copy

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

public static class GetStaticRoutes 
{
    public static Task<GetStaticRoutesResult> InvokeAsync(GetStaticRoutesArgs args, InvokeOptions? opts = null)
    public static Output<GetStaticRoutesResult> Invoke(GetStaticRoutesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStaticRoutesResult> getStaticRoutes(GetStaticRoutesArgs args, InvokeOptions options)
public static Output<GetStaticRoutesResult> getStaticRoutes(GetStaticRoutesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: nutanix:index/getStaticRoutes:getStaticRoutes
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

VpcName string
VpcReferenceUuid string
vpc UUID
VpcName string
VpcReferenceUuid string
vpc UUID
vpcName String
vpcReferenceUuid String
vpc UUID
vpcName string
vpcReferenceUuid string
vpc UUID
vpcName String
vpcReferenceUuid String
vpc UUID

getStaticRoutes Result

The following output properties are available:

ApiVersion string
API version
Id string
The provider-assigned unique ID for this managed resource.
Metadata Dictionary<string, string>
The vpc_route_table kind metadata
Specs List<PiersKarsenbarg.Nutanix.Outputs.GetStaticRoutesSpec>
An intentful representation of a vpc_route_table spec
Statuses List<PiersKarsenbarg.Nutanix.Outputs.GetStaticRoutesStatus>
An intentful representation of a vpc_route_table status
VpcName string
VpcReferenceUuid string
ApiVersion string
API version
Id string
The provider-assigned unique ID for this managed resource.
Metadata map[string]string
The vpc_route_table kind metadata
Specs []GetStaticRoutesSpec
An intentful representation of a vpc_route_table spec
Statuses []GetStaticRoutesStatus
An intentful representation of a vpc_route_table status
VpcName string
VpcReferenceUuid string
apiVersion String
API version
id String
The provider-assigned unique ID for this managed resource.
metadata Map<String,String>
The vpc_route_table kind metadata
specs List<GetStaticRoutesSpec>
An intentful representation of a vpc_route_table spec
statuses List<GetStaticRoutesStatus>
An intentful representation of a vpc_route_table status
vpcName String
vpcReferenceUuid String
apiVersion string
API version
id string
The provider-assigned unique ID for this managed resource.
metadata {[key: string]: string}
The vpc_route_table kind metadata
specs GetStaticRoutesSpec[]
An intentful representation of a vpc_route_table spec
statuses GetStaticRoutesStatus[]
An intentful representation of a vpc_route_table status
vpcName string
vpcReferenceUuid string
api_version str
API version
id str
The provider-assigned unique ID for this managed resource.
metadata Mapping[str, str]
The vpc_route_table kind metadata
specs Sequence[GetStaticRoutesSpec]
An intentful representation of a vpc_route_table spec
statuses Sequence[GetStaticRoutesStatus]
An intentful representation of a vpc_route_table status
vpc_name str
vpc_reference_uuid str
apiVersion String
API version
id String
The provider-assigned unique ID for this managed resource.
metadata Map<String>
The vpc_route_table kind metadata
specs List<Property Map>
An intentful representation of a vpc_route_table spec
statuses List<Property Map>
An intentful representation of a vpc_route_table status
vpcName String
vpcReferenceUuid String

Supporting Types

GetStaticRoutesSpec

Name This property is required. string
  • the name.
Resources This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesSpecResource>
VPC route table resources status
Name This property is required. string
  • the name.
Resources This property is required. []GetStaticRoutesSpecResource
VPC route table resources status
name This property is required. String
  • the name.
resources This property is required. List<GetStaticRoutesSpecResource>
VPC route table resources status
name This property is required. string
  • the name.
resources This property is required. GetStaticRoutesSpecResource[]
VPC route table resources status
name This property is required. str
  • the name.
resources This property is required. Sequence[GetStaticRoutesSpecResource]
VPC route table resources status
name This property is required. String
  • the name.
resources This property is required. List<Property Map>
VPC route table resources status

GetStaticRoutesSpecResource

DefaultRouteNexthops This property is required. []GetStaticRoutesSpecResourceDefaultRouteNexthop
default routes (present in spec resource)
StaticRoutesLists This property is required. []GetStaticRoutesSpecResourceStaticRoutesList
list of static routes
defaultRouteNexthops This property is required. List<GetStaticRoutesSpecResourceDefaultRouteNexthop>
default routes (present in spec resource)
staticRoutesLists This property is required. List<GetStaticRoutesSpecResourceStaticRoutesList>
list of static routes
defaultRouteNexthops This property is required. GetStaticRoutesSpecResourceDefaultRouteNexthop[]
default routes (present in spec resource)
staticRoutesLists This property is required. GetStaticRoutesSpecResourceStaticRoutesList[]
list of static routes
default_route_nexthops This property is required. Sequence[GetStaticRoutesSpecResourceDefaultRouteNexthop]
default routes (present in spec resource)
static_routes_lists This property is required. Sequence[GetStaticRoutesSpecResourceStaticRoutesList]
list of static routes
defaultRouteNexthops This property is required. List<Property Map>
default routes (present in spec resource)
staticRoutesLists This property is required. List<Property Map>
list of static routes

GetStaticRoutesSpecResourceDefaultRouteNexthop

DirectConnectVirtualInterfaceReference This property is required. Dictionary<string, string>
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
LocalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
VpnConnectionReference This property is required. Dictionary<string, string>
The reference to a vpn_connection
DirectConnectVirtualInterfaceReference This property is required. map[string]string
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. map[string]string
The reference to a subnet
LocalSubnetReference This property is required. map[string]string
The reference to a subnet
VpnConnectionReference This property is required. map[string]string
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String,String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String,String>
The reference to a subnet
localSubnetReference This property is required. Map<String,String>
The reference to a subnet
vpnConnectionReference This property is required. Map<String,String>
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. {[key: string]: string}
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
localSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
vpnConnectionReference This property is required. {[key: string]: string}
The reference to a vpn_connection
direct_connect_virtual_interface_reference This property is required. Mapping[str, str]
The reference to a direct_connect_virtual_interface
external_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
local_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
vpn_connection_reference This property is required. Mapping[str, str]
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String>
The reference to a subnet
localSubnetReference This property is required. Map<String>
The reference to a subnet
vpnConnectionReference This property is required. Map<String>
The reference to a vpn_connection

GetStaticRoutesSpecResourceStaticRoutesList

Destination This property is required. string
destination ip address with prefix.
Nexthops This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesSpecResourceStaticRoutesListNexthop>
Targeted link to use as the nexthop in a route.
Destination This property is required. string
destination ip address with prefix.
Nexthops This property is required. []GetStaticRoutesSpecResourceStaticRoutesListNexthop
Targeted link to use as the nexthop in a route.
destination This property is required. String
destination ip address with prefix.
nexthops This property is required. List<GetStaticRoutesSpecResourceStaticRoutesListNexthop>
Targeted link to use as the nexthop in a route.
destination This property is required. string
destination ip address with prefix.
nexthops This property is required. GetStaticRoutesSpecResourceStaticRoutesListNexthop[]
Targeted link to use as the nexthop in a route.
destination This property is required. str
destination ip address with prefix.
nexthops This property is required. Sequence[GetStaticRoutesSpecResourceStaticRoutesListNexthop]
Targeted link to use as the nexthop in a route.
destination This property is required. String
destination ip address with prefix.
nexthops This property is required. List<Property Map>
Targeted link to use as the nexthop in a route.

GetStaticRoutesSpecResourceStaticRoutesListNexthop

DirectConnectVirtualInterfaceReference This property is required. Dictionary<string, string>
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
LocalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
VpnConnectionReference This property is required. Dictionary<string, string>
The reference to a vpn_connection
DirectConnectVirtualInterfaceReference This property is required. map[string]string
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. map[string]string
The reference to a subnet
LocalSubnetReference This property is required. map[string]string
The reference to a subnet
VpnConnectionReference This property is required. map[string]string
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String,String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String,String>
The reference to a subnet
localSubnetReference This property is required. Map<String,String>
The reference to a subnet
vpnConnectionReference This property is required. Map<String,String>
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. {[key: string]: string}
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
localSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
vpnConnectionReference This property is required. {[key: string]: string}
The reference to a vpn_connection
direct_connect_virtual_interface_reference This property is required. Mapping[str, str]
The reference to a direct_connect_virtual_interface
external_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
local_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
vpn_connection_reference This property is required. Mapping[str, str]
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String>
The reference to a subnet
localSubnetReference This property is required. Map<String>
The reference to a subnet
vpnConnectionReference This property is required. Map<String>
The reference to a vpn_connection

GetStaticRoutesStatus

ExecutionContexts This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusExecutionContext>
Execution Context of VPC.
Resources This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResource>
VPC route table resources status
State This property is required. string
The state of the vpc_route_table.
ExecutionContexts This property is required. []GetStaticRoutesStatusExecutionContext
Execution Context of VPC.
Resources This property is required. []GetStaticRoutesStatusResource
VPC route table resources status
State This property is required. string
The state of the vpc_route_table.
executionContexts This property is required. List<GetStaticRoutesStatusExecutionContext>
Execution Context of VPC.
resources This property is required. List<GetStaticRoutesStatusResource>
VPC route table resources status
state This property is required. String
The state of the vpc_route_table.
executionContexts This property is required. GetStaticRoutesStatusExecutionContext[]
Execution Context of VPC.
resources This property is required. GetStaticRoutesStatusResource[]
VPC route table resources status
state This property is required. string
The state of the vpc_route_table.
execution_contexts This property is required. Sequence[GetStaticRoutesStatusExecutionContext]
Execution Context of VPC.
resources This property is required. Sequence[GetStaticRoutesStatusResource]
VPC route table resources status
state This property is required. str
The state of the vpc_route_table.
executionContexts This property is required. List<Property Map>
Execution Context of VPC.
resources This property is required. List<Property Map>
VPC route table resources status
state This property is required. String
The state of the vpc_route_table.

GetStaticRoutesStatusExecutionContext

TaskUuids This property is required. List<string>
TaskUuids This property is required. []string
taskUuids This property is required. List<String>
taskUuids This property is required. string[]
task_uuids This property is required. Sequence[str]
taskUuids This property is required. List<String>

GetStaticRoutesStatusResource

DefaultRoutes This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceDefaultRoute>
default route. (present in status resource only )
DynamicRoutesLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceDynamicRoutesList>
list of dynamic routes (present in status resource only)
LocalRoutesLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceLocalRoutesList>
list of local routes (present in status resource only )
StaticRoutesLists This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceStaticRoutesList>
list of static routes
DefaultRoutes This property is required. []GetStaticRoutesStatusResourceDefaultRoute
default route. (present in status resource only )
DynamicRoutesLists This property is required. []GetStaticRoutesStatusResourceDynamicRoutesList
list of dynamic routes (present in status resource only)
LocalRoutesLists This property is required. []GetStaticRoutesStatusResourceLocalRoutesList
list of local routes (present in status resource only )
StaticRoutesLists This property is required. []GetStaticRoutesStatusResourceStaticRoutesList
list of static routes
defaultRoutes This property is required. List<GetStaticRoutesStatusResourceDefaultRoute>
default route. (present in status resource only )
dynamicRoutesLists This property is required. List<GetStaticRoutesStatusResourceDynamicRoutesList>
list of dynamic routes (present in status resource only)
localRoutesLists This property is required. List<GetStaticRoutesStatusResourceLocalRoutesList>
list of local routes (present in status resource only )
staticRoutesLists This property is required. List<GetStaticRoutesStatusResourceStaticRoutesList>
list of static routes
defaultRoutes This property is required. GetStaticRoutesStatusResourceDefaultRoute[]
default route. (present in status resource only )
dynamicRoutesLists This property is required. GetStaticRoutesStatusResourceDynamicRoutesList[]
list of dynamic routes (present in status resource only)
localRoutesLists This property is required. GetStaticRoutesStatusResourceLocalRoutesList[]
list of local routes (present in status resource only )
staticRoutesLists This property is required. GetStaticRoutesStatusResourceStaticRoutesList[]
list of static routes
default_routes This property is required. Sequence[GetStaticRoutesStatusResourceDefaultRoute]
default route. (present in status resource only )
dynamic_routes_lists This property is required. Sequence[GetStaticRoutesStatusResourceDynamicRoutesList]
list of dynamic routes (present in status resource only)
local_routes_lists This property is required. Sequence[GetStaticRoutesStatusResourceLocalRoutesList]
list of local routes (present in status resource only )
static_routes_lists This property is required. Sequence[GetStaticRoutesStatusResourceStaticRoutesList]
list of static routes
defaultRoutes This property is required. List<Property Map>
default route. (present in status resource only )
dynamicRoutesLists This property is required. List<Property Map>
list of dynamic routes (present in status resource only)
localRoutesLists This property is required. List<Property Map>
list of local routes (present in status resource only )
staticRoutesLists This property is required. List<Property Map>
list of static routes

GetStaticRoutesStatusResourceDefaultRoute

Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceDefaultRouteNexthop>
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. []GetStaticRoutesStatusResourceDefaultRouteNexthop
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<GetStaticRoutesStatusResourceDefaultRouteNexthop>
Targeted link to use as the nexthop in a route.
priority This property is required. Integer
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. string
destination ip address with prefix.
isActive This property is required. boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. GetStaticRoutesStatusResourceDefaultRouteNexthop[]
Targeted link to use as the nexthop in a route.
priority This property is required. number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. str
destination ip address with prefix.
is_active This property is required. bool
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. Sequence[GetStaticRoutesStatusResourceDefaultRouteNexthop]
Targeted link to use as the nexthop in a route.
priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<Property Map>
Targeted link to use as the nexthop in a route.
priority This property is required. Number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.

GetStaticRoutesStatusResourceDefaultRouteNexthop

DirectConnectVirtualInterfaceReference This property is required. Dictionary<string, string>
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
LocalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. Dictionary<string, string>
The reference to a vpn_connection
DirectConnectVirtualInterfaceReference This property is required. map[string]string
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. map[string]string
The reference to a subnet
LocalSubnetReference This property is required. map[string]string
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. map[string]string
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String,String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String,String>
The reference to a subnet
localSubnetReference This property is required. Map<String,String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String,String>
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. {[key: string]: string}
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
localSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
nexthopIpAddress This property is required. string
vpnConnectionReference This property is required. {[key: string]: string}
The reference to a vpn_connection
direct_connect_virtual_interface_reference This property is required. Mapping[str, str]
The reference to a direct_connect_virtual_interface
external_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
local_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
nexthop_ip_address This property is required. str
vpn_connection_reference This property is required. Mapping[str, str]
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String>
The reference to a subnet
localSubnetReference This property is required. Map<String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String>
The reference to a vpn_connection

GetStaticRoutesStatusResourceDynamicRoutesList

Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceDynamicRoutesListNexthop>
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. []GetStaticRoutesStatusResourceDynamicRoutesListNexthop
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<GetStaticRoutesStatusResourceDynamicRoutesListNexthop>
Targeted link to use as the nexthop in a route.
priority This property is required. Integer
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. string
destination ip address with prefix.
isActive This property is required. boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. GetStaticRoutesStatusResourceDynamicRoutesListNexthop[]
Targeted link to use as the nexthop in a route.
priority This property is required. number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. str
destination ip address with prefix.
is_active This property is required. bool
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. Sequence[GetStaticRoutesStatusResourceDynamicRoutesListNexthop]
Targeted link to use as the nexthop in a route.
priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<Property Map>
Targeted link to use as the nexthop in a route.
priority This property is required. Number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.

GetStaticRoutesStatusResourceDynamicRoutesListNexthop

DirectConnectVirtualInterfaceReference This property is required. Dictionary<string, string>
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
LocalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. Dictionary<string, string>
The reference to a vpn_connection
DirectConnectVirtualInterfaceReference This property is required. map[string]string
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. map[string]string
The reference to a subnet
LocalSubnetReference This property is required. map[string]string
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. map[string]string
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String,String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String,String>
The reference to a subnet
localSubnetReference This property is required. Map<String,String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String,String>
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. {[key: string]: string}
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
localSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
nexthopIpAddress This property is required. string
vpnConnectionReference This property is required. {[key: string]: string}
The reference to a vpn_connection
direct_connect_virtual_interface_reference This property is required. Mapping[str, str]
The reference to a direct_connect_virtual_interface
external_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
local_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
nexthop_ip_address This property is required. str
vpn_connection_reference This property is required. Mapping[str, str]
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String>
The reference to a subnet
localSubnetReference This property is required. Map<String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String>
The reference to a vpn_connection

GetStaticRoutesStatusResourceLocalRoutesList

Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceLocalRoutesListNexthop>
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. []GetStaticRoutesStatusResourceLocalRoutesListNexthop
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<GetStaticRoutesStatusResourceLocalRoutesListNexthop>
Targeted link to use as the nexthop in a route.
priority This property is required. Integer
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. string
destination ip address with prefix.
isActive This property is required. boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. GetStaticRoutesStatusResourceLocalRoutesListNexthop[]
Targeted link to use as the nexthop in a route.
priority This property is required. number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. str
destination ip address with prefix.
is_active This property is required. bool
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. Sequence[GetStaticRoutesStatusResourceLocalRoutesListNexthop]
Targeted link to use as the nexthop in a route.
priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<Property Map>
Targeted link to use as the nexthop in a route.
priority This property is required. Number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.

GetStaticRoutesStatusResourceLocalRoutesListNexthop

DirectConnectVirtualInterfaceReference This property is required. Dictionary<string, string>
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
LocalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. Dictionary<string, string>
The reference to a vpn_connection
DirectConnectVirtualInterfaceReference This property is required. map[string]string
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. map[string]string
The reference to a subnet
LocalSubnetReference This property is required. map[string]string
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. map[string]string
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String,String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String,String>
The reference to a subnet
localSubnetReference This property is required. Map<String,String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String,String>
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. {[key: string]: string}
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
localSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
nexthopIpAddress This property is required. string
vpnConnectionReference This property is required. {[key: string]: string}
The reference to a vpn_connection
direct_connect_virtual_interface_reference This property is required. Mapping[str, str]
The reference to a direct_connect_virtual_interface
external_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
local_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
nexthop_ip_address This property is required. str
vpn_connection_reference This property is required. Mapping[str, str]
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String>
The reference to a subnet
localSubnetReference This property is required. Map<String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String>
The reference to a vpn_connection

GetStaticRoutesStatusResourceStaticRoutesList

Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. List<PiersKarsenbarg.Nutanix.Inputs.GetStaticRoutesStatusResourceStaticRoutesListNexthop>
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
Destination This property is required. string
destination ip address with prefix.
IsActive This property is required. bool
Whether this route is currently active. Present in Status Resources.
Nexthops This property is required. []GetStaticRoutesStatusResourceStaticRoutesListNexthop
Targeted link to use as the nexthop in a route.
Priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<GetStaticRoutesStatusResourceStaticRoutesListNexthop>
Targeted link to use as the nexthop in a route.
priority This property is required. Integer
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. string
destination ip address with prefix.
isActive This property is required. boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. GetStaticRoutesStatusResourceStaticRoutesListNexthop[]
Targeted link to use as the nexthop in a route.
priority This property is required. number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. str
destination ip address with prefix.
is_active This property is required. bool
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. Sequence[GetStaticRoutesStatusResourceStaticRoutesListNexthop]
Targeted link to use as the nexthop in a route.
priority This property is required. int
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.
destination This property is required. String
destination ip address with prefix.
isActive This property is required. Boolean
Whether this route is currently active. Present in Status Resources.
nexthops This property is required. List<Property Map>
Targeted link to use as the nexthop in a route.
priority This property is required. Number
The preference value assigned to this route. A higher value means greater preference. Present in Status Resource.

GetStaticRoutesStatusResourceStaticRoutesListNexthop

DirectConnectVirtualInterfaceReference This property is required. Dictionary<string, string>
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
LocalSubnetReference This property is required. Dictionary<string, string>
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. Dictionary<string, string>
The reference to a vpn_connection
DirectConnectVirtualInterfaceReference This property is required. map[string]string
The reference to a direct_connect_virtual_interface
ExternalSubnetReference This property is required. map[string]string
The reference to a subnet
LocalSubnetReference This property is required. map[string]string
The reference to a subnet
NexthopIpAddress This property is required. string
VpnConnectionReference This property is required. map[string]string
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String,String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String,String>
The reference to a subnet
localSubnetReference This property is required. Map<String,String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String,String>
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. {[key: string]: string}
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
localSubnetReference This property is required. {[key: string]: string}
The reference to a subnet
nexthopIpAddress This property is required. string
vpnConnectionReference This property is required. {[key: string]: string}
The reference to a vpn_connection
direct_connect_virtual_interface_reference This property is required. Mapping[str, str]
The reference to a direct_connect_virtual_interface
external_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
local_subnet_reference This property is required. Mapping[str, str]
The reference to a subnet
nexthop_ip_address This property is required. str
vpn_connection_reference This property is required. Mapping[str, str]
The reference to a vpn_connection
directConnectVirtualInterfaceReference This property is required. Map<String>
The reference to a direct_connect_virtual_interface
externalSubnetReference This property is required. Map<String>
The reference to a subnet
localSubnetReference This property is required. Map<String>
The reference to a subnet
nexthopIpAddress This property is required. String
vpnConnectionReference This property is required. Map<String>
The reference to a vpn_connection

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