Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getStaticRoutes
Explore with Pulumi AI
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>
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]
func LookupStaticRoutes(ctx *Context, args *LookupStaticRoutesArgs, opts ...InvokeOption) (*LookupStaticRoutesResult, error)
func LookupStaticRoutesOutput(ctx *Context, args *LookupStaticRoutesOutputArgs, opts ...InvokeOption) LookupStaticRoutesResultOutput
> 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)
}
public static CompletableFuture<GetStaticRoutesResult> getStaticRoutes(GetStaticRoutesArgs args, InvokeOptions options)
public static Output<GetStaticRoutesResult> getStaticRoutes(GetStaticRoutesArgs args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getStaticRoutes:getStaticRoutes
arguments:
# arguments dictionary
The following arguments are supported:
- Vpc
Name string - Vpc
Reference stringUuid - vpc UUID
- Vpc
Name string - Vpc
Reference stringUuid - vpc UUID
- vpc
Name String - vpc
Reference StringUuid - vpc UUID
- vpc
Name string - vpc
Reference stringUuid - vpc UUID
- vpc_
name str - vpc_
reference_ struuid - vpc UUID
- vpc
Name String - vpc
Reference StringUuid - vpc UUID
getStaticRoutes Result
The following output properties are available:
- Api
Version 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<Piers
Karsenbarg. Nutanix. Outputs. Get Static Routes Spec> - An intentful representation of a vpc_route_table spec
- Statuses
List<Piers
Karsenbarg. Nutanix. Outputs. Get Static Routes Status> - An intentful representation of a vpc_route_table status
- Vpc
Name string - Vpc
Reference stringUuid
- Api
Version 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
[]Get
Static Routes Spec - An intentful representation of a vpc_route_table spec
- Statuses
[]Get
Static Routes Status - An intentful representation of a vpc_route_table status
- Vpc
Name string - Vpc
Reference stringUuid
- api
Version 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<Get
Static Routes Spec> - An intentful representation of a vpc_route_table spec
- statuses
List<Get
Static Routes Status> - An intentful representation of a vpc_route_table status
- vpc
Name String - vpc
Reference StringUuid
- api
Version 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
Get
Static Routes Spec[] - An intentful representation of a vpc_route_table spec
- statuses
Get
Static Routes Status[] - An intentful representation of a vpc_route_table status
- vpc
Name string - vpc
Reference stringUuid
- 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[Get
Static Routes Spec] - An intentful representation of a vpc_route_table spec
- statuses
Sequence[Get
Static Routes Status] - An intentful representation of a vpc_route_table status
- vpc_
name str - vpc_
reference_ struuid
- api
Version 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
- vpc
Name String - vpc
Reference StringUuid
Supporting Types
GetStaticRoutesSpec
- Name
This property is required. string - the name.
- Resources
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Spec Resource> - VPC route table resources status
- Name
This property is required. string - the name.
- Resources
This property is required. []GetStatic Routes Spec Resource - VPC route table resources status
- name
This property is required. String - the name.
- resources
This property is required. List<GetStatic Routes Spec Resource> - VPC route table resources status
- name
This property is required. string - the name.
- resources
This property is required. GetStatic Routes Spec Resource[] - VPC route table resources status
- name
This property is required. str - the name.
- resources
This property is required. Sequence[GetStatic Routes Spec Resource] - 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
- Default
Route Nexthops This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Spec Resource Default Route Nexthop> - default routes (present in spec resource)
- Static
Routes Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Spec Resource Static Routes List> - list of static routes
- Default
Route Nexthops This property is required. []GetStatic Routes Spec Resource Default Route Nexthop - default routes (present in spec resource)
- Static
Routes Lists This property is required. []GetStatic Routes Spec Resource Static Routes List - list of static routes
- default
Route Nexthops This property is required. List<GetStatic Routes Spec Resource Default Route Nexthop> - default routes (present in spec resource)
- static
Routes Lists This property is required. List<GetStatic Routes Spec Resource Static Routes List> - list of static routes
- default
Route Nexthops This property is required. GetStatic Routes Spec Resource Default Route Nexthop[] - default routes (present in spec resource)
- static
Routes Lists This property is required. GetStatic Routes Spec Resource Static Routes List[] - list of static routes
- default_
route_ nexthops This property is required. Sequence[GetStatic Routes Spec Resource Default Route Nexthop] - default routes (present in spec resource)
- static_
routes_ lists This property is required. Sequence[GetStatic Routes Spec Resource Static Routes List] - list of static routes
- default
Route Nexthops This property is required. List<Property Map> - default routes (present in spec resource)
- static
Routes Lists This property is required. List<Property Map> - list of static routes
GetStaticRoutesSpecResourceDefaultRouteNexthop
- Direct
Connect Virtual Interface Reference This property is required. Dictionary<string, string> - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Local
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Vpn
Connection Reference This property is required. Dictionary<string, string> - The reference to a vpn_connection
- Direct
Connect Virtual Interface Reference This property is required. map[string]string - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Local
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Vpn
Connection Reference This property is required. map[string]string - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. Map<String,String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- vpn
Connection Reference This property is required. Map<String,String> - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. {[key: string]: string} - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- local
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- vpn
Connection Reference 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
- direct
Connect Virtual Interface Reference This property is required. Map<String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String> - The reference to a subnet
- vpn
Connection Reference 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. Get Static Routes Spec Resource Static Routes List Nexthop> - 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. []GetStatic Routes Spec Resource Static Routes List Nexthop - 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<GetStatic Routes Spec Resource Static Routes List Nexthop> - 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. GetStatic Routes Spec Resource Static Routes List Nexthop[] - 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[GetStatic Routes Spec Resource Static Routes List Nexthop] - 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
- Direct
Connect Virtual Interface Reference This property is required. Dictionary<string, string> - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Local
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Vpn
Connection Reference This property is required. Dictionary<string, string> - The reference to a vpn_connection
- Direct
Connect Virtual Interface Reference This property is required. map[string]string - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Local
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Vpn
Connection Reference This property is required. map[string]string - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. Map<String,String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- vpn
Connection Reference This property is required. Map<String,String> - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. {[key: string]: string} - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- local
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- vpn
Connection Reference 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
- direct
Connect Virtual Interface Reference This property is required. Map<String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String> - The reference to a subnet
- vpn
Connection Reference This property is required. Map<String> - The reference to a vpn_connection
GetStaticRoutesStatus
- Execution
Contexts This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Execution Context> - Execution Context of VPC.
- Resources
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource> - VPC route table resources status
- State
This property is required. string - The state of the vpc_route_table.
- Execution
Contexts This property is required. []GetStatic Routes Status Execution Context - Execution Context of VPC.
- Resources
This property is required. []GetStatic Routes Status Resource - VPC route table resources status
- State
This property is required. string - The state of the vpc_route_table.
- execution
Contexts This property is required. List<GetStatic Routes Status Execution Context> - Execution Context of VPC.
- resources
This property is required. List<GetStatic Routes Status Resource> - VPC route table resources status
- state
This property is required. String - The state of the vpc_route_table.
- execution
Contexts This property is required. GetStatic Routes Status Execution Context[] - Execution Context of VPC.
- resources
This property is required. GetStatic Routes Status Resource[] - 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[GetStatic Routes Status Execution Context] - Execution Context of VPC.
- resources
This property is required. Sequence[GetStatic Routes Status Resource] - VPC route table resources status
- state
This property is required. str - The state of the vpc_route_table.
- execution
Contexts 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
- Task
Uuids This property is required. List<string>
- Task
Uuids This property is required. []string
- task
Uuids This property is required. List<String>
- task
Uuids This property is required. string[]
- task_
uuids This property is required. Sequence[str]
- task
Uuids This property is required. List<String>
GetStaticRoutesStatusResource
- Default
Routes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Default Route> - default route. (present in status resource only )
- Dynamic
Routes Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Dynamic Routes List> - list of dynamic routes (present in status resource only)
- Local
Routes Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Local Routes List> - list of local routes (present in status resource only )
- Static
Routes Lists This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Static Routes List> - list of static routes
- Default
Routes This property is required. []GetStatic Routes Status Resource Default Route - default route. (present in status resource only )
- Dynamic
Routes Lists This property is required. []GetStatic Routes Status Resource Dynamic Routes List - list of dynamic routes (present in status resource only)
- Local
Routes Lists This property is required. []GetStatic Routes Status Resource Local Routes List - list of local routes (present in status resource only )
- Static
Routes Lists This property is required. []GetStatic Routes Status Resource Static Routes List - list of static routes
- default
Routes This property is required. List<GetStatic Routes Status Resource Default Route> - default route. (present in status resource only )
- dynamic
Routes Lists This property is required. List<GetStatic Routes Status Resource Dynamic Routes List> - list of dynamic routes (present in status resource only)
- local
Routes Lists This property is required. List<GetStatic Routes Status Resource Local Routes List> - list of local routes (present in status resource only )
- static
Routes Lists This property is required. List<GetStatic Routes Status Resource Static Routes List> - list of static routes
- default
Routes This property is required. GetStatic Routes Status Resource Default Route[] - default route. (present in status resource only )
- dynamic
Routes Lists This property is required. GetStatic Routes Status Resource Dynamic Routes List[] - list of dynamic routes (present in status resource only)
- local
Routes Lists This property is required. GetStatic Routes Status Resource Local Routes List[] - list of local routes (present in status resource only )
- static
Routes Lists This property is required. GetStatic Routes Status Resource Static Routes List[] - list of static routes
- default_
routes This property is required. Sequence[GetStatic Routes Status Resource Default Route] - default route. (present in status resource only )
- dynamic_
routes_ lists This property is required. Sequence[GetStatic Routes Status Resource Dynamic Routes List] - list of dynamic routes (present in status resource only)
- local_
routes_ lists This property is required. Sequence[GetStatic Routes Status Resource Local Routes List] - list of local routes (present in status resource only )
- static_
routes_ lists This property is required. Sequence[GetStatic Routes Status Resource Static Routes List] - list of static routes
- default
Routes This property is required. List<Property Map> - default route. (present in status resource only )
- dynamic
Routes Lists This property is required. List<Property Map> - list of dynamic routes (present in status resource only)
- local
Routes Lists This property is required. List<Property Map> - list of local routes (present in status resource only )
- static
Routes Lists This property is required. List<Property Map> - list of static routes
GetStaticRoutesStatusResourceDefaultRoute
- Destination
This property is required. string - 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. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Default Route Nexthop> - 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.
- Is
Active This property is required. bool - Whether this route is currently active. Present in Status Resources.
- Nexthops
This property is required. []GetStatic Routes Status Resource Default Route Nexthop - 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.
- is
Active This property is required. Boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. List<GetStatic Routes Status Resource Default Route Nexthop> - 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.
- is
Active This property is required. boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. GetStatic Routes Status Resource Default Route Nexthop[] - 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[GetStatic Routes Status Resource Default Route Nexthop] - 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.
- is
Active 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
- Direct
Connect Virtual Interface Reference This property is required. Dictionary<string, string> - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Local
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. Dictionary<string, string> - The reference to a vpn_connection
- Direct
Connect Virtual Interface Reference This property is required. map[string]string - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Local
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. map[string]string - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. Map<String,String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference This property is required. Map<String,String> - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. {[key: string]: string} - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- local
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- nexthop
Ip Address This property is required. string - vpn
Connection Reference 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
- direct
Connect Virtual Interface Reference This property is required. Map<String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference This property is required. Map<String> - The reference to a vpn_connection
GetStaticRoutesStatusResourceDynamicRoutesList
- Destination
This property is required. string - 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. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Dynamic Routes List Nexthop> - 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.
- Is
Active This property is required. bool - Whether this route is currently active. Present in Status Resources.
- Nexthops
This property is required. []GetStatic Routes Status Resource Dynamic Routes List Nexthop - 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.
- is
Active This property is required. Boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. List<GetStatic Routes Status Resource Dynamic Routes List Nexthop> - 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.
- is
Active This property is required. boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. GetStatic Routes Status Resource Dynamic Routes List Nexthop[] - 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[GetStatic Routes Status Resource Dynamic Routes List Nexthop] - 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.
- is
Active 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
- Direct
Connect Virtual Interface Reference This property is required. Dictionary<string, string> - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Local
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. Dictionary<string, string> - The reference to a vpn_connection
- Direct
Connect Virtual Interface Reference This property is required. map[string]string - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Local
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. map[string]string - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. Map<String,String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference This property is required. Map<String,String> - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. {[key: string]: string} - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- local
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- nexthop
Ip Address This property is required. string - vpn
Connection Reference 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
- direct
Connect Virtual Interface Reference This property is required. Map<String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference This property is required. Map<String> - The reference to a vpn_connection
GetStaticRoutesStatusResourceLocalRoutesList
- Destination
This property is required. string - 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. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Local Routes List Nexthop> - 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.
- Is
Active This property is required. bool - Whether this route is currently active. Present in Status Resources.
- Nexthops
This property is required. []GetStatic Routes Status Resource Local Routes List Nexthop - 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.
- is
Active This property is required. Boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. List<GetStatic Routes Status Resource Local Routes List Nexthop> - 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.
- is
Active This property is required. boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. GetStatic Routes Status Resource Local Routes List Nexthop[] - 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[GetStatic Routes Status Resource Local Routes List Nexthop] - 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.
- is
Active 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
- Direct
Connect Virtual Interface Reference This property is required. Dictionary<string, string> - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Local
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. Dictionary<string, string> - The reference to a vpn_connection
- Direct
Connect Virtual Interface Reference This property is required. map[string]string - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Local
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. map[string]string - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. Map<String,String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference This property is required. Map<String,String> - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. {[key: string]: string} - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- local
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- nexthop
Ip Address This property is required. string - vpn
Connection Reference 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
- direct
Connect Virtual Interface Reference This property is required. Map<String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference This property is required. Map<String> - The reference to a vpn_connection
GetStaticRoutesStatusResourceStaticRoutesList
- Destination
This property is required. string - 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. List<PiersKarsenbarg. Nutanix. Inputs. Get Static Routes Status Resource Static Routes List Nexthop> - 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.
- Is
Active This property is required. bool - Whether this route is currently active. Present in Status Resources.
- Nexthops
This property is required. []GetStatic Routes Status Resource Static Routes List Nexthop - 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.
- is
Active This property is required. Boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. List<GetStatic Routes Status Resource Static Routes List Nexthop> - 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.
- is
Active This property is required. boolean - Whether this route is currently active. Present in Status Resources.
- nexthops
This property is required. GetStatic Routes Status Resource Static Routes List Nexthop[] - 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[GetStatic Routes Status Resource Static Routes List Nexthop] - 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.
- is
Active 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
- Direct
Connect Virtual Interface Reference This property is required. Dictionary<string, string> - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Local
Subnet Reference This property is required. Dictionary<string, string> - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. Dictionary<string, string> - The reference to a vpn_connection
- Direct
Connect Virtual Interface Reference This property is required. map[string]string - The reference to a direct_connect_virtual_interface
- External
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Local
Subnet Reference This property is required. map[string]string - The reference to a subnet
- Nexthop
Ip Address This property is required. string - Vpn
Connection Reference This property is required. map[string]string - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. Map<String,String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String,String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference This property is required. Map<String,String> - The reference to a vpn_connection
- direct
Connect Virtual Interface Reference This property is required. {[key: string]: string} - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- local
Subnet Reference This property is required. {[key: string]: string} - The reference to a subnet
- nexthop
Ip Address This property is required. string - vpn
Connection Reference 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
- direct
Connect Virtual Interface Reference This property is required. Map<String> - The reference to a direct_connect_virtual_interface
- external
Subnet Reference This property is required. Map<String> - The reference to a subnet
- local
Subnet Reference This property is required. Map<String> - The reference to a subnet
- nexthop
Ip Address This property is required. String - vpn
Connection Reference 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.