1. Packages
  2. Nutanix
  3. API Docs
  4. getStaticRoutes
Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg

nutanix.getStaticRoutes

Explore with Pulumi AI

nutanix logo
Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 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>
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: nutanix:index/getStaticRoutes:getStaticRoutes
      arguments:
        # arguments dictionary

    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 string
    • the name.
    Resources []GetStaticRoutesSpecResource
    VPC route table resources status
    name String
    • the name.
    resources List<GetStaticRoutesSpecResource>
    VPC route table resources status
    name string
    • the name.
    resources GetStaticRoutesSpecResource[]
    VPC route table resources status
    name str
    • the name.
    resources Sequence[GetStaticRoutesSpecResource]
    VPC route table resources status
    name String
    • the name.
    resources List<Property Map>
    VPC route table resources status

    GetStaticRoutesSpecResource

    defaultRouteNexthops List<Property Map>
    default routes (present in spec resource)
    staticRoutesLists List<Property Map>
    list of static routes

    GetStaticRoutesSpecResourceDefaultRouteNexthop

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

    GetStaticRoutesSpecResourceStaticRoutesList

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

    GetStaticRoutesSpecResourceStaticRoutesListNexthop

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

    GetStaticRoutesStatus

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

    GetStaticRoutesStatusExecutionContext

    TaskUuids List<string>
    TaskUuids []string
    taskUuids List<String>
    taskUuids string[]
    task_uuids Sequence[str]
    taskUuids List<String>

    GetStaticRoutesStatusResource

    DefaultRoutes []GetStaticRoutesStatusResourceDefaultRoute
    default route. (present in status resource only )
    DynamicRoutesLists []GetStaticRoutesStatusResourceDynamicRoutesList
    list of dynamic routes (present in status resource only)
    LocalRoutesLists []GetStaticRoutesStatusResourceLocalRoutesList
    list of local routes (present in status resource only )
    StaticRoutesLists []GetStaticRoutesStatusResourceStaticRoutesList
    list of static routes
    defaultRoutes List<GetStaticRoutesStatusResourceDefaultRoute>
    default route. (present in status resource only )
    dynamicRoutesLists List<GetStaticRoutesStatusResourceDynamicRoutesList>
    list of dynamic routes (present in status resource only)
    localRoutesLists List<GetStaticRoutesStatusResourceLocalRoutesList>
    list of local routes (present in status resource only )
    staticRoutesLists List<GetStaticRoutesStatusResourceStaticRoutesList>
    list of static routes
    defaultRoutes GetStaticRoutesStatusResourceDefaultRoute[]
    default route. (present in status resource only )
    dynamicRoutesLists GetStaticRoutesStatusResourceDynamicRoutesList[]
    list of dynamic routes (present in status resource only)
    localRoutesLists GetStaticRoutesStatusResourceLocalRoutesList[]
    list of local routes (present in status resource only )
    staticRoutesLists GetStaticRoutesStatusResourceStaticRoutesList[]
    list of static routes
    defaultRoutes List<Property Map>
    default route. (present in status resource only )
    dynamicRoutesLists List<Property Map>
    list of dynamic routes (present in status resource only)
    localRoutesLists List<Property Map>
    list of local routes (present in status resource only )
    staticRoutesLists List<Property Map>
    list of static routes

    GetStaticRoutesStatusResourceDefaultRoute

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

    GetStaticRoutesStatusResourceDefaultRouteNexthop

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

    GetStaticRoutesStatusResourceDynamicRoutesList

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

    GetStaticRoutesStatusResourceDynamicRoutesListNexthop

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

    GetStaticRoutesStatusResourceLocalRoutesList

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

    GetStaticRoutesStatusResourceLocalRoutesListNexthop

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

    GetStaticRoutesStatusResourceStaticRoutesList

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

    GetStaticRoutesStatusResourceStaticRoutesListNexthop

    DirectConnectVirtualInterfaceReference Dictionary<string, string>
    The reference to a direct_connect_virtual_interface
    ExternalSubnetReference Dictionary<string, string>
    The reference to a subnet
    LocalSubnetReference Dictionary<string, string>
    The reference to a subnet
    NexthopIpAddress string
    VpnConnectionReference Dictionary<string, string>
    The reference to a vpn_connection
    DirectConnectVirtualInterfaceReference map[string]string
    The reference to a direct_connect_virtual_interface
    ExternalSubnetReference map[string]string
    The reference to a subnet
    LocalSubnetReference map[string]string
    The reference to a subnet
    NexthopIpAddress string
    VpnConnectionReference map[string]string
    The reference to a vpn_connection
    directConnectVirtualInterfaceReference Map<String,String>
    The reference to a direct_connect_virtual_interface
    externalSubnetReference Map<String,String>
    The reference to a subnet
    localSubnetReference Map<String,String>
    The reference to a subnet
    nexthopIpAddress String
    vpnConnectionReference Map<String,String>
    The reference to a vpn_connection
    directConnectVirtualInterfaceReference {[key: string]: string}
    The reference to a direct_connect_virtual_interface
    externalSubnetReference {[key: string]: string}
    The reference to a subnet
    localSubnetReference {[key: string]: string}
    The reference to a subnet
    nexthopIpAddress string
    vpnConnectionReference {[key: string]: string}
    The reference to a vpn_connection
    direct_connect_virtual_interface_reference Mapping[str, str]
    The reference to a direct_connect_virtual_interface
    external_subnet_reference Mapping[str, str]
    The reference to a subnet
    local_subnet_reference Mapping[str, str]
    The reference to a subnet
    nexthop_ip_address str
    vpn_connection_reference Mapping[str, str]
    The reference to a vpn_connection
    directConnectVirtualInterfaceReference Map<String>
    The reference to a direct_connect_virtual_interface
    externalSubnetReference Map<String>
    The reference to a subnet
    localSubnetReference Map<String>
    The reference to a subnet
    nexthopIpAddress String
    vpnConnectionReference 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 logo
    Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg