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

nutanix.PbrV2

Explore with Pulumi AI

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

    Create PbrV2 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PbrV2(name: string, args: PbrV2Args, opts?: CustomResourceOptions);
    @overload
    def PbrV2(resource_name: str,
              args: PbrV2Args,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def PbrV2(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              policies: Optional[Sequence[PbrV2PolicyArgs]] = None,
              priority: Optional[int] = None,
              vpc_ext_id: Optional[str] = None,
              description: Optional[str] = None,
              ext_id: Optional[str] = None,
              name: Optional[str] = None)
    func NewPbrV2(ctx *Context, name string, args PbrV2Args, opts ...ResourceOption) (*PbrV2, error)
    public PbrV2(string name, PbrV2Args args, CustomResourceOptions? opts = null)
    public PbrV2(String name, PbrV2Args args)
    public PbrV2(String name, PbrV2Args args, CustomResourceOptions options)
    
    type: nutanix:PbrV2
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PbrV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PbrV2Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PbrV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PbrV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PbrV2Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var pbrV2Resource = new Nutanix.PbrV2("pbrV2Resource", new()
    {
        Policies = new[]
        {
            new Nutanix.Inputs.PbrV2PolicyArgs
            {
                PolicyActions = new[]
                {
                    new Nutanix.Inputs.PbrV2PolicyPolicyActionArgs
                    {
                        ActionType = "string",
                        NexthopIpAddresses = new[]
                        {
                            new Nutanix.Inputs.PbrV2PolicyPolicyActionNexthopIpAddressArgs
                            {
                                Ipv4s = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args
                                    {
                                        PrefixLength = 0,
                                        Value = "string",
                                    },
                                },
                                Ipv6s = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args
                                    {
                                        PrefixLength = 0,
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        RerouteParams = new[]
                        {
                            new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamArgs
                            {
                                EgressServiceIps = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs
                                    {
                                        Ipv4s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args
                                            {
                                                PrefixLength = 0,
                                                Value = "string",
                                            },
                                        },
                                        Ipv6s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args
                                            {
                                                PrefixLength = 0,
                                                Value = "string",
                                            },
                                        },
                                    },
                                },
                                IngressServiceIps = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs
                                    {
                                        Ipv4s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args
                                            {
                                                PrefixLength = 0,
                                                Value = "string",
                                            },
                                        },
                                        Ipv6s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args
                                            {
                                                PrefixLength = 0,
                                                Value = "string",
                                            },
                                        },
                                    },
                                },
                                RerouteFallbackAction = "string",
                                ServiceIps = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamServiceIpArgs
                                    {
                                        Ipv4s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args
                                            {
                                                PrefixLength = 0,
                                                Value = "string",
                                            },
                                        },
                                        Ipv6s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args
                                            {
                                                PrefixLength = 0,
                                                Value = "string",
                                            },
                                        },
                                    },
                                },
                            },
                        },
                    },
                },
                PolicyMatches = new[]
                {
                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchArgs
                    {
                        Destinations = new[]
                        {
                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationArgs
                            {
                                AddressType = "string",
                                SubnetPrefixes = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs
                                    {
                                        Ipv4s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args
                                            {
                                                Ips = new[]
                                                {
                                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs
                                                    {
                                                        PrefixLength = 0,
                                                        Value = "string",
                                                    },
                                                },
                                                PrefixLength = 0,
                                            },
                                        },
                                        Ipv6s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args
                                            {
                                                Ips = new[]
                                                {
                                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs
                                                    {
                                                        PrefixLength = 0,
                                                        Value = "string",
                                                    },
                                                },
                                                PrefixLength = 0,
                                            },
                                        },
                                    },
                                },
                            },
                        },
                        ProtocolType = "string",
                        Sources = new[]
                        {
                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceArgs
                            {
                                AddressType = "string",
                                SubnetPrefixes = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs
                                    {
                                        Ipv4s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args
                                            {
                                                Ips = new[]
                                                {
                                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs
                                                    {
                                                        PrefixLength = 0,
                                                        Value = "string",
                                                    },
                                                },
                                                PrefixLength = 0,
                                            },
                                        },
                                        Ipv6s = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args
                                            {
                                                Ips = new[]
                                                {
                                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs
                                                    {
                                                        PrefixLength = 0,
                                                        Value = "string",
                                                    },
                                                },
                                                PrefixLength = 0,
                                            },
                                        },
                                    },
                                },
                            },
                        },
                        ProtocolParameters = new[]
                        {
                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterArgs
                            {
                                IcmpObjects = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs
                                    {
                                        IcmpCode = 0,
                                        IcmpType = 0,
                                    },
                                },
                                LayerFourProtocolObjects = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs
                                    {
                                        DestinationPortRanges = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs
                                            {
                                                EndPort = 0,
                                                StartPort = 0,
                                            },
                                        },
                                        SourcePortRanges = new[]
                                        {
                                            new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs
                                            {
                                                EndPort = 0,
                                                StartPort = 0,
                                            },
                                        },
                                    },
                                },
                                ProtocolNumberObjects = new[]
                                {
                                    new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs
                                    {
                                        ProtocolNumber = 0,
                                    },
                                },
                            },
                        },
                    },
                },
                IsBidirectional = false,
            },
        },
        Priority = 0,
        VpcExtId = "string",
        Description = "string",
        ExtId = "string",
        Name = "string",
    });
    
    example, err := nutanix.NewPbrV2(ctx, "pbrV2Resource", &nutanix.PbrV2Args{
    	Policies: nutanix.PbrV2PolicyArray{
    		&nutanix.PbrV2PolicyArgs{
    			PolicyActions: nutanix.PbrV2PolicyPolicyActionArray{
    				&nutanix.PbrV2PolicyPolicyActionArgs{
    					ActionType: pulumi.String("string"),
    					NexthopIpAddresses: nutanix.PbrV2PolicyPolicyActionNexthopIpAddressArray{
    						&nutanix.PbrV2PolicyPolicyActionNexthopIpAddressArgs{
    							Ipv4s: nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv4Array{
    								&nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args{
    									PrefixLength: pulumi.Int(0),
    									Value:        pulumi.String("string"),
    								},
    							},
    							Ipv6s: nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv6Array{
    								&nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args{
    									PrefixLength: pulumi.Int(0),
    									Value:        pulumi.String("string"),
    								},
    							},
    						},
    					},
    					RerouteParams: nutanix.PbrV2PolicyPolicyActionRerouteParamArray{
    						&nutanix.PbrV2PolicyPolicyActionRerouteParamArgs{
    							EgressServiceIps: nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArray{
    								&nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs{
    									Ipv4s: nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Array{
    										&nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args{
    											PrefixLength: pulumi.Int(0),
    											Value:        pulumi.String("string"),
    										},
    									},
    									Ipv6s: nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Array{
    										&nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args{
    											PrefixLength: pulumi.Int(0),
    											Value:        pulumi.String("string"),
    										},
    									},
    								},
    							},
    							IngressServiceIps: nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArray{
    								&nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs{
    									Ipv4s: nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Array{
    										&nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args{
    											PrefixLength: pulumi.Int(0),
    											Value:        pulumi.String("string"),
    										},
    									},
    									Ipv6s: nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Array{
    										&nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args{
    											PrefixLength: pulumi.Int(0),
    											Value:        pulumi.String("string"),
    										},
    									},
    								},
    							},
    							RerouteFallbackAction: pulumi.String("string"),
    							ServiceIps: nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpArray{
    								&nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpArgs{
    									Ipv4s: nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Array{
    										&nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args{
    											PrefixLength: pulumi.Int(0),
    											Value:        pulumi.String("string"),
    										},
    									},
    									Ipv6s: nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Array{
    										&nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args{
    											PrefixLength: pulumi.Int(0),
    											Value:        pulumi.String("string"),
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			PolicyMatches: nutanix.PbrV2PolicyPolicyMatchArray{
    				&nutanix.PbrV2PolicyPolicyMatchArgs{
    					Destinations: nutanix.PbrV2PolicyPolicyMatchDestinationArray{
    						&nutanix.PbrV2PolicyPolicyMatchDestinationArgs{
    							AddressType: pulumi.String("string"),
    							SubnetPrefixes: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixArray{
    								&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs{
    									Ipv4s: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Array{
    										&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args{
    											Ips: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArray{
    												&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs{
    													PrefixLength: pulumi.Int(0),
    													Value:        pulumi.String("string"),
    												},
    											},
    											PrefixLength: pulumi.Int(0),
    										},
    									},
    									Ipv6s: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Array{
    										&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args{
    											Ips: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArray{
    												&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs{
    													PrefixLength: pulumi.Int(0),
    													Value:        pulumi.String("string"),
    												},
    											},
    											PrefixLength: pulumi.Int(0),
    										},
    									},
    								},
    							},
    						},
    					},
    					ProtocolType: pulumi.String("string"),
    					Sources: nutanix.PbrV2PolicyPolicyMatchSourceArray{
    						&nutanix.PbrV2PolicyPolicyMatchSourceArgs{
    							AddressType: pulumi.String("string"),
    							SubnetPrefixes: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixArray{
    								&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs{
    									Ipv4s: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Array{
    										&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args{
    											Ips: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArray{
    												&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs{
    													PrefixLength: pulumi.Int(0),
    													Value:        pulumi.String("string"),
    												},
    											},
    											PrefixLength: pulumi.Int(0),
    										},
    									},
    									Ipv6s: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Array{
    										&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args{
    											Ips: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArray{
    												&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs{
    													PrefixLength: pulumi.Int(0),
    													Value:        pulumi.String("string"),
    												},
    											},
    											PrefixLength: pulumi.Int(0),
    										},
    									},
    								},
    							},
    						},
    					},
    					ProtocolParameters: nutanix.PbrV2PolicyPolicyMatchProtocolParameterArray{
    						&nutanix.PbrV2PolicyPolicyMatchProtocolParameterArgs{
    							IcmpObjects: nutanix.PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArray{
    								&nutanix.PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs{
    									IcmpCode: pulumi.Int(0),
    									IcmpType: pulumi.Int(0),
    								},
    							},
    							LayerFourProtocolObjects: nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArray{
    								&nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs{
    									DestinationPortRanges: nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArray{
    										&nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs{
    											EndPort:   pulumi.Int(0),
    											StartPort: pulumi.Int(0),
    										},
    									},
    									SourcePortRanges: nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArray{
    										&nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs{
    											EndPort:   pulumi.Int(0),
    											StartPort: pulumi.Int(0),
    										},
    									},
    								},
    							},
    							ProtocolNumberObjects: nutanix.PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArray{
    								&nutanix.PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs{
    									ProtocolNumber: pulumi.Int(0),
    								},
    							},
    						},
    					},
    				},
    			},
    			IsBidirectional: pulumi.Bool(false),
    		},
    	},
    	Priority:    pulumi.Int(0),
    	VpcExtId:    pulumi.String("string"),
    	Description: pulumi.String("string"),
    	ExtId:       pulumi.String("string"),
    	Name:        pulumi.String("string"),
    })
    
    var pbrV2Resource = new PbrV2("pbrV2Resource", PbrV2Args.builder()
        .policies(PbrV2PolicyArgs.builder()
            .policyActions(PbrV2PolicyPolicyActionArgs.builder()
                .actionType("string")
                .nexthopIpAddresses(PbrV2PolicyPolicyActionNexthopIpAddressArgs.builder()
                    .ipv4s(PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args.builder()
                        .prefixLength(0)
                        .value("string")
                        .build())
                    .ipv6s(PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args.builder()
                        .prefixLength(0)
                        .value("string")
                        .build())
                    .build())
                .rerouteParams(PbrV2PolicyPolicyActionRerouteParamArgs.builder()
                    .egressServiceIps(PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs.builder()
                        .ipv4s(PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args.builder()
                            .prefixLength(0)
                            .value("string")
                            .build())
                        .ipv6s(PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args.builder()
                            .prefixLength(0)
                            .value("string")
                            .build())
                        .build())
                    .ingressServiceIps(PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs.builder()
                        .ipv4s(PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args.builder()
                            .prefixLength(0)
                            .value("string")
                            .build())
                        .ipv6s(PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args.builder()
                            .prefixLength(0)
                            .value("string")
                            .build())
                        .build())
                    .rerouteFallbackAction("string")
                    .serviceIps(PbrV2PolicyPolicyActionRerouteParamServiceIpArgs.builder()
                        .ipv4s(PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args.builder()
                            .prefixLength(0)
                            .value("string")
                            .build())
                        .ipv6s(PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args.builder()
                            .prefixLength(0)
                            .value("string")
                            .build())
                        .build())
                    .build())
                .build())
            .policyMatches(PbrV2PolicyPolicyMatchArgs.builder()
                .destinations(PbrV2PolicyPolicyMatchDestinationArgs.builder()
                    .addressType("string")
                    .subnetPrefixes(PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs.builder()
                        .ipv4s(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args.builder()
                            .ips(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs.builder()
                                .prefixLength(0)
                                .value("string")
                                .build())
                            .prefixLength(0)
                            .build())
                        .ipv6s(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args.builder()
                            .ips(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs.builder()
                                .prefixLength(0)
                                .value("string")
                                .build())
                            .prefixLength(0)
                            .build())
                        .build())
                    .build())
                .protocolType("string")
                .sources(PbrV2PolicyPolicyMatchSourceArgs.builder()
                    .addressType("string")
                    .subnetPrefixes(PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs.builder()
                        .ipv4s(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args.builder()
                            .ips(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs.builder()
                                .prefixLength(0)
                                .value("string")
                                .build())
                            .prefixLength(0)
                            .build())
                        .ipv6s(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args.builder()
                            .ips(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs.builder()
                                .prefixLength(0)
                                .value("string")
                                .build())
                            .prefixLength(0)
                            .build())
                        .build())
                    .build())
                .protocolParameters(PbrV2PolicyPolicyMatchProtocolParameterArgs.builder()
                    .icmpObjects(PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs.builder()
                        .icmpCode(0)
                        .icmpType(0)
                        .build())
                    .layerFourProtocolObjects(PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs.builder()
                        .destinationPortRanges(PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs.builder()
                            .endPort(0)
                            .startPort(0)
                            .build())
                        .sourcePortRanges(PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs.builder()
                            .endPort(0)
                            .startPort(0)
                            .build())
                        .build())
                    .protocolNumberObjects(PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs.builder()
                        .protocolNumber(0)
                        .build())
                    .build())
                .build())
            .isBidirectional(false)
            .build())
        .priority(0)
        .vpcExtId("string")
        .description("string")
        .extId("string")
        .name("string")
        .build());
    
    pbr_v2_resource = nutanix.PbrV2("pbrV2Resource",
        policies=[{
            "policy_actions": [{
                "action_type": "string",
                "nexthop_ip_addresses": [{
                    "ipv4s": [{
                        "prefix_length": 0,
                        "value": "string",
                    }],
                    "ipv6s": [{
                        "prefix_length": 0,
                        "value": "string",
                    }],
                }],
                "reroute_params": [{
                    "egress_service_ips": [{
                        "ipv4s": [{
                            "prefix_length": 0,
                            "value": "string",
                        }],
                        "ipv6s": [{
                            "prefix_length": 0,
                            "value": "string",
                        }],
                    }],
                    "ingress_service_ips": [{
                        "ipv4s": [{
                            "prefix_length": 0,
                            "value": "string",
                        }],
                        "ipv6s": [{
                            "prefix_length": 0,
                            "value": "string",
                        }],
                    }],
                    "reroute_fallback_action": "string",
                    "service_ips": [{
                        "ipv4s": [{
                            "prefix_length": 0,
                            "value": "string",
                        }],
                        "ipv6s": [{
                            "prefix_length": 0,
                            "value": "string",
                        }],
                    }],
                }],
            }],
            "policy_matches": [{
                "destinations": [{
                    "address_type": "string",
                    "subnet_prefixes": [{
                        "ipv4s": [{
                            "ips": [{
                                "prefix_length": 0,
                                "value": "string",
                            }],
                            "prefix_length": 0,
                        }],
                        "ipv6s": [{
                            "ips": [{
                                "prefix_length": 0,
                                "value": "string",
                            }],
                            "prefix_length": 0,
                        }],
                    }],
                }],
                "protocol_type": "string",
                "sources": [{
                    "address_type": "string",
                    "subnet_prefixes": [{
                        "ipv4s": [{
                            "ips": [{
                                "prefix_length": 0,
                                "value": "string",
                            }],
                            "prefix_length": 0,
                        }],
                        "ipv6s": [{
                            "ips": [{
                                "prefix_length": 0,
                                "value": "string",
                            }],
                            "prefix_length": 0,
                        }],
                    }],
                }],
                "protocol_parameters": [{
                    "icmp_objects": [{
                        "icmp_code": 0,
                        "icmp_type": 0,
                    }],
                    "layer_four_protocol_objects": [{
                        "destination_port_ranges": [{
                            "end_port": 0,
                            "start_port": 0,
                        }],
                        "source_port_ranges": [{
                            "end_port": 0,
                            "start_port": 0,
                        }],
                    }],
                    "protocol_number_objects": [{
                        "protocol_number": 0,
                    }],
                }],
            }],
            "is_bidirectional": False,
        }],
        priority=0,
        vpc_ext_id="string",
        description="string",
        ext_id="string",
        name="string")
    
    const pbrV2Resource = new nutanix.PbrV2("pbrV2Resource", {
        policies: [{
            policyActions: [{
                actionType: "string",
                nexthopIpAddresses: [{
                    ipv4s: [{
                        prefixLength: 0,
                        value: "string",
                    }],
                    ipv6s: [{
                        prefixLength: 0,
                        value: "string",
                    }],
                }],
                rerouteParams: [{
                    egressServiceIps: [{
                        ipv4s: [{
                            prefixLength: 0,
                            value: "string",
                        }],
                        ipv6s: [{
                            prefixLength: 0,
                            value: "string",
                        }],
                    }],
                    ingressServiceIps: [{
                        ipv4s: [{
                            prefixLength: 0,
                            value: "string",
                        }],
                        ipv6s: [{
                            prefixLength: 0,
                            value: "string",
                        }],
                    }],
                    rerouteFallbackAction: "string",
                    serviceIps: [{
                        ipv4s: [{
                            prefixLength: 0,
                            value: "string",
                        }],
                        ipv6s: [{
                            prefixLength: 0,
                            value: "string",
                        }],
                    }],
                }],
            }],
            policyMatches: [{
                destinations: [{
                    addressType: "string",
                    subnetPrefixes: [{
                        ipv4s: [{
                            ips: [{
                                prefixLength: 0,
                                value: "string",
                            }],
                            prefixLength: 0,
                        }],
                        ipv6s: [{
                            ips: [{
                                prefixLength: 0,
                                value: "string",
                            }],
                            prefixLength: 0,
                        }],
                    }],
                }],
                protocolType: "string",
                sources: [{
                    addressType: "string",
                    subnetPrefixes: [{
                        ipv4s: [{
                            ips: [{
                                prefixLength: 0,
                                value: "string",
                            }],
                            prefixLength: 0,
                        }],
                        ipv6s: [{
                            ips: [{
                                prefixLength: 0,
                                value: "string",
                            }],
                            prefixLength: 0,
                        }],
                    }],
                }],
                protocolParameters: [{
                    icmpObjects: [{
                        icmpCode: 0,
                        icmpType: 0,
                    }],
                    layerFourProtocolObjects: [{
                        destinationPortRanges: [{
                            endPort: 0,
                            startPort: 0,
                        }],
                        sourcePortRanges: [{
                            endPort: 0,
                            startPort: 0,
                        }],
                    }],
                    protocolNumberObjects: [{
                        protocolNumber: 0,
                    }],
                }],
            }],
            isBidirectional: false,
        }],
        priority: 0,
        vpcExtId: "string",
        description: "string",
        extId: "string",
        name: "string",
    });
    
    type: nutanix:PbrV2
    properties:
        description: string
        extId: string
        name: string
        policies:
            - isBidirectional: false
              policyActions:
                - actionType: string
                  nexthopIpAddresses:
                    - ipv4s:
                        - prefixLength: 0
                          value: string
                      ipv6s:
                        - prefixLength: 0
                          value: string
                  rerouteParams:
                    - egressServiceIps:
                        - ipv4s:
                            - prefixLength: 0
                              value: string
                          ipv6s:
                            - prefixLength: 0
                              value: string
                      ingressServiceIps:
                        - ipv4s:
                            - prefixLength: 0
                              value: string
                          ipv6s:
                            - prefixLength: 0
                              value: string
                      rerouteFallbackAction: string
                      serviceIps:
                        - ipv4s:
                            - prefixLength: 0
                              value: string
                          ipv6s:
                            - prefixLength: 0
                              value: string
              policyMatches:
                - destinations:
                    - addressType: string
                      subnetPrefixes:
                        - ipv4s:
                            - ips:
                                - prefixLength: 0
                                  value: string
                              prefixLength: 0
                          ipv6s:
                            - ips:
                                - prefixLength: 0
                                  value: string
                              prefixLength: 0
                  protocolParameters:
                    - icmpObjects:
                        - icmpCode: 0
                          icmpType: 0
                      layerFourProtocolObjects:
                        - destinationPortRanges:
                            - endPort: 0
                              startPort: 0
                          sourcePortRanges:
                            - endPort: 0
                              startPort: 0
                      protocolNumberObjects:
                        - protocolNumber: 0
                  protocolType: string
                  sources:
                    - addressType: string
                      subnetPrefixes:
                        - ipv4s:
                            - ips:
                                - prefixLength: 0
                                  value: string
                              prefixLength: 0
                          ipv6s:
                            - ips:
                                - prefixLength: 0
                                  value: string
                              prefixLength: 0
        priority: 0
        vpcExtId: string
    

    PbrV2 Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PbrV2 resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PbrV2 resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Links []PbrV2Link
    Metadatas []PbrV2Metadata
    TenantId string
    Vpcs []PbrV2Vpc
    id String
    The provider-assigned unique ID for this managed resource.
    links List<PbrV2Link>
    metadatas List<PbrV2Metadata>
    tenantId String
    vpcs List<PbrV2Vpc>
    id string
    The provider-assigned unique ID for this managed resource.
    links PbrV2Link[]
    metadatas PbrV2Metadata[]
    tenantId string
    vpcs PbrV2Vpc[]
    id str
    The provider-assigned unique ID for this managed resource.
    links Sequence[PbrV2Link]
    metadatas Sequence[PbrV2Metadata]
    tenant_id str
    vpcs Sequence[PbrV2Vpc]
    id String
    The provider-assigned unique ID for this managed resource.
    links List<Property Map>
    metadatas List<Property Map>
    tenantId String
    vpcs List<Property Map>

    Look up Existing PbrV2 Resource

    Get an existing PbrV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PbrV2State, opts?: CustomResourceOptions): PbrV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            ext_id: Optional[str] = None,
            links: Optional[Sequence[PbrV2LinkArgs]] = None,
            metadatas: Optional[Sequence[PbrV2MetadataArgs]] = None,
            name: Optional[str] = None,
            policies: Optional[Sequence[PbrV2PolicyArgs]] = None,
            priority: Optional[int] = None,
            tenant_id: Optional[str] = None,
            vpc_ext_id: Optional[str] = None,
            vpcs: Optional[Sequence[PbrV2VpcArgs]] = None) -> PbrV2
    func GetPbrV2(ctx *Context, name string, id IDInput, state *PbrV2State, opts ...ResourceOption) (*PbrV2, error)
    public static PbrV2 Get(string name, Input<string> id, PbrV2State? state, CustomResourceOptions? opts = null)
    public static PbrV2 get(String name, Output<String> id, PbrV2State state, CustomResourceOptions options)
    resources:  _:    type: nutanix:PbrV2    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:

    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

    PbrV2Metadata, PbrV2MetadataArgs

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

    PbrV2Policy, PbrV2PolicyArgs

    PbrV2PolicyPolicyAction, PbrV2PolicyPolicyActionArgs

    PbrV2PolicyPolicyActionNexthopIpAddress, PbrV2PolicyPolicyActionNexthopIpAddressArgs

    PbrV2PolicyPolicyActionNexthopIpAddressIpv4, PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyActionNexthopIpAddressIpv6, PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyActionRerouteParam, PbrV2PolicyPolicyActionRerouteParamArgs

    PbrV2PolicyPolicyActionRerouteParamEgressServiceIp, PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs

    PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4, PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6, PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyActionRerouteParamIngressServiceIp, PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs

    PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4, PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6, PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyActionRerouteParamServiceIp, PbrV2PolicyPolicyActionRerouteParamServiceIpArgs

    PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4, PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6, PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyMatch, PbrV2PolicyPolicyMatchArgs

    PbrV2PolicyPolicyMatchDestination, PbrV2PolicyPolicyMatchDestinationArgs

    PbrV2PolicyPolicyMatchDestinationSubnetPrefix, PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs

    PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args

    PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args

    PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyMatchProtocolParameter, PbrV2PolicyPolicyMatchProtocolParameterArgs

    PbrV2PolicyPolicyMatchProtocolParameterIcmpObject, PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs

    icmpCode Integer
    icmpType Integer
    icmpCode number
    icmpType number
    icmpCode Number
    icmpType Number

    PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject, PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs

    PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange, PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs

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

    PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange, PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs

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

    PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject, PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs

    PbrV2PolicyPolicyMatchSource, PbrV2PolicyPolicyMatchSourceArgs

    PbrV2PolicyPolicyMatchSourceSubnetPrefix, PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs

    PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args

    PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args

    PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs

    prefixLength Integer
    value String
    prefixLength number
    value string
    prefixLength Number
    value String

    PbrV2Vpc, PbrV2VpcArgs

    Name string
    Name string
    name String
    name string
    name str
    name String

    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