nutanix.getPbrsV2
Explore with Pulumi AI
Get a list of Routing Policies.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const pbrs = nutanix.getPbrsV2({});
import pulumi
import pulumi_nutanix as nutanix
pbrs = nutanix.get_pbrs_v2()
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nutanix.GetPbrsV2(ctx, &nutanix.GetPbrsV2Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var pbrs = Nutanix.GetPbrsV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetPbrsV2Args;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var pbrs = NutanixFunctions.getPbrsV2();
}
}
variables:
pbrs:
fn::invoke:
function: nutanix:getPbrsV2
arguments: {}
Using getPbrsV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPbrsV2(args: GetPbrsV2Args, opts?: InvokeOptions): Promise<GetPbrsV2Result>
function getPbrsV2Output(args: GetPbrsV2OutputArgs, opts?: InvokeOptions): Output<GetPbrsV2Result>
def get_pbrs_v2(filter: Optional[str] = None,
limit: Optional[int] = None,
order_by: Optional[str] = None,
page: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetPbrsV2Result
def get_pbrs_v2_output(filter: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
order_by: Optional[pulumi.Input[str]] = None,
page: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPbrsV2Result]
func GetPbrsV2(ctx *Context, args *GetPbrsV2Args, opts ...InvokeOption) (*GetPbrsV2Result, error)
func GetPbrsV2Output(ctx *Context, args *GetPbrsV2OutputArgs, opts ...InvokeOption) GetPbrsV2ResultOutput
> Note: This function is named GetPbrsV2
in the Go SDK.
public static class GetPbrsV2
{
public static Task<GetPbrsV2Result> InvokeAsync(GetPbrsV2Args args, InvokeOptions? opts = null)
public static Output<GetPbrsV2Result> Invoke(GetPbrsV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPbrsV2Result> getPbrsV2(GetPbrsV2Args args, InvokeOptions options)
public static Output<GetPbrsV2Result> getPbrsV2(GetPbrsV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getPbrsV2:getPbrsV2
arguments:
# arguments dictionary
The following arguments are supported:
- Filter string
- A URL query parameter that allows clients to filter a collection of resources.
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- Filter string
- A URL query parameter that allows clients to filter a collection of resources.
- Limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- Order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- Page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- filter String
- A URL query parameter that allows clients to filter a collection of resources.
- limit Integer
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page Integer
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- filter string
- A URL query parameter that allows clients to filter a collection of resources.
- limit number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By string - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- filter str
- A URL query parameter that allows clients to filter a collection of resources.
- limit int
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order_
by str - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page int
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
- filter String
- A URL query parameter that allows clients to filter a collection of resources.
- limit Number
- A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
- order
By String - A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default
- page Number
- A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
getPbrsV2 Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Routing
Policies List<PiersKarsenbarg. Nutanix. Outputs. Get Pbrs V2Routing Policy> - Filter string
- Limit int
- Order
By string - Page int
- Id string
- The provider-assigned unique ID for this managed resource.
- Routing
Policies []GetPbrs V2Routing Policy - Filter string
- Limit int
- Order
By string - Page int
- id String
- The provider-assigned unique ID for this managed resource.
- routing
Policies List<GetPbrs V2Routing Policy> - filter String
- limit Integer
- order
By String - page Integer
- id string
- The provider-assigned unique ID for this managed resource.
- routing
Policies GetPbrs V2Routing Policy[] - filter string
- limit number
- order
By string - page number
- id str
- The provider-assigned unique ID for this managed resource.
- routing_
policies Sequence[GetPbrs V2Routing Policy] - filter str
- limit int
- order_
by str - page int
- id String
- The provider-assigned unique ID for this managed resource.
- routing
Policies List<Property Map> - filter String
- limit Number
- order
By String - page Number
Supporting Types
GetPbrsV2RoutingPolicy
- Description string
- A description of the routing policy.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Link> - 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. Inputs. Get Pbrs V2Routing Policy Metadata> - Metadata associated with this resource.
- Name string
- Name of the routing policy.
- Policies
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy> - 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. Inputs. Get Pbrs V2Routing Policy Vpc> - VPC name for projections
- Description string
- A description of the routing policy.
- Ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
[]Get
Pbrs V2Routing Policy Link - 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
Pbrs V2Routing Policy Metadata - Metadata associated with this resource.
- Name string
- Name of the routing policy.
- Policies
[]Get
Pbrs V2Routing Policy Policy - 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
Pbrs V2Routing Policy Vpc - VPC name for projections
- description String
- A description of the routing policy.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links
List<Get
Pbrs V2Routing Policy Link> - 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
Pbrs V2Routing Policy Metadata> - Metadata associated with this resource.
- name String
- Name of the routing policy.
- policies
List<Get
Pbrs V2Routing Policy Policy> - 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
Pbrs V2Routing Policy Vpc> - VPC name for projections
- description string
- A description of the routing policy.
- ext
Id string - A globally unique identifier of an instance that is suitable for external consumption.
- links
Get
Pbrs V2Routing Policy Link[] - 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
Pbrs V2Routing Policy Metadata[] - Metadata associated with this resource.
- name string
- Name of the routing policy.
- policies
Get
Pbrs V2Routing Policy Policy[] - 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
Pbrs V2Routing Policy Vpc[] - VPC name for projections
- description str
- A description of the routing policy.
- ext_
id str - A globally unique identifier of an instance that is suitable for external consumption.
- links
Sequence[Get
Pbrs V2Routing Policy Link] - 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
Pbrs V2Routing Policy Metadata] - Metadata associated with this resource.
- name str
- Name of the routing policy.
- policies
Sequence[Get
Pbrs V2Routing Policy Policy] - 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
Pbrs V2Routing Policy Vpc] - VPC name for projections
- description String
- A description of the routing policy.
- ext
Id String - A globally unique identifier of an instance that is suitable for external consumption.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- metadatas List<Property Map>
- Metadata associated with this resource.
- name String
- Name of the routing policy.
- policies List<Property Map>
- Routing Policies
- priority Number
- Priority of the routing policy.
- 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
GetPbrsV2RoutingPolicyLink
GetPbrsV2RoutingPolicyMetadata
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
GetPbrsV2RoutingPolicyPolicy
- Is
Bidirectional bool - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- Policy
Actions List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Action> - The action to be taken on the traffic matching the routing policy.
- Policy
Matches List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match> - Match condition for the traffic that is entering the VPC.
- Is
Bidirectional bool - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- Policy
Actions []GetPbrs V2Routing Policy Policy Policy Action - The action to be taken on the traffic matching the routing policy.
- Policy
Matches []GetPbrs V2Routing Policy Policy Policy Match - Match condition for the traffic that is entering the VPC.
- is
Bidirectional Boolean - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy
Actions List<GetPbrs V2Routing Policy Policy Policy Action> - The action to be taken on the traffic matching the routing policy.
- policy
Matches List<GetPbrs V2Routing Policy Policy Policy Match> - Match condition for the traffic that is entering the VPC.
- is
Bidirectional boolean - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy
Actions GetPbrs V2Routing Policy Policy Policy Action[] - The action to be taken on the traffic matching the routing policy.
- policy
Matches GetPbrs V2Routing Policy Policy Policy Match[] - Match condition for the traffic that is entering the VPC.
- is_
bidirectional bool - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy_
actions Sequence[GetPbrs V2Routing Policy Policy Policy Action] - The action to be taken on the traffic matching the routing policy.
- policy_
matches Sequence[GetPbrs V2Routing Policy Policy Policy Match] - Match condition for the traffic that is entering the VPC.
- is
Bidirectional Boolean - If True, policies in the reverse direction will be installed with the same action but source and destination will be swapped.
- policy
Actions List<Property Map> - The action to be taken on the traffic matching the routing policy.
- policy
Matches List<Property Map> - Match condition for the traffic that is entering the VPC.
GetPbrsV2RoutingPolicyPolicyPolicyAction
- Action
Type string - Routing policy action type.
- Nexthop
Ip List<PiersAddresses Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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 List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Action Reroute Param> - Routing policy Reroute params.
- Action
Type string - Routing policy action type.
- Nexthop
Ip []GetAddresses Pbrs V2Routing Policy Policy 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 []GetPbrs V2Routing Policy Policy Policy Action Reroute Param - Routing policy Reroute params.
- action
Type String - Routing policy action type.
- nexthop
Ip List<GetAddresses Pbrs V2Routing Policy Policy 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 List<GetPbrs V2Routing Policy Policy Policy Action Reroute Param> - Routing policy Reroute params.
- action
Type string - Routing policy action type.
- nexthop
Ip GetAddresses Pbrs V2Routing Policy Policy 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 GetPbrs V2Routing Policy Policy Policy Action Reroute Param[] - Routing policy Reroute params.
- action_
type str - Routing policy action type.
- nexthop_
ip_ Sequence[Getaddresses Pbrs V2Routing Policy Policy 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 Sequence[GetPbrs V2Routing Policy Policy Policy Action Reroute Param] - Routing policy Reroute params.
- action
Type String - Routing policy action type.
- nexthop
Ip List<Property Map>Addresses - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Params List<Property Map> - Routing policy Reroute params.
GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress
GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value string
- ip value
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value str
- ip value
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv6
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam
- Egress
Service List<PiersIps Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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 List<PiersIps Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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 stringAction - Type of fallback action in reroute case when service VM is down.
- Service
Ips List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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 []GetIps Pbrs V2Routing Policy Policy 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 []GetIps Pbrs V2Routing Policy Policy 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 stringAction - Type of fallback action in reroute case when service VM is down.
- Service
Ips []GetPbrs V2Routing Policy Policy 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 List<GetIps Pbrs V2Routing Policy Policy 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 List<GetIps Pbrs V2Routing Policy Policy 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 StringAction - Type of fallback action in reroute case when service VM is down.
- service
Ips List<GetPbrs V2Routing Policy Policy 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 GetIps Pbrs V2Routing Policy Policy 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 GetIps Pbrs V2Routing Policy Policy 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 stringAction - Type of fallback action in reroute case when service VM is down.
- service
Ips GetPbrs V2Routing Policy Policy 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_ Sequence[Getips Pbrs V2Routing Policy Policy 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_ Sequence[Getips Pbrs V2Routing Policy Policy 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_ straction - Type of fallback action in reroute case when service VM is down.
- service_
ips Sequence[GetPbrs V2Routing Policy Policy 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 List<Property Map>Ips - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- ingress
Service List<Property Map>Ips - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
- reroute
Fallback StringAction - Type of fallback action in reroute case when service VM is down.
- service
Ips List<Property Map> - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value string
- ip value
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value str
- ip value
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv6
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value string
- ip value
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value str
- ip value
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv6
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv4
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Value string
- ip value
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value string
- ip value
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value str
- ip value
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv6
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatch
- Destinations
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Destination> - Address Type like "EXTERNAL" or "ANY".
- Protocol
Parameters List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter> - Protocol Params Object.
- Protocol
Type string - Routing Policy IP protocol type.
- Sources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Source> - Address Type like "EXTERNAL" or "ANY".
- Destinations
[]Get
Pbrs V2Routing Policy Policy Policy Match Destination - Address Type like "EXTERNAL" or "ANY".
- Protocol
Parameters []GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter - Protocol Params Object.
- Protocol
Type string - Routing Policy IP protocol type.
- Sources
[]Get
Pbrs V2Routing Policy Policy Policy Match Source - Address Type like "EXTERNAL" or "ANY".
- destinations
List<Get
Pbrs V2Routing Policy Policy Policy Match Destination> - Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters List<GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter> - Protocol Params Object.
- protocol
Type String - Routing Policy IP protocol type.
- sources
List<Get
Pbrs V2Routing Policy Policy Policy Match Source> - Address Type like "EXTERNAL" or "ANY".
- destinations
Get
Pbrs V2Routing Policy Policy Policy Match Destination[] - Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter[] - Protocol Params Object.
- protocol
Type string - Routing Policy IP protocol type.
- sources
Get
Pbrs V2Routing Policy Policy Policy Match Source[] - Address Type like "EXTERNAL" or "ANY".
- destinations
Sequence[Get
Pbrs V2Routing Policy Policy Policy Match Destination] - Address Type like "EXTERNAL" or "ANY".
- protocol_
parameters Sequence[GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter] - Protocol Params Object.
- protocol_
type str - Routing Policy IP protocol type.
- sources
Sequence[Get
Pbrs V2Routing Policy Policy Policy Match Source] - Address Type like "EXTERNAL" or "ANY".
- destinations List<Property Map>
- Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters List<Property Map> - Protocol Params Object.
- protocol
Type String - Routing Policy IP protocol type.
- sources List<Property Map>
- Address Type like "EXTERNAL" or "ANY".
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestination
- Address
Type string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix> - Subnet Prefix
- Address
Type string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes []GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix - Subnet Prefix
- address
Type String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes List<GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix> - Subnet Prefix
- address
Type string - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix[] - Subnet Prefix
- address_
type str - Address Type like "EXTERNAL" or "ANY".
- subnet_
prefixes Sequence[GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix] - Subnet Prefix
- address
Type String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes List<Property Map> - Subnet Prefix
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefix
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4Ip> - IP of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Ips
[]Get
Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4Ip - IP of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips
List<Get
Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4Ip> - IP of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips
Get
Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4Ip[] - IP of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips
Sequence[Get
Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4Ip] - IP of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips List<Property Map>
- IP of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6
- ips List<Property Map>
- IP of address
- prefix
Length Number
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6Ip
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter
- Icmp
Objects List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object> - ICMP object
- Layer
Four List<PiersProtocol Objects Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object> - Layer Four Protocol Object.
- Protocol
Number List<PiersObjects Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object> - Protocol Number Object.
- Icmp
Objects []GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object - ICMP object
- Layer
Four []GetProtocol Objects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object - Layer Four Protocol Object.
- Protocol
Number []GetObjects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object - Protocol Number Object.
- icmp
Objects List<GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object> - ICMP object
- layer
Four List<GetProtocol Objects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object> - Layer Four Protocol Object.
- protocol
Number List<GetObjects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object> - Protocol Number Object.
- icmp
Objects GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object[] - ICMP object
- layer
Four GetProtocol Objects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object[] - Layer Four Protocol Object.
- protocol
Number GetObjects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object[] - Protocol Number Object.
- icmp_
objects Sequence[GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object] - ICMP object
- layer_
four_ Sequence[Getprotocol_ objects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object] - Layer Four Protocol Object.
- protocol_
number_ Sequence[Getobjects Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object] - Protocol Number Object.
- icmp
Objects List<Property Map> - ICMP object
- layer
Four List<Property Map>Protocol Objects - Layer Four Protocol Object.
- protocol
Number List<Property Map>Objects - Protocol Number Object.
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterIcmpObject
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObject
- Destination
Port List<PiersRanges Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range> - Start and end port ranges object.
- Source
Port List<PiersRanges Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range> - Start and end port ranges object.
- Destination
Port []GetRanges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range - Start and end port ranges object.
- Source
Port []GetRanges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range - Start and end port ranges object.
- destination
Port List<GetRanges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range> - Start and end port ranges object.
- source
Port List<GetRanges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range> - Start and end port ranges object.
- destination
Port GetRanges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range[] - Start and end port ranges object.
- source
Port GetRanges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range[] - Start and end port ranges object.
- destination_
port_ Sequence[Getranges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range] - Start and end port ranges object.
- source_
port_ Sequence[Getranges Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range] - Start and end port ranges object.
- destination
Port List<Property Map>Ranges - Start and end port ranges object.
- source
Port List<Property Map>Ranges - Start and end port ranges object.
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange
- end_
port int - start_
port int
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange
- end_
port int - start_
port int
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterProtocolNumberObject
- Protocol
Number int - protocol number
- Protocol
Number int - protocol number
- protocol
Number Integer - protocol number
- protocol
Number number - protocol number
- protocol_
number int - protocol number
- protocol
Number Number - protocol number
GetPbrsV2RoutingPolicyPolicyPolicyMatchSource
- Address
Type string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix> - Subnet Prefix
- Address
Type string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes []GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix - Subnet Prefix
- address
Type String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes List<GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix> - Subnet Prefix
- address
Type string - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix[] - Subnet Prefix
- address_
type str - Address Type like "EXTERNAL" or "ANY".
- subnet_
prefixes Sequence[GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix] - Subnet Prefix
- address
Type String - Address Type like "EXTERNAL" or "ANY".
- subnet
Prefixes List<Property Map> - Subnet Prefix
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4
- Ips
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4Ip> - IP of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- Ips
[]Get
Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4Ip - IP of address
- Prefix
Length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips
List<Get
Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4Ip> - IP of address
- prefix
Length Integer The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips
Get
Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4Ip[] - IP of address
- prefix
Length number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips
Sequence[Get
Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4Ip] - IP of address
- prefix_
length int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- ips List<Property Map>
- IP of address
- prefix
Length Number The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6
- ips
List<Get
Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6Ip> - IP of address
- prefix
Length Integer
- ips
Get
Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6Ip[] - IP of address
- prefix
Length number
- ips List<Property Map>
- IP of address
- prefix
Length Number
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6Ip
- Prefix
Length int - Value string
- ip value
- Prefix
Length int - Value string
- ip value
- prefix
Length Integer - value String
- ip value
- prefix
Length number - value string
- ip value
- prefix_
length int - value str
- ip value
- prefix
Length Number - value String
- ip value
GetPbrsV2RoutingPolicyVpc
- Name string
- Name of the routing policy.
- Name string
- Name of the routing policy.
- name String
- Name of the routing policy.
- name string
- Name of the routing policy.
- name str
- Name of the routing policy.
- name String
- Name of the routing policy.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.