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

nutanix.getPbrV2

Explore with Pulumi AI

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

    Get a single Routing Policy corresponding to the extId.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as nutanix from "@pulumi/nutanix";
    
    const pbr = nutanix.getPbrV2({
        extId: "<pbr_uuid>",
    });
    
    import pulumi
    import pulumi_nutanix as nutanix
    
    pbr = nutanix.get_pbr_v2(ext_id="<pbr_uuid>")
    
    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.LookupPbrV2(ctx, &nutanix.LookupPbrV2Args{
    			ExtId: "<pbr_uuid>",
    		}, 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 pbr = Nutanix.GetPbrV2.Invoke(new()
        {
            ExtId = "<pbr_uuid>",
        });
    
    });
    
    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.GetPbrV2Args;
    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 pbr = NutanixFunctions.getPbrV2(GetPbrV2Args.builder()
                .extId("<pbr_uuid>")
                .build());
    
        }
    }
    
    variables:
      pbr:
        fn::invoke:
          function: nutanix:getPbrV2
          arguments:
            extId: <pbr_uuid>
    

    Using getPbrV2

    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 getPbrV2(args: GetPbrV2Args, opts?: InvokeOptions): Promise<GetPbrV2Result>
    function getPbrV2Output(args: GetPbrV2OutputArgs, opts?: InvokeOptions): Output<GetPbrV2Result>
    def get_pbr_v2(ext_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetPbrV2Result
    def get_pbr_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetPbrV2Result]
    func LookupPbrV2(ctx *Context, args *LookupPbrV2Args, opts ...InvokeOption) (*LookupPbrV2Result, error)
    func LookupPbrV2Output(ctx *Context, args *LookupPbrV2OutputArgs, opts ...InvokeOption) LookupPbrV2ResultOutput

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

    public static class GetPbrV2 
    {
        public static Task<GetPbrV2Result> InvokeAsync(GetPbrV2Args args, InvokeOptions? opts = null)
        public static Output<GetPbrV2Result> Invoke(GetPbrV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPbrV2Result> getPbrV2(GetPbrV2Args args, InvokeOptions options)
    public static Output<GetPbrV2Result> getPbrV2(GetPbrV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getPbrV2:getPbrV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    ExtId string
    extId String
    extId string
    ext_id str
    extId String

    getPbrV2 Result

    The following output properties are available:

    Description string
    A description of the routing policy.
    ExtId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Links List<PiersKarsenbarg.Nutanix.Outputs.GetPbrV2Link>
    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.Outputs.GetPbrV2Metadata>
    Metadata associated with this resource.
    Name string
    Name of the routing policy.
    Policies List<PiersKarsenbarg.Nutanix.Outputs.GetPbrV2Policy>
    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.Outputs.GetPbrV2Vpc>
    VPC name for projections
    Description string
    A description of the routing policy.
    ExtId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Links []GetPbrV2Link
    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 []GetPbrV2Metadata
    Metadata associated with this resource.
    Name string
    Name of the routing policy.
    Policies []GetPbrV2Policy
    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 []GetPbrV2Vpc
    VPC name for projections
    description String
    A description of the routing policy.
    extId String
    id String
    The provider-assigned unique ID for this managed resource.
    links List<GetPbrV2Link>
    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<GetPbrV2Metadata>
    Metadata associated with this resource.
    name String
    Name of the routing policy.
    policies List<GetPbrV2Policy>
    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<GetPbrV2Vpc>
    VPC name for projections
    description string
    A description of the routing policy.
    extId string
    id string
    The provider-assigned unique ID for this managed resource.
    links GetPbrV2Link[]
    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 GetPbrV2Metadata[]
    Metadata associated with this resource.
    name string
    Name of the routing policy.
    policies GetPbrV2Policy[]
    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 GetPbrV2Vpc[]
    VPC name for projections
    description str
    A description of the routing policy.
    ext_id str
    id str
    The provider-assigned unique ID for this managed resource.
    links Sequence[GetPbrV2Link]
    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[GetPbrV2Metadata]
    Metadata associated with this resource.
    name str
    Name of the routing policy.
    policies Sequence[GetPbrV2Policy]
    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[GetPbrV2Vpc]
    VPC name for projections
    description String
    A description of the routing policy.
    extId String
    id String
    The provider-assigned unique ID for this managed resource.
    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

    Supporting Types

    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    GetPbrV2Metadata

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

    GetPbrV2Policy

    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.GetPbrV2PolicyPolicyAction>
    The action to be taken on the traffic matching the routing policy.
    PolicyMatches List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyMatch>
    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 []GetPbrV2PolicyPolicyAction
    The action to be taken on the traffic matching the routing policy.
    PolicyMatches []GetPbrV2PolicyPolicyMatch
    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<GetPbrV2PolicyPolicyAction>
    The action to be taken on the traffic matching the routing policy.
    policyMatches List<GetPbrV2PolicyPolicyMatch>
    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 GetPbrV2PolicyPolicyAction[]
    The action to be taken on the traffic matching the routing policy.
    policyMatches GetPbrV2PolicyPolicyMatch[]
    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[GetPbrV2PolicyPolicyAction]
    The action to be taken on the traffic matching the routing policy.
    policy_matches Sequence[GetPbrV2PolicyPolicyMatch]
    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.

    GetPbrV2PolicyPolicyAction

    ActionType string
    Routing policy action type.
    NexthopIpAddresses List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyActionNexthopIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    RerouteParams List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyActionRerouteParam>
    Routing policy Reroute params.
    ActionType string
    Routing policy action type.
    NexthopIpAddresses []GetPbrV2PolicyPolicyActionNexthopIpAddress
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    RerouteParams []GetPbrV2PolicyPolicyActionRerouteParam
    Routing policy Reroute params.
    actionType String
    Routing policy action type.
    nexthopIpAddresses List<GetPbrV2PolicyPolicyActionNexthopIpAddress>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteParams List<GetPbrV2PolicyPolicyActionRerouteParam>
    Routing policy Reroute params.
    actionType string
    Routing policy action type.
    nexthopIpAddresses GetPbrV2PolicyPolicyActionNexthopIpAddress[]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    rerouteParams GetPbrV2PolicyPolicyActionRerouteParam[]
    Routing policy Reroute params.
    action_type str
    Routing policy action type.
    nexthop_ip_addresses Sequence[GetPbrV2PolicyPolicyActionNexthopIpAddress]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    reroute_params Sequence[GetPbrV2PolicyPolicyActionRerouteParam]
    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.

    GetPbrV2PolicyPolicyActionNexthopIpAddress

    GetPbrV2PolicyPolicyActionNexthopIpAddressIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyActionNexthopIpAddressIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyActionRerouteParam

    EgressServiceIps List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    IngressServiceIps List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp>
    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.GetPbrV2PolicyPolicyActionRerouteParamServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    EgressServiceIps []GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    IngressServiceIps []GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp
    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 []GetPbrV2PolicyPolicyActionRerouteParamServiceIp
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    egressServiceIps List<GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ingressServiceIps List<GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp>
    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<GetPbrV2PolicyPolicyActionRerouteParamServiceIp>
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    egressServiceIps GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp[]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ingressServiceIps GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp[]
    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 GetPbrV2PolicyPolicyActionRerouteParamServiceIp[]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    egress_service_ips Sequence[GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp]
    An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    ingress_service_ips Sequence[GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp]
    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[GetPbrV2PolicyPolicyActionRerouteParamServiceIp]
    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.

    GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp

    GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp

    GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyActionRerouteParamServiceIp

    GetPbrV2PolicyPolicyActionRerouteParamServiceIpIpv4

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyActionRerouteParamServiceIpIpv6

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyMatch

    Destinations []GetPbrV2PolicyPolicyMatchDestination
    Address Type like "EXTERNAL" or "ANY".
    ProtocolParameters []GetPbrV2PolicyPolicyMatchProtocolParameter
    Protocol Params Object.
    ProtocolType string
    Routing Policy IP protocol type.
    Sources []GetPbrV2PolicyPolicyMatchSource
    Address Type like "EXTERNAL" or "ANY".
    destinations List<GetPbrV2PolicyPolicyMatchDestination>
    Address Type like "EXTERNAL" or "ANY".
    protocolParameters List<GetPbrV2PolicyPolicyMatchProtocolParameter>
    Protocol Params Object.
    protocolType String
    Routing Policy IP protocol type.
    sources List<GetPbrV2PolicyPolicyMatchSource>
    Address Type like "EXTERNAL" or "ANY".
    destinations GetPbrV2PolicyPolicyMatchDestination[]
    Address Type like "EXTERNAL" or "ANY".
    protocolParameters GetPbrV2PolicyPolicyMatchProtocolParameter[]
    Protocol Params Object.
    protocolType string
    Routing Policy IP protocol type.
    sources GetPbrV2PolicyPolicyMatchSource[]
    Address Type like "EXTERNAL" or "ANY".
    destinations Sequence[GetPbrV2PolicyPolicyMatchDestination]
    Address Type like "EXTERNAL" or "ANY".
    protocol_parameters Sequence[GetPbrV2PolicyPolicyMatchProtocolParameter]
    Protocol Params Object.
    protocol_type str
    Routing Policy IP protocol type.
    sources Sequence[GetPbrV2PolicyPolicyMatchSource]
    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".

    GetPbrV2PolicyPolicyMatchDestination

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

    GetPbrV2PolicyPolicyMatchDestinationSubnetPrefix

    GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip>
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip>
    IP of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip[]
    IP of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip]
    IP of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    IP of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip>
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip>
    IP of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip[]
    IP of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip]
    IP of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    IP of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyMatchProtocolParameter

    GetPbrV2PolicyPolicyMatchProtocolParameterIcmpObject

    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

    GetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject

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

    GetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange

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

    GetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange

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

    GetPbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject

    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

    GetPbrV2PolicyPolicyMatchSource

    AddressType string
    Address Type like "EXTERNAL" or "ANY".
    SubnetPrefixes []GetPbrV2PolicyPolicyMatchSourceSubnetPrefix
    Subnet Prefix
    addressType String
    Address Type like "EXTERNAL" or "ANY".
    subnetPrefixes List<GetPbrV2PolicyPolicyMatchSourceSubnetPrefix>
    Subnet Prefix
    addressType string
    Address Type like "EXTERNAL" or "ANY".
    subnetPrefixes GetPbrV2PolicyPolicyMatchSourceSubnetPrefix[]
    Subnet Prefix
    address_type str
    Address Type like "EXTERNAL" or "ANY".
    subnet_prefixes Sequence[GetPbrV2PolicyPolicyMatchSourceSubnetPrefix]
    Subnet Prefix
    addressType String
    Address Type like "EXTERNAL" or "ANY".
    subnetPrefixes List<Property Map>
    Subnet Prefix

    GetPbrV2PolicyPolicyMatchSourceSubnetPrefix

    GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip>
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip>
    IP of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip[]
    IP of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip]
    IP of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    IP of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6

    Ips List<PiersKarsenbarg.Nutanix.Inputs.GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip>
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Ips []GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip
    IP of address
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip>
    IP of address
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip[]
    IP of address
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips Sequence[GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip]
    IP of address
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    ips List<Property Map>
    IP of address
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.

    GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip

    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    PrefixLength int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    Value string
    ip value
    prefixLength Integer
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value
    prefixLength number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value string
    ip value
    prefix_length int
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value str
    ip value
    prefixLength Number
    The prefix length of the network to which this host IPv4/IPv6 address belongs.
    value String
    ip value

    GetPbrV2Vpc

    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