Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getPbrV2
Explore with Pulumi AI
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:
- Ext
Id This property is required. string
- Ext
Id This property is required. string
- ext
Id This property is required. String
- ext
Id This property is required. string
- ext_
id This property is required. str
- ext
Id This property is required. String
getPbrV2 Result
The following output properties are available:
- Description string
- A description of the routing policy.
- Ext
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pbr V2Link> - 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<Piers
Karsenbarg. Nutanix. Outputs. Get Pbr V2Metadata> - Metadata associated with this resource.
- Name string
- Name of the routing policy.
- Policies
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pbr V2Policy> - Routing Policies
- Priority int
- Priority of the routing policy.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Ext stringId - ExtId of the VPC extId to which the routing policy belongs.
- Vpcs
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pbr V2Vpc> - VPC name for projections
- Description string
- A description of the routing policy.
- Ext
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]Get
Pbr V2Link - 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
[]Get
Pbr V2Metadata - Metadata associated with this resource.
- Name string
- Name of the routing policy.
- Policies
[]Get
Pbr V2Policy - Routing Policies
- Priority int
- Priority of the routing policy.
- Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Ext stringId - ExtId of the VPC extId to which the routing policy belongs.
- Vpcs
[]Get
Pbr V2Vpc - VPC name for projections
- description String
- A description of the routing policy.
- ext
Id String - id String
- The provider-assigned unique ID for this managed resource.
- links
List<Get
Pbr V2Link> - 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<Get
Pbr V2Metadata> - Metadata associated with this resource.
- name String
- Name of the routing policy.
- policies
List<Get
Pbr V2Policy> - Routing Policies
- priority Integer
- Priority of the routing policy.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Ext StringId - ExtId of the VPC extId to which the routing policy belongs.
- vpcs
List<Get
Pbr V2Vpc> - VPC name for projections
- description string
- A description of the routing policy.
- ext
Id string - id string
- The provider-assigned unique ID for this managed resource.
- links
Get
Pbr V2Link[] - 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
Get
Pbr V2Metadata[] - Metadata associated with this resource.
- name string
- Name of the routing policy.
- policies
Get
Pbr V2Policy[] - Routing Policies
- priority number
- Priority of the routing policy.
- tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- vpc
Ext stringId - ExtId of the VPC extId to which the routing policy belongs.
- vpcs
Get
Pbr V2Vpc[] - 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[Get
Pbr V2Link] - 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[Get
Pbr V2Metadata] - Metadata associated with this resource.
- name str
- Name of the routing policy.
- policies
Sequence[Get
Pbr V2Policy] - 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_ strid - ExtId of the VPC extId to which the routing policy belongs.
- vpcs
Sequence[Get
Pbr V2Vpc] - VPC name for projections
- description String
- A description of the routing policy.
- ext
Id 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.
- tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Ext StringId - ExtId of the VPC extId to which the routing policy belongs.
- vpcs List<Property Map>
- VPC name for projections
Supporting Types
GetPbrV2Link
GetPbrV2Metadata
- Category
Ids This property is required. List<ImmutableArray<object>> - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- Category
Ids This property is required. [][]interface{} - Owner
Reference Id This property is required. string - Owner
User Name This property is required. string - Project
Name This property is required. string - Project
Reference Id This property is required. string
- category
Ids This property is required. List<List<Object>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
- category
Ids This property is required. any[][] - owner
Reference Id This property is required. string - owner
User Name This property is required. string - project
Name This property is required. string - project
Reference Id This property is required. string
- category_
ids This property is required. Sequence[Sequence[Any]] - owner_
reference_ id This property is required. str - owner_
user_ name This property is required. str - project_
name This property is required. str - project_
reference_ id This property is required. str
- category
Ids This property is required. List<List<Any>> - owner
Reference Id This property is required. String - owner
User Name This property is required. String - project
Name This property is required. String - project
Reference Id This property is required. String
GetPbrV2Policy
- Is
Bidirectional This property is required. bool - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- Policy
Actions This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action> - The action to be taken on the traffic matching the routing policy.
- Policy
Matches This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match> - Match condition for the traffic that is entering the VPC.
- Is
Bidirectional This property is required. bool - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- Policy
Actions This property is required. []GetPbr V2Policy Policy Action - The action to be taken on the traffic matching the routing policy.
- Policy
Matches This property is required. []GetPbr V2Policy Policy Match - Match condition for the traffic that is entering the VPC.
- is
Bidirectional This property is required. Boolean - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy
Actions This property is required. List<GetPbr V2Policy Policy Action> - The action to be taken on the traffic matching the routing policy.
- policy
Matches This property is required. List<GetPbr V2Policy Policy Match> - Match condition for the traffic that is entering the VPC.
- is
Bidirectional This property is required. boolean - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy
Actions This property is required. GetPbr V2Policy Policy Action[] - The action to be taken on the traffic matching the routing policy.
- policy
Matches This property is required. GetPbr V2Policy Policy Match[] - Match condition for the traffic that is entering the VPC.
- is_
bidirectional This property is required. bool - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy_
actions This property is required. Sequence[GetPbr V2Policy Policy Action] - The action to be taken on the traffic matching the routing policy.
- policy_
matches This property is required. Sequence[GetPbr V2Policy Policy Match] - Match condition for the traffic that is entering the VPC.
- is
Bidirectional This property is required. Boolean - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy
Actions This property is required. List<Property Map> - The action to be taken on the traffic matching the routing policy.
- policy
Matches This property is required. List<Property Map> - Match condition for the traffic that is entering the VPC.
GetPbrV2PolicyPolicyAction
- Action
Type This property is required. string - Routing policy action type.
- Nexthop
Ip Addresses This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Nexthop Ip Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Reroute
Params This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param> - Routing policy Reroute params.
- Action
Type This property is required. string - Routing policy action type.
- Nexthop
Ip Addresses This property is required. []GetPbr V2Policy Policy Action Nexthop Ip Address - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Reroute
Params This property is required. []GetPbr V2Policy Policy Action Reroute Param - Routing policy Reroute params.
- action
Type This property is required. String - Routing policy action type.
- nexthop
Ip Addresses This property is required. List<GetPbr V2Policy Policy Action Nexthop Ip Address> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Params This property is required. List<GetPbr V2Policy Policy Action Reroute Param> - Routing policy Reroute params.
- action
Type This property is required. string - Routing policy action type.
- nexthop
Ip Addresses This property is required. GetPbr V2Policy Policy Action Nexthop Ip Address[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Params This property is required. GetPbr V2Policy Policy Action Reroute Param[] - Routing policy Reroute params.
- action_
type This property is required. str - Routing policy action type.
- nexthop_
ip_ addresses This property is required. Sequence[GetPbr V2Policy Policy Action Nexthop Ip Address] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute_
params This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param] - Routing policy Reroute params.
- action
Type This property is required. String - Routing policy action type.
- nexthop
Ip Addresses This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Params This property is required. List<Property Map> - Routing policy Reroute params.
GetPbrV2PolicyPolicyActionNexthopIpAddress
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Nexthop Ip Address Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Nexthop Ip Address Ipv6>
- Ipv4s
This property is required. []GetPbr V2Policy Policy Action Nexthop Ip Address Ipv4 - Ipv6s
This property is required. []GetPbr V2Policy Policy Action Nexthop Ip Address Ipv6
- ipv4s
This property is required. List<GetPbr V2Policy Policy Action Nexthop Ip Address Ipv4> - ipv6s
This property is required. List<GetPbr V2Policy Policy Action Nexthop Ip Address Ipv6>
- ipv4s
This property is required. GetPbr V2Policy Policy Action Nexthop Ip Address Ipv4[] - ipv6s
This property is required. GetPbr V2Policy Policy Action Nexthop Ip Address Ipv6[]
- ipv4s
This property is required. Sequence[GetPbr V2Policy Policy Action Nexthop Ip Address Ipv4] - ipv6s
This property is required. Sequence[GetPbr V2Policy Policy Action Nexthop Ip Address Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrV2PolicyPolicyActionNexthopIpAddressIpv4
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyActionNexthopIpAddressIpv6
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyActionRerouteParam
- Egress
Service Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Egress Service Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Ingress
Service Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Ingress Service Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Reroute
Fallback Action This property is required. string - Type of fallback action in reroute case when service VM is down.
- Service
Ips This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Service Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Egress
Service Ips This property is required. []GetPbr V2Policy Policy Action Reroute Param Egress Service Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Ingress
Service Ips This property is required. []GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- Reroute
Fallback Action This property is required. string - Type of fallback action in reroute case when service VM is down.
- Service
Ips This property is required. []GetPbr V2Policy Policy Action Reroute Param Service Ip - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- egress
Service Ips This property is required. List<GetPbr V2Policy Policy Action Reroute Param Egress Service Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- ingress
Service Ips This property is required. List<GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Fallback Action This property is required. String - Type of fallback action in reroute case when service VM is down.
- service
Ips This property is required. List<GetPbr V2Policy Policy Action Reroute Param Service Ip> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- egress
Service Ips This property is required. GetPbr V2Policy Policy Action Reroute Param Egress Service Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- ingress
Service Ips This property is required. GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Fallback Action This property is required. string - Type of fallback action in reroute case when service VM is down.
- service
Ips This property is required. GetPbr V2Policy Policy Action Reroute Param Service Ip[] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- egress_
service_ ips This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Egress Service Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- ingress_
service_ ips This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute_
fallback_ action This property is required. str - Type of fallback action in reroute case when service VM is down.
- service_
ips This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Service Ip] - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- egress
Service Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- ingress
Service Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Fallback Action This property is required. String - Type of fallback action in reroute case when service VM is down.
- service
Ips This property is required. List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv6>
- Ipv4s
This property is required. []GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv4 - Ipv6s
This property is required. []GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv6
- ipv4s
This property is required. List<GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv4> - ipv6s
This property is required. List<GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv6>
- ipv4s
This property is required. GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv4[] - ipv6s
This property is required. GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv6[]
- ipv4s
This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv4] - ipv6s
This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Egress Service Ip Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv6>
- Ipv4s
This property is required. []GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv4 - Ipv6s
This property is required. []GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv6
- ipv4s
This property is required. List<GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv4> - ipv6s
This property is required. List<GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv6>
- ipv4s
This property is required. GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv4[] - ipv6s
This property is required. GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv6[]
- ipv4s
This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv4] - ipv6s
This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Ingress Service Ip Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyActionRerouteParamServiceIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Service Ip Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Action Reroute Param Service Ip Ipv6>
- Ipv4s
This property is required. []GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv4 - Ipv6s
This property is required. []GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv6
- ipv4s
This property is required. List<GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv4> - ipv6s
This property is required. List<GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv6>
- ipv4s
This property is required. GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv4[] - ipv6s
This property is required. GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv6[]
- ipv4s
This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv4] - ipv6s
This property is required. Sequence[GetPbr V2Policy Policy Action Reroute Param Service Ip Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrV2PolicyPolicyActionRerouteParamServiceIpIpv4
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyActionRerouteParamServiceIpIpv6
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyMatch
- Destinations
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Destination> - Address Type like "EXTERNAL" or "ANY".
- Protocol
Parameters This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Protocol Parameter> - Protocol Params Object.
- Protocol
Type This property is required. string - Routing Policy IP protocol type.
- Sources
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Source> - Address Type like "EXTERNAL" or "ANY".
- Destinations
This property is required. []GetPbr V2Policy Policy Match Destination - Address Type like "EXTERNAL" or "ANY".
- Protocol
Parameters This property is required. []GetPbr V2Policy Policy Match Protocol Parameter - Protocol Params Object.
- Protocol
Type This property is required. string - Routing Policy IP protocol type.
- Sources
This property is required. []GetPbr V2Policy Policy Match Source - Address Type like "EXTERNAL" or "ANY".
- destinations
This property is required. List<GetPbr V2Policy Policy Match Destination> - Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters This property is required. List<GetPbr V2Policy Policy Match Protocol Parameter> - Protocol Params Object.
- protocol
Type This property is required. String - Routing Policy IP protocol type.
- sources
This property is required. List<GetPbr V2Policy Policy Match Source> - Address Type like "EXTERNAL" or "ANY".
- destinations
This property is required. GetPbr V2Policy Policy Match Destination[] - Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters This property is required. GetPbr V2Policy Policy Match Protocol Parameter[] - Protocol Params Object.
- protocol
Type This property is required. string - Routing Policy IP protocol type.
- sources
This property is required. GetPbr V2Policy Policy Match Source[] - Address Type like "EXTERNAL" or "ANY".
- destinations
This property is required. Sequence[GetPbr V2Policy Policy Match Destination] - Address Type like "EXTERNAL" or "ANY".
- protocol_
parameters This property is required. Sequence[GetPbr V2Policy Policy Match Protocol Parameter] - Protocol Params Object.
- protocol_
type This property is required. str - Routing Policy IP protocol type.
- sources
This property is required. Sequence[GetPbr V2Policy Policy Match Source] - Address Type like "EXTERNAL" or "ANY".
- destinations
This property is required. List<Property Map> - Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters This property is required. List<Property Map> - Protocol Params Object.
- protocol
Type This property is required. String - Routing Policy IP protocol type.
- sources
This property is required. List<Property Map> - Address Type like "EXTERNAL" or "ANY".
GetPbrV2PolicyPolicyMatchDestination
- Address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Destination Subnet Prefix> - Subnet Prefix
- Address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes This property is required. []GetPbr V2Policy Policy Match Destination Subnet Prefix - Subnet Prefix
- address
Type This property is required. String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes This property is required. List<GetPbr V2Policy Policy Match Destination Subnet Prefix> - Subnet Prefix
- address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes This property is required. GetPbr V2Policy Policy Match Destination Subnet Prefix[] - Subnet Prefix
- address_
type This property is required. str - Address Type like "EXTERNAL" or "ANY".
- subnet_
prefixes This property is required. Sequence[GetPbr V2Policy Policy Match Destination Subnet Prefix] - Subnet Prefix
- address
Type This property is required. String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes This property is required. List<Property Map> - Subnet Prefix
GetPbrV2PolicyPolicyMatchDestinationSubnetPrefix
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Destination Subnet Prefix Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Destination Subnet Prefix Ipv6>
- Ipv4s
This property is required. []GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4 - Ipv6s
This property is required. []GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6
- ipv4s
This property is required. List<GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4> - ipv6s
This property is required. List<GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6>
- ipv4s
This property is required. GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4[] - ipv6s
This property is required. GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6[]
- ipv4s
This property is required. Sequence[GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4] - ipv6s
This property is required. Sequence[GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Destination Subnet Prefix Ipv4Ip> - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Ips
This property is required. []GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4Ip - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4Ip> - IP of address
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4Ip[] - IP of address
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. Sequence[GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv4Ip] - IP of address
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<Property Map> - IP of address
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Destination Subnet Prefix Ipv6Ip> - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Ips
This property is required. []GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6Ip - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6Ip> - IP of address
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6Ip[] - IP of address
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. Sequence[GetPbr V2Policy Policy Match Destination Subnet Prefix Ipv6Ip] - IP of address
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<Property Map> - IP of address
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyMatchProtocolParameter
- Icmp
Objects This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Protocol Parameter Icmp Object> - ICMP object
- Layer
Four Protocol Objects This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object> - Layer Four Protocol Object.
- Protocol
Number Objects This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Protocol Parameter Protocol Number Object> - Protocol Number Object.
- Icmp
Objects This property is required. []GetPbr V2Policy Policy Match Protocol Parameter Icmp Object - ICMP object
- Layer
Four Protocol Objects This property is required. []GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object - Layer Four Protocol Object.
- Protocol
Number Objects This property is required. []GetPbr V2Policy Policy Match Protocol Parameter Protocol Number Object - Protocol Number Object.
- icmp
Objects This property is required. List<GetPbr V2Policy Policy Match Protocol Parameter Icmp Object> - ICMP object
- layer
Four Protocol Objects This property is required. List<GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object> - Layer Four Protocol Object.
- protocol
Number Objects This property is required. List<GetPbr V2Policy Policy Match Protocol Parameter Protocol Number Object> - Protocol Number Object.
- icmp
Objects This property is required. GetPbr V2Policy Policy Match Protocol Parameter Icmp Object[] - ICMP object
- layer
Four Protocol Objects This property is required. GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object[] - Layer Four Protocol Object.
- protocol
Number Objects This property is required. GetPbr V2Policy Policy Match Protocol Parameter Protocol Number Object[] - Protocol Number Object.
- icmp_
objects This property is required. Sequence[GetPbr V2Policy Policy Match Protocol Parameter Icmp Object] - ICMP object
- layer_
four_ protocol_ objects This property is required. Sequence[GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object] - Layer Four Protocol Object.
- protocol_
number_ objects This property is required. Sequence[GetPbr V2Policy Policy Match Protocol Parameter Protocol Number Object] - Protocol Number Object.
- icmp
Objects This property is required. List<Property Map> - ICMP object
- layer
Four Protocol Objects This property is required. List<Property Map> - Layer Four Protocol Object.
- protocol
Number Objects This property is required. List<Property Map> - Protocol Number Object.
GetPbrV2PolicyPolicyMatchProtocolParameterIcmpObject
GetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject
- Destination
Port Ranges This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range> - Start and end port ranges object.
- Source
Port Ranges This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range> - Start and end port ranges object.
- Destination
Port Ranges This property is required. []GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range - Start and end port ranges object.
- Source
Port Ranges This property is required. []GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range - Start and end port ranges object.
- destination
Port Ranges This property is required. List<GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range> - Start and end port ranges object.
- source
Port Ranges This property is required. List<GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range> - Start and end port ranges object.
- destination
Port Ranges This property is required. GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range[] - Start and end port ranges object.
- source
Port Ranges This property is required. GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range[] - Start and end port ranges object.
- destination_
port_ ranges This property is required. Sequence[GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range] - Start and end port ranges object.
- source_
port_ ranges This property is required. Sequence[GetPbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range] - Start and end port ranges object.
- destination
Port Ranges This property is required. List<Property Map> - Start and end port ranges object.
- source
Port Ranges This property is required. List<Property Map> - Start and end port ranges object.
GetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange
- end_
port This property is required. int - start_
port This property is required. int
GetPbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange
- end_
port This property is required. int - start_
port This property is required. int
GetPbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject
- Protocol
Number This property is required. int - protocol number
- Protocol
Number This property is required. int - protocol number
- protocol
Number This property is required. Integer - protocol number
- protocol
Number This property is required. number - protocol number
- protocol_
number This property is required. int - protocol number
- protocol
Number This property is required. Number - protocol number
GetPbrV2PolicyPolicyMatchSource
- Address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Source Subnet Prefix> - Subnet Prefix
- Address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes This property is required. []GetPbr V2Policy Policy Match Source Subnet Prefix - Subnet Prefix
- address
Type This property is required. String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes This property is required. List<GetPbr V2Policy Policy Match Source Subnet Prefix> - Subnet Prefix
- address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes This property is required. GetPbr V2Policy Policy Match Source Subnet Prefix[] - Subnet Prefix
- address_
type This property is required. str - Address Type like "EXTERNAL" or "ANY".
- subnet_
prefixes This property is required. Sequence[GetPbr V2Policy Policy Match Source Subnet Prefix] - Subnet Prefix
- address
Type This property is required. String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes This property is required. List<Property Map> - Subnet Prefix
GetPbrV2PolicyPolicyMatchSourceSubnetPrefix
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Source Subnet Prefix Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Source Subnet Prefix Ipv6>
- Ipv4s
This property is required. []GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4 - Ipv6s
This property is required. []GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6
- ipv4s
This property is required. List<GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4> - ipv6s
This property is required. List<GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6>
- ipv4s
This property is required. GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4[] - ipv6s
This property is required. GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6[]
- ipv4s
This property is required. Sequence[GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4] - ipv6s
This property is required. Sequence[GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Source Subnet Prefix Ipv4Ip> - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Ips
This property is required. []GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4Ip - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4Ip> - IP of address
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4Ip[] - IP of address
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. Sequence[GetPbr V2Policy Policy Match Source Subnet Prefix Ipv4Ip] - IP of address
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<Property Map> - IP of address
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbr V2Policy Policy Match Source Subnet Prefix Ipv6Ip> - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Ips
This property is required. []GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6Ip - IP of address
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6Ip> - IP of address
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6Ip[] - IP of address
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. Sequence[GetPbr V2Policy Policy Match Source Subnet Prefix Ipv6Ip] - IP of address
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- ips
This property is required. List<Property Map> - IP of address
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
GetPbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- Prefix
Length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
- prefix
Length This property is required. number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. string - ip value
- prefix_
length This property is required. int - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. str - ip value
- prefix
Length This property is required. Number - The prefix length of the network to which this host IPv4/IPv6 address belongs.
- value
This property is required. String - ip value
GetPbrV2Vpc
- Name
This property is required. string - Name of the routing policy.
- Name
This property is required. string - Name of the routing policy.
- name
This property is required. String - Name of the routing policy.
- name
This property is required. string - Name of the routing policy.
- name
This property is required. str - Name of the routing policy.
- name
This property is required. 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.