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

nutanix.getPbrsV2

Explore with Pulumi AI

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

    Get a list of Routing Policies.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const pbrs = nutanix.getPbrsV2({});
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    pbrs = nutanix.get_pbrs_v2()
    
    package main
    
    import (
    	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := nutanix.GetPbrsV2(ctx, &nutanix.GetPbrsV2Args{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nutanix = Pulumi.Nutanix;
    
    return await Deployment.RunAsync(() => 
    {
        var pbrs = Nutanix.GetPbrsV2.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.NutanixFunctions;
    import com.pulumi.nutanix.inputs.GetPbrsV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var pbrs = NutanixFunctions.getPbrsV2();
    
        }
    }
    
    variables:
      pbrs:
        fn::invoke:
          function: nutanix:getPbrsV2
          arguments: {}
    

    Using getPbrsV2

    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 getPbrsV2(args: GetPbrsV2Args, opts?: InvokeOptions): Promise<GetPbrsV2Result>
    function getPbrsV2Output(args: GetPbrsV2OutputArgs, opts?: InvokeOptions): Output<GetPbrsV2Result>
    def get_pbrs_v2(filter: Optional[str] = None,
                    limit: Optional[int] = None,
                    order_by: Optional[str] = None,
                    page: Optional[int] = None,
                    opts: Optional[InvokeOptions] = None) -> GetPbrsV2Result
    def get_pbrs_v2_output(filter: Optional[pulumi.Input[str]] = None,
                    limit: Optional[pulumi.Input[int]] = None,
                    order_by: Optional[pulumi.Input[str]] = None,
                    page: Optional[pulumi.Input[int]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetPbrsV2Result]
    func GetPbrsV2(ctx *Context, args *GetPbrsV2Args, opts ...InvokeOption) (*GetPbrsV2Result, error)
    func GetPbrsV2Output(ctx *Context, args *GetPbrsV2OutputArgs, opts ...InvokeOption) GetPbrsV2ResultOutput

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

    public static class GetPbrsV2 
    {
        public static Task<GetPbrsV2Result> InvokeAsync(GetPbrsV2Args args, InvokeOptions? opts = null)
        public static Output<GetPbrsV2Result> Invoke(GetPbrsV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPbrsV2Result> getPbrsV2(GetPbrsV2Args args, InvokeOptions options)
    public static Output<GetPbrsV2Result> getPbrsV2(GetPbrsV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getPbrsV2:getPbrsV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filter string
    A URL query parameter that allows clients to filter a collection of resources.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    Filter string
    A URL query parameter that allows clients to filter a collection of resources.
    Limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    Page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    filter String
    A URL query parameter that allows clients to filter a collection of resources.
    limit Integer
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page Integer
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    filter string
    A URL query parameter that allows clients to filter a collection of resources.
    limit number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy string
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    filter str
    A URL query parameter that allows clients to filter a collection of resources.
    limit int
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    order_by str
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page int
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
    filter String
    A URL query parameter that allows clients to filter a collection of resources.
    limit Number
    A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
    page Number
    A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.

    getPbrsV2 Result

    The following output properties are available:

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

    Supporting Types

    GetPbrsV2RoutingPolicy

    Description string
    A description of the routing policy.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyLink>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Metadatas List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyMetadata>
    Metadata associated with this resource.
    Name string
    Name of the routing policy.
    Policies List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicy>
    Routing Policies
    Priority int
    Priority of the routing policy.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity
    VpcExtId string
    ExtId of the VPC extId to which the routing policy belongs.
    Vpcs List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyVpc>
    VPC name for projections
    Description string
    A description of the routing policy.
    ExtId string
    A globally unique identifier of an instance that is suitable for external consumption.
    Links []GetPbrsV2RoutingPolicyLink
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    Metadatas []GetPbrsV2RoutingPolicyMetadata
    Metadata associated with this resource.
    Name string
    Name of the routing policy.
    Policies []GetPbrsV2RoutingPolicyPolicy
    Routing Policies
    Priority int
    Priority of the routing policy.
    TenantId string
    A globally unique identifier that represents the tenant that owns this entity
    VpcExtId string
    ExtId of the VPC extId to which the routing policy belongs.
    Vpcs []GetPbrsV2RoutingPolicyVpc
    VPC name for projections
    description String
    A description of the routing policy.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    links List<GetPbrsV2RoutingPolicyLink>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<GetPbrsV2RoutingPolicyMetadata>
    Metadata associated with this resource.
    name String
    Name of the routing policy.
    policies List<GetPbrsV2RoutingPolicyPolicy>
    Routing Policies
    priority Integer
    Priority of the routing policy.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity
    vpcExtId String
    ExtId of the VPC extId to which the routing policy belongs.
    vpcs List<GetPbrsV2RoutingPolicyVpc>
    VPC name for projections
    description string
    A description of the routing policy.
    extId string
    A globally unique identifier of an instance that is suitable for external consumption.
    links GetPbrsV2RoutingPolicyLink[]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas GetPbrsV2RoutingPolicyMetadata[]
    Metadata associated with this resource.
    name string
    Name of the routing policy.
    policies GetPbrsV2RoutingPolicyPolicy[]
    Routing Policies
    priority number
    Priority of the routing policy.
    tenantId string
    A globally unique identifier that represents the tenant that owns this entity
    vpcExtId string
    ExtId of the VPC extId to which the routing policy belongs.
    vpcs GetPbrsV2RoutingPolicyVpc[]
    VPC name for projections
    description str
    A description of the routing policy.
    ext_id str
    A globally unique identifier of an instance that is suitable for external consumption.
    links Sequence[GetPbrsV2RoutingPolicyLink]
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas Sequence[GetPbrsV2RoutingPolicyMetadata]
    Metadata associated with this resource.
    name str
    Name of the routing policy.
    policies Sequence[GetPbrsV2RoutingPolicyPolicy]
    Routing Policies
    priority int
    Priority of the routing policy.
    tenant_id str
    A globally unique identifier that represents the tenant that owns this entity
    vpc_ext_id str
    ExtId of the VPC extId to which the routing policy belongs.
    vpcs Sequence[GetPbrsV2RoutingPolicyVpc]
    VPC name for projections
    description String
    A description of the routing policy.
    extId String
    A globally unique identifier of an instance that is suitable for external consumption.
    links List<Property Map>
    A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    metadatas List<Property Map>
    Metadata associated with this resource.
    name String
    Name of the routing policy.
    policies List<Property Map>
    Routing Policies
    priority Number
    Priority of the routing policy.
    tenantId String
    A globally unique identifier that represents the tenant that owns this entity
    vpcExtId String
    ExtId of the VPC extId to which the routing policy belongs.
    vpcs List<Property Map>
    VPC name for projections
    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetPbrsV2RoutingPolicyMetadata

    CategoryIds List<ImmutableArray<object>>
    OwnerReferenceId string
    OwnerUserName string
    ProjectName string
    ProjectReferenceId string
    categoryIds List<List<Object>>
    ownerReferenceId String
    ownerUserName String
    projectName String
    projectReferenceId String

    GetPbrsV2RoutingPolicyPolicy

    IsBidirectional bool
    If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
    PolicyActions List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyAction>
    The action to be taken on the traffic matching the routing policy.
    PolicyMatches List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyMatch>
    Match condition for the traffic that is entering the VPC.
    IsBidirectional bool
    If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
    PolicyActions []GetPbrsV2RoutingPolicyPolicyPolicyAction
    The action to be taken on the traffic matching the routing policy.
    PolicyMatches []GetPbrsV2RoutingPolicyPolicyPolicyMatch
    Match condition for the traffic that is entering the VPC.
    isBidirectional Boolean
    If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
    policyActions List<GetPbrsV2RoutingPolicyPolicyPolicyAction>
    The action to be taken on the traffic matching the routing policy.
    policyMatches List<GetPbrsV2RoutingPolicyPolicyPolicyMatch>
    Match condition for the traffic that is entering the VPC.
    isBidirectional boolean
    If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
    policyActions GetPbrsV2RoutingPolicyPolicyPolicyAction[]
    The action to be taken on the traffic matching the routing policy.
    policyMatches GetPbrsV2RoutingPolicyPolicyPolicyMatch[]
    Match condition for the traffic that is entering the VPC.
    is_bidirectional bool
    If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
    policy_actions Sequence[GetPbrsV2RoutingPolicyPolicyPolicyAction]
    The action to be taken on the traffic matching the routing policy.
    policy_matches Sequence[GetPbrsV2RoutingPolicyPolicyPolicyMatch]
    Match condition for the traffic that is entering the VPC.
    isBidirectional Boolean
    If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
    policyActions List<Property Map>
    The action to be taken on the traffic matching the routing policy.
    policyMatches List<Property Map>
    Match condition for the traffic that is entering the VPC.

    GetPbrsV2RoutingPolicyPolicyPolicyAction

    ActionType string
    Routing policy action type.
    NexthopIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    RerouteParams List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam>
    Routing policy Reroute params.
    ActionType string
    Routing policy action type.
    NexthopIpAddresses []GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    RerouteParams []GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam
    Routing policy Reroute params.
    actionType String
    Routing policy action type.
    nexthopIpAddresses List<GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteParams List<GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam>
    Routing policy Reroute params.
    actionType string
    Routing policy action type.
    nexthopIpAddresses GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress[]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteParams GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam[]
    Routing policy Reroute params.
    action_type str
    Routing policy action type.
    nexthop_ip_addresses Sequence[GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    reroute_params Sequence[GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam]
    Routing policy Reroute params.
    actionType String
    Routing policy action type.
    nexthopIpAddresses List<Property Map>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteParams List<Property Map>
    Routing policy Reroute params.

    GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress

    GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value string
    ip value
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value str
    ip value
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv6

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam

    EgressServiceIps List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    IngressServiceIps List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    RerouteFallbackAction string
    Type of fallback action in reroute case when service VM is down.
    ServiceIps List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    EgressServiceIps []GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    IngressServiceIps []GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    RerouteFallbackAction string
    Type of fallback action in reroute case when service VM is down.
    ServiceIps []GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    egressServiceIps List<GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ingressServiceIps List<GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteFallbackAction String
    Type of fallback action in reroute case when service VM is down.
    serviceIps List<GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    egressServiceIps GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp[]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ingressServiceIps GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp[]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteFallbackAction string
    Type of fallback action in reroute case when service VM is down.
    serviceIps GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp[]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    egress_service_ips Sequence[GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ingress_service_ips Sequence[GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    reroute_fallback_action str
    Type of fallback action in reroute case when service VM is down.
    service_ips Sequence[GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    egressServiceIps List<Property Map>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ingressServiceIps List<Property Map>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteFallbackAction String
    Type of fallback action in reroute case when service VM is down.
    serviceIps List<Property Map>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value string
    ip value
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value str
    ip value
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv6

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value string
    ip value
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value str
    ip value
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv6

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv4

    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Value string
    ip value
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value string
    ip value
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value str
    ip value
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv6

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyMatch

    Destinations []GetPbrsV2RoutingPolicyPolicyPolicyMatchDestination
    Address Type like "EXTERNAL" or "ANY".
    ProtocolParameters []GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter
    Protocol Params Object.
    ProtocolType string
    Routing Policy IP protocol type.
    Sources []GetPbrsV2RoutingPolicyPolicyPolicyMatchSource
    Address Type like "EXTERNAL" or "ANY".
    destinations GetPbrsV2RoutingPolicyPolicyPolicyMatchDestination[]
    Address Type like "EXTERNAL" or "ANY".
    protocolParameters GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter[]
    Protocol Params Object.
    protocolType string
    Routing Policy IP protocol type.
    sources GetPbrsV2RoutingPolicyPolicyPolicyMatchSource[]
    Address Type like "EXTERNAL" or "ANY".
    destinations List<Property Map>
    Address Type like "EXTERNAL" or "ANY".
    protocolParameters List<Property Map>
    Protocol Params Object.
    protocolType String
    Routing Policy IP protocol type.
    sources List<Property Map>
    Address Type like "EXTERNAL" or "ANY".

    GetPbrsV2RoutingPolicyPolicyPolicyMatchDestination

    addressType String
    Address Type like "EXTERNAL" or "ANY".
    subnetPrefixes List<Property Map>
    Subnet Prefix

    GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefix

    GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip>
    IP of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Ips []GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip
    IP of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips List<GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip>
    IP of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip[]
    IP of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips Sequence[GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip]
    IP of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips List<Property Map>
    IP of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6

    GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6Ip

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter

    GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterIcmpObject

    IcmpCode int
    icmp code
    IcmpType int
    icmp type
    IcmpCode int
    icmp code
    IcmpType int
    icmp type
    icmpCode Integer
    icmp code
    icmpType Integer
    icmp type
    icmpCode number
    icmp code
    icmpType number
    icmp type
    icmp_code int
    icmp code
    icmp_type int
    icmp type
    icmpCode Number
    icmp code
    icmpType Number
    icmp type

    GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObject

    destinationPortRanges List<Property Map>
    Start and end port ranges object.
    sourcePortRanges List<Property Map>
    Start and end port ranges object.

    GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange

    endPort Integer
    startPort Integer
    endPort number
    startPort number
    endPort Number
    startPort Number

    GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange

    endPort Integer
    startPort Integer
    endPort number
    startPort number
    endPort Number
    startPort Number

    GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterProtocolNumberObject

    ProtocolNumber int
    protocol number
    ProtocolNumber int
    protocol number
    protocolNumber Integer
    protocol number
    protocolNumber number
    protocol number
    protocol_number int
    protocol number
    protocolNumber Number
    protocol number

    GetPbrsV2RoutingPolicyPolicyPolicyMatchSource

    AddressType string
    Address Type like "EXTERNAL" or "ANY".
    SubnetPrefixes []GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix
    Subnet Prefix
    addressType String
    Address Type like "EXTERNAL" or "ANY".
    subnetPrefixes List<GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix>
    Subnet Prefix
    addressType string
    Address Type like "EXTERNAL" or "ANY".
    subnetPrefixes GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix[]
    Subnet Prefix
    addressType String
    Address Type like "EXTERNAL" or "ANY".
    subnetPrefixes List<Property Map>
    Subnet Prefix

    GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix

    GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip>
    IP of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    Ips []GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip
    IP of address
    PrefixLength int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips List<GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip>
    IP of address
    prefixLength Integer

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip[]
    IP of address
    prefixLength number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips Sequence[GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip]
    IP of address
    prefix_length int

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    ips List<Property Map>
    IP of address
    prefixLength Number

    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    See detailed information in Nutanix Routing Policies v4.

    GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6

    GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6Ip

    PrefixLength int
    Value string
    ip value
    PrefixLength int
    Value string
    ip value
    prefixLength Integer
    value String
    ip value
    prefixLength number
    value string
    ip value
    prefix_length int
    value str
    ip value
    prefixLength Number
    value String
    ip value

    GetPbrsV2RoutingPolicyVpc

    Name string
    Name of the routing policy.
    Name string
    Name of the routing policy.
    name String
    Name of the routing policy.
    name string
    Name of the routing policy.
    name str
    Name of the routing policy.
    name String
    Name of the routing policy.

    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.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg