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
This property is required. string - A description of the routing policy.
- Ext
Id This property is required. string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
This property is required. List<PiersKarsenbarg. 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
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Metadata> - Metadata associated with this resource.
- Name
This property is required. string - Name of the routing policy.
- Policies
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy> - Routing Policies
- Priority
This property is required. int - Priority of the routing policy.
- Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Ext Id This property is required. string - ExtId of the VPC extId to which the routing policy belongs.
- Vpcs
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Vpc> - VPC name for projections
- Description
This property is required. string - A description of the routing policy.
- Ext
Id This property is required. string - A globally unique identifier of an instance that is suitable for external consumption.
- Links
This property is required. []GetPbrs 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
This property is required. []GetPbrs V2Routing Policy Metadata - Metadata associated with this resource.
- Name
This property is required. string - Name of the routing policy.
- Policies
This property is required. []GetPbrs V2Routing Policy Policy - Routing Policies
- Priority
This property is required. int - Priority of the routing policy.
- Tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity
- Vpc
Ext Id This property is required. string - ExtId of the VPC extId to which the routing policy belongs.
- Vpcs
This property is required. []GetPbrs V2Routing Policy Vpc - VPC name for projections
- description
This property is required. String - A description of the routing policy.
- ext
Id This property is required. String - A globally unique identifier of an instance that is suitable for external consumption.
- links
This property is required. List<GetPbrs 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
This property is required. List<GetPbrs V2Routing Policy Metadata> - Metadata associated with this resource.
- name
This property is required. String - Name of the routing policy.
- policies
This property is required. List<GetPbrs V2Routing Policy Policy> - Routing Policies
- priority
This property is required. Integer - Priority of the routing policy.
- tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Ext Id This property is required. String - ExtId of the VPC extId to which the routing policy belongs.
- vpcs
This property is required. List<GetPbrs V2Routing Policy Vpc> - VPC name for projections
- description
This property is required. string - A description of the routing policy.
- ext
Id This property is required. string - A globally unique identifier of an instance that is suitable for external consumption.
- links
This property is required. GetPbrs 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
This property is required. GetPbrs V2Routing Policy Metadata[] - Metadata associated with this resource.
- name
This property is required. string - Name of the routing policy.
- policies
This property is required. GetPbrs V2Routing Policy Policy[] - Routing Policies
- priority
This property is required. number - Priority of the routing policy.
- tenant
Id This property is required. string - A globally unique identifier that represents the tenant that owns this entity
- vpc
Ext Id This property is required. string - ExtId of the VPC extId to which the routing policy belongs.
- vpcs
This property is required. GetPbrs V2Routing Policy Vpc[] - VPC name for projections
- description
This property is required. str - A description of the routing policy.
- ext_
id This property is required. str - A globally unique identifier of an instance that is suitable for external consumption.
- links
This property is required. Sequence[GetPbrs 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
This property is required. Sequence[GetPbrs V2Routing Policy Metadata] - Metadata associated with this resource.
- name
This property is required. str - Name of the routing policy.
- policies
This property is required. Sequence[GetPbrs V2Routing Policy Policy] - Routing Policies
- priority
This property is required. int - Priority of the routing policy.
- tenant_
id This property is required. str - A globally unique identifier that represents the tenant that owns this entity
- vpc_
ext_ id This property is required. str - ExtId of the VPC extId to which the routing policy belongs.
- vpcs
This property is required. Sequence[GetPbrs V2Routing Policy Vpc] - VPC name for projections
- description
This property is required. String - A description of the routing policy.
- ext
Id This property is required. String - A globally unique identifier of an instance that is suitable for external consumption.
- links
This property is required. 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
This property is required. List<Property Map> - Metadata associated with this resource.
- name
This property is required. String - Name of the routing policy.
- policies
This property is required. List<Property Map> - Routing Policies
- priority
This property is required. Number - Priority of the routing policy.
- tenant
Id This property is required. String - A globally unique identifier that represents the tenant that owns this entity
- vpc
Ext Id This property is required. String - ExtId of the VPC extId to which the routing policy belongs.
- vpcs
This property is required. List<Property Map> - VPC name for projections
GetPbrsV2RoutingPolicyLink
GetPbrsV2RoutingPolicyMetadata
- 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
GetPbrsV2RoutingPolicyPolicy
- 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 Pbrs V2Routing Policy Policy 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 Pbrs V2Routing Policy Policy 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. []GetPbrs V2Routing Policy Policy Policy Action - The action to be taken on the traffic matching the routing policy.
- Policy
Matches This property is required. []GetPbrs V2Routing Policy Policy 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<GetPbrs V2Routing Policy Policy Policy Action> - The action to be taken on the traffic matching the routing policy.
- policy
Matches This property is required. List<GetPbrs V2Routing Policy Policy 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. GetPbrs V2Routing Policy Policy Policy Action[] - The action to be taken on the traffic matching the routing policy.
- policy
Matches This property is required. GetPbrs V2Routing Policy Policy 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[GetPbrs V2Routing Policy Policy Policy Action] - The action to be taken on the traffic matching the routing policy.
- policy_
matches This property is required. Sequence[GetPbrs V2Routing Policy Policy 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.
GetPbrsV2RoutingPolicyPolicyPolicyAction
- Action
Type This property is required. string - Routing policy action type.
- Nexthop
Ip Addresses This property is required. List<PiersKarsenbarg. 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 This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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. []GetPbrs 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 This property is required. []GetPbrs V2Routing Policy Policy 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<GetPbrs 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 This property is required. List<GetPbrs V2Routing Policy Policy 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. GetPbrs 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 This property is required. GetPbrs V2Routing Policy Policy 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[GetPbrs 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 This property is required. Sequence[GetPbrs V2Routing Policy Policy 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.
GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddress
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv6>
- Ipv4s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv4 - Ipv6s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv6
- ipv4s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv4> - ipv6s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv6>
- ipv4s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv4[] - ipv6s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv6[]
- ipv4s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv4] - ipv6s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Nexthop Ip Address Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv4
- Prefix
Length This property is required. int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionNexthopIpAddressIpv6
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParam
- Egress
Service Ips This property is required. List<PiersKarsenbarg. 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 Ips This property is required. List<PiersKarsenbarg. 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 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 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 Ips This property is required. []GetPbrs 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 Ips This property is required. []GetPbrs 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 Action This property is required. string - Type of fallback action in reroute case when service VM is down.
- Service
Ips This property is required. []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 Ips This property is required. List<GetPbrs 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 Ips This property is required. List<GetPbrs 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 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<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 Ips This property is required. GetPbrs 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 Ips This property is required. GetPbrs 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 Action This property is required. string - Type of fallback action in reroute case when service VM is down.
- service
Ips This property is required. 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_ ips This property is required. Sequence[GetPbrs 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_ ips This property is required. Sequence[GetPbrs 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_ 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[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 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.
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIp
- Ipv4s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv4 - Ipv6s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv6
- ipv4s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv4> - ipv6s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv6>
- ipv4s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv4[] - ipv6s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv6[]
- ipv4s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv4] - ipv6s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Reroute Param Egress Service Ip Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv4
- Prefix
Length This property is required. int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamEgressServiceIpIpv6
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIp
- Ipv4s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv4 - Ipv6s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv6
- ipv4s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv4> - ipv6s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv6>
- ipv4s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv4[] - ipv6s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv6[]
- ipv4s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv4] - ipv6s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Reroute Param Ingress Service Ip Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv4
- Prefix
Length This property is required. int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamIngressServiceIpIpv6
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIp
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv6>
- Ipv4s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv4 - Ipv6s
This property is required. []GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv6
- ipv4s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv4> - ipv6s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv6>
- ipv4s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv4[] - ipv6s
This property is required. GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv6[]
- ipv4s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv4] - ipv6s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Action Reroute Param Service Ip Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv4
- Prefix
Length This property is required. int The prefix length of the network to which this host IPv4/IPv6 address belongs.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
- value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyActionRerouteParamServiceIpIpv6
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatch
- Destinations
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Destination> - Address Type like "EXTERNAL" or "ANY".
- Protocol
Parameters This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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 Pbrs V2Routing Policy Policy Policy Match Source> - Address Type like "EXTERNAL" or "ANY".
- Destinations
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Destination - Address Type like "EXTERNAL" or "ANY".
- Protocol
Parameters This property is required. []GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter - Protocol Params Object.
- Protocol
Type This property is required. string - Routing Policy IP protocol type.
- Sources
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Source - Address Type like "EXTERNAL" or "ANY".
- destinations
This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Destination> - Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters This property is required. List<GetPbrs V2Routing Policy Policy 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<GetPbrs V2Routing Policy Policy Policy Match Source> - Address Type like "EXTERNAL" or "ANY".
- destinations
This property is required. GetPbrs V2Routing Policy Policy Policy Match Destination[] - Address Type like "EXTERNAL" or "ANY".
- protocol
Parameters This property is required. GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter[] - Protocol Params Object.
- protocol
Type This property is required. string - Routing Policy IP protocol type.
- sources
This property is required. GetPbrs V2Routing Policy Policy Policy Match Source[] - Address Type like "EXTERNAL" or "ANY".
- destinations
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Destination] - Address Type like "EXTERNAL" or "ANY".
- protocol_
parameters This property is required. Sequence[GetPbrs V2Routing Policy Policy 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[GetPbrs V2Routing Policy Policy 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".
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestination
- Address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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. []GetPbrs V2Routing Policy Policy 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<GetPbrs V2Routing Policy Policy 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. GetPbrs V2Routing Policy Policy 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[GetPbrs V2Routing Policy Policy 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
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefix
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6>
- Ipv4s
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4 - Ipv6s
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6
- ipv4s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4> - ipv6s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6>
- ipv4s
This property is required. GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4[] - ipv6s
This property is required. GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6[]
- ipv4s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv4] - ipv6s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- Ips
This property is required. []GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- ips
This property is required. List<GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- ips
This property is required. GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- ips
This property is required. Sequence[GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv4Ip
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6Ip> - IP of address
- Prefix
Length This property is required. int
- Ips
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6Ip - IP of address
- Prefix
Length This property is required. int
- ips
This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6Ip> - IP of address
- prefix
Length This property is required. Integer
- ips
This property is required. GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6Ip[] - IP of address
- prefix
Length This property is required. number
- ips
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Destination Subnet Prefix Ipv6Ip] - IP of address
- prefix_
length This property is required. int
- ips
This property is required. List<Property Map> - IP of address
- prefix
Length This property is required. Number
GetPbrsV2RoutingPolicyPolicyPolicyMatchDestinationSubnetPrefixIpv6Ip
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameter
- Icmp
Objects This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object> - ICMP object
- Layer
Four Protocol Objects This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object> - Layer Four Protocol Object.
- Protocol
Number Objects This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object> - Protocol Number Object.
- Icmp
Objects This property is required. []GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object - ICMP object
- Layer
Four Protocol Objects This property is required. []GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object - Layer Four Protocol Object.
- Protocol
Number Objects This property is required. []GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object - Protocol Number Object.
- icmp
Objects This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object> - ICMP object
- layer
Four Protocol Objects This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object> - Layer Four Protocol Object.
- protocol
Number Objects This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object> - Protocol Number Object.
- icmp
Objects This property is required. GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object[] - ICMP object
- layer
Four Protocol Objects This property is required. GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object[] - Layer Four Protocol Object.
- protocol
Number Objects This property is required. GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Protocol Number Object[] - Protocol Number Object.
- icmp_
objects This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Icmp Object] - ICMP object
- layer_
four_ protocol_ objects This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object] - Layer Four Protocol Object.
- protocol_
number_ objects This property is required. Sequence[GetPbrs V2Routing Policy Policy 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.
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterIcmpObject
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObject
- Destination
Port Ranges This property is required. List<PiersKarsenbarg. 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 Ranges This property is required. List<PiersKarsenbarg. 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 Ranges This property is required. []GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range - Start and end port ranges object.
- Source
Port Ranges This property is required. []GetPbrs V2Routing Policy Policy 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<GetPbrs V2Routing Policy Policy 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<GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Source Port Range> - Start and end port ranges object.
- destination
Port Ranges This property is required. GetPbrs V2Routing Policy Policy Policy Match Protocol Parameter Layer Four Protocol Object Destination Port Range[] - Start and end port ranges object.
- source
Port Ranges This property is required. GetPbrs V2Routing Policy Policy 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[GetPbrs V2Routing Policy Policy 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[GetPbrs V2Routing Policy Policy 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.
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange
- end_
port This property is required. int - start_
port This property is required. int
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange
- end_
port This property is required. int - start_
port This property is required. int
GetPbrsV2RoutingPolicyPolicyPolicyMatchProtocolParameterProtocolNumberObject
- 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
GetPbrsV2RoutingPolicyPolicyPolicyMatchSource
- Address
Type This property is required. string - Address Type like "EXTERNAL" or "ANY".
- Subnet
Prefixes This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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. []GetPbrs V2Routing Policy Policy 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<GetPbrs V2Routing Policy Policy 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. GetPbrs V2Routing Policy Policy 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[GetPbrs V2Routing Policy Policy 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
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefix
- Ipv4s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4> - Ipv6s
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6>
- Ipv4s
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4 - Ipv6s
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6
- ipv4s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4> - ipv6s
This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6>
- ipv4s
This property is required. GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4[] - ipv6s
This property is required. GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6[]
- ipv4s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv4] - ipv6s
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6]
- ipv4s
This property is required. List<Property Map> - ipv6s
This property is required. List<Property Map>
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- Ips
This property is required. []GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- ips
This property is required. List<GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- ips
This property is required. GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- ips
This property is required. Sequence[GetPbrs V2Routing Policy Policy 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.
See detailed information in Nutanix Routing Policies v4.
- 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.
See detailed information in Nutanix Routing Policies v4.
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv4Ip
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6
- Ips
This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6Ip> - IP of address
- Prefix
Length This property is required. int
- Ips
This property is required. []GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6Ip - IP of address
- Prefix
Length This property is required. int
- ips
This property is required. List<GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6Ip> - IP of address
- prefix
Length This property is required. Integer
- ips
This property is required. GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6Ip[] - IP of address
- prefix
Length This property is required. number
- ips
This property is required. Sequence[GetPbrs V2Routing Policy Policy Policy Match Source Subnet Prefix Ipv6Ip] - IP of address
- prefix_
length This property is required. int
- ips
This property is required. List<Property Map> - IP of address
- prefix
Length This property is required. Number
GetPbrsV2RoutingPolicyPolicyPolicyMatchSourceSubnetPrefixIpv6Ip
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- Prefix
Length This property is required. int - Value
This property is required. string - ip value
- prefix
Length This property is required. Integer - value
This property is required. String - ip value
- prefix
Length This property is required. number - value
This property is required. string - ip value
- prefix_
length This property is required. int - value
This property is required. str - ip value
- prefix
Length This property is required. Number - value
This property is required. String - ip value
GetPbrsV2RoutingPolicyVpc
- 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.