Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg
nutanix.getPbrs
Explore with Pulumi AI
Provides a datasource to retrieve all the pbrs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const test = nutanix.getPbrs({});
import pulumi
import pulumi_nutanix as nutanix
test = nutanix.get_pbrs()
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.GetPbrs(ctx, nil, 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 test = Nutanix.GetPbrs.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.GetPbrsArgs;
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 test = NutanixFunctions.getPbrs();
}
}
variables:
test:
fn::invoke:
Function: nutanix:getPbrs
Arguments: {}
Using getPbrs
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 getPbrs(args: GetPbrsArgs, opts?: InvokeOptions): Promise<GetPbrsResult>
function getPbrsOutput(args: GetPbrsOutputArgs, opts?: InvokeOptions): Output<GetPbrsResult>
def get_pbrs(metadatas: Optional[Sequence[GetPbrsMetadata]] = None,
opts: Optional[InvokeOptions] = None) -> GetPbrsResult
def get_pbrs_output(metadatas: Optional[pulumi.Input[Sequence[pulumi.Input[GetPbrsMetadataArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPbrsResult]
func GetPbrs(ctx *Context, args *GetPbrsArgs, opts ...InvokeOption) (*GetPbrsResult, error)
func GetPbrsOutput(ctx *Context, args *GetPbrsOutputArgs, opts ...InvokeOption) GetPbrsResultOutput
> Note: This function is named GetPbrs
in the Go SDK.
public static class GetPbrs
{
public static Task<GetPbrsResult> InvokeAsync(GetPbrsArgs args, InvokeOptions? opts = null)
public static Output<GetPbrsResult> Invoke(GetPbrsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPbrsResult> getPbrs(GetPbrsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: nutanix:index/getPbrs:getPbrs
arguments:
# arguments dictionary
The following arguments are supported:
- Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Metadata> - The routing policies kind metadata.
- Metadatas
[]Get
Pbrs Metadata - The routing policies kind metadata.
- metadatas
List<Get
Pbrs Metadata> - The routing policies kind metadata.
- metadatas
Get
Pbrs Metadata[] - The routing policies kind metadata.
- metadatas
Sequence[Get
Pbrs Metadata] - The routing policies kind metadata.
- metadatas List<Property Map>
- The routing policies kind metadata.
getPbrs Result
The following output properties are available:
- Api
Version string - version of the API
- Entities
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pbrs Entity> - List of PBRs.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadatas
List<Piers
Karsenbarg. Nutanix. Outputs. Get Pbrs Metadata> - The routing policies kind metadata.
- Api
Version string - version of the API
- Entities
[]Get
Pbrs Entity - List of PBRs.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadatas
[]Get
Pbrs Metadata - The routing policies kind metadata.
- api
Version String - version of the API
- entities
List<Get
Pbrs Entity> - List of PBRs.
- id String
- The provider-assigned unique ID for this managed resource.
- metadatas
List<Get
Pbrs Metadata> - The routing policies kind metadata.
- api
Version string - version of the API
- entities
Get
Pbrs Entity[] - List of PBRs.
- id string
- The provider-assigned unique ID for this managed resource.
- metadatas
Get
Pbrs Metadata[] - The routing policies kind metadata.
- api_
version str - version of the API
- entities
Sequence[Get
Pbrs Entity] - List of PBRs.
- id str
- The provider-assigned unique ID for this managed resource.
- metadatas
Sequence[Get
Pbrs Metadata] - The routing policies kind metadata.
- api
Version String - version of the API
- entities List<Property Map>
- List of PBRs.
- id String
- The provider-assigned unique ID for this managed resource.
- metadatas List<Property Map>
- The routing policies kind metadata.
Supporting Types
GetPbrsEntity
- Metadata Dictionary<string, string>
- The routing policies kind metadata.
- Specs
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec> - PBR spec
- Statuses
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status> - PBR output status
- Metadata map[string]string
- The routing policies kind metadata.
- Specs
[]Get
Pbrs Entity Spec - PBR spec
- Statuses
[]Get
Pbrs Entity Status - PBR output status
- metadata Map<String,String>
- The routing policies kind metadata.
- specs
List<Get
Pbrs Entity Spec> - PBR spec
- statuses
List<Get
Pbrs Entity Status> - PBR output status
- metadata {[key: string]: string}
- The routing policies kind metadata.
- specs
Get
Pbrs Entity Spec[] - PBR spec
- statuses
Get
Pbrs Entity Status[] - PBR output status
- metadata Mapping[str, str]
- The routing policies kind metadata.
- specs
Sequence[Get
Pbrs Entity Spec] - PBR spec
- statuses
Sequence[Get
Pbrs Entity Status] - PBR output status
- metadata Map<String>
- The routing policies kind metadata.
- specs List<Property Map>
- PBR spec
- statuses List<Property Map>
- PBR output status
GetPbrsEntitySpec
- Name string
- the name.
- Resources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource> - PBR resources status
- Name string
- the name.
- Resources
[]Get
Pbrs Entity Spec Resource - PBR resources status
- name String
- the name.
- resources
List<Get
Pbrs Entity Spec Resource> - PBR resources status
- name string
- the name.
- resources
Get
Pbrs Entity Spec Resource[] - PBR resources status
- name str
- the name.
- resources
Sequence[Get
Pbrs Entity Spec Resource] - PBR resources status
- name String
- the name.
- resources List<Property Map>
- PBR resources status
GetPbrsEntitySpecResource
- Actions
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource Action> - Routing policy action
- Destinations
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource Destination> - destination address of an IP.
- Is
Bidirectional bool - Policy in reverse direction.
- Priority int
- priority of routing policy
- Protocol
Parameters List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource Protocol Parameter> - Routing policy IP protocol parameters
- Protocol
Type string - Protocol type of routing policy
- Sources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource Source> - source address of an IP.
- Vpc
Reference Dictionary<string, string> - Reference to VPC
- Actions
[]Get
Pbrs Entity Spec Resource Action - Routing policy action
- Destinations
[]Get
Pbrs Entity Spec Resource Destination - destination address of an IP.
- Is
Bidirectional bool - Policy in reverse direction.
- Priority int
- priority of routing policy
- Protocol
Parameters []GetPbrs Entity Spec Resource Protocol Parameter - Routing policy IP protocol parameters
- Protocol
Type string - Protocol type of routing policy
- Sources
[]Get
Pbrs Entity Spec Resource Source - source address of an IP.
- Vpc
Reference map[string]string - Reference to VPC
- actions
List<Get
Pbrs Entity Spec Resource Action> - Routing policy action
- destinations
List<Get
Pbrs Entity Spec Resource Destination> - destination address of an IP.
- is
Bidirectional Boolean - Policy in reverse direction.
- priority Integer
- priority of routing policy
- protocol
Parameters List<GetPbrs Entity Spec Resource Protocol Parameter> - Routing policy IP protocol parameters
- protocol
Type String - Protocol type of routing policy
- sources
List<Get
Pbrs Entity Spec Resource Source> - source address of an IP.
- vpc
Reference Map<String,String> - Reference to VPC
- actions
Get
Pbrs Entity Spec Resource Action[] - Routing policy action
- destinations
Get
Pbrs Entity Spec Resource Destination[] - destination address of an IP.
- is
Bidirectional boolean - Policy in reverse direction.
- priority number
- priority of routing policy
- protocol
Parameters GetPbrs Entity Spec Resource Protocol Parameter[] - Routing policy IP protocol parameters
- protocol
Type string - Protocol type of routing policy
- sources
Get
Pbrs Entity Spec Resource Source[] - source address of an IP.
- vpc
Reference {[key: string]: string} - Reference to VPC
- actions
Sequence[Get
Pbrs Entity Spec Resource Action] - Routing policy action
- destinations
Sequence[Get
Pbrs Entity Spec Resource Destination] - destination address of an IP.
- is_
bidirectional bool - Policy in reverse direction.
- priority int
- priority of routing policy
- protocol_
parameters Sequence[GetPbrs Entity Spec Resource Protocol Parameter] - Routing policy IP protocol parameters
- protocol_
type str - Protocol type of routing policy
- sources
Sequence[Get
Pbrs Entity Spec Resource Source] - source address of an IP.
- vpc_
reference Mapping[str, str] - Reference to VPC
- actions List<Property Map>
- Routing policy action
- destinations List<Property Map>
- destination address of an IP.
- is
Bidirectional Boolean - Policy in reverse direction.
- priority Number
- priority of routing policy
- protocol
Parameters List<Property Map> - Routing policy IP protocol parameters
- protocol
Type String - Protocol type of routing policy
- sources List<Property Map>
- source address of an IP.
- vpc
Reference Map<String> - Reference to VPC
GetPbrsEntitySpecResourceAction
- Action string
- Routing policy action
- Service
Ip List<string>Lists
- Action string
- Routing policy action
- Service
Ip []stringLists
- action String
- Routing policy action
- service
Ip List<String>Lists
- action string
- Routing policy action
- service
Ip string[]Lists
- action str
- Routing policy action
- service_
ip_ Sequence[str]lists
- action String
- Routing policy action
- service
Ip List<String>Lists
GetPbrsEntitySpecResourceDestination
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- address
Type String - prefix
Length Integer - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
- address
Type string - prefix
Length number - prefix length of provided subnet.
- subnet
Ip string - IP subnet provided as an address.
- address_
type str - prefix_
length int - prefix length of provided subnet.
- subnet_
ip str - IP subnet provided as an address.
- address
Type String - prefix
Length Number - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
GetPbrsEntitySpecResourceProtocolParameter
- Icmps
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource Protocol Parameter Icmp> - ICMP parameters in routing policy.
- Protocol
Number int - Protocol number in routing policy
- Tcps
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource Protocol Parameter Tcp> - TCP parameters in routing policy
- Udps
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Spec Resource Protocol Parameter Udp> - UDP parameters in routing policy
- Icmps
[]Get
Pbrs Entity Spec Resource Protocol Parameter Icmp - ICMP parameters in routing policy.
- Protocol
Number int - Protocol number in routing policy
- Tcps
[]Get
Pbrs Entity Spec Resource Protocol Parameter Tcp - TCP parameters in routing policy
- Udps
[]Get
Pbrs Entity Spec Resource Protocol Parameter Udp - UDP parameters in routing policy
- icmps
List<Get
Pbrs Entity Spec Resource Protocol Parameter Icmp> - ICMP parameters in routing policy.
- protocol
Number Integer - Protocol number in routing policy
- tcps
List<Get
Pbrs Entity Spec Resource Protocol Parameter Tcp> - TCP parameters in routing policy
- udps
List<Get
Pbrs Entity Spec Resource Protocol Parameter Udp> - UDP parameters in routing policy
- icmps
Get
Pbrs Entity Spec Resource Protocol Parameter Icmp[] - ICMP parameters in routing policy.
- protocol
Number number - Protocol number in routing policy
- tcps
Get
Pbrs Entity Spec Resource Protocol Parameter Tcp[] - TCP parameters in routing policy
- udps
Get
Pbrs Entity Spec Resource Protocol Parameter Udp[] - UDP parameters in routing policy
- icmps
Sequence[Get
Pbrs Entity Spec Resource Protocol Parameter Icmp] - ICMP parameters in routing policy.
- protocol_
number int - Protocol number in routing policy
- tcps
Sequence[Get
Pbrs Entity Spec Resource Protocol Parameter Tcp] - TCP parameters in routing policy
- udps
Sequence[Get
Pbrs Entity Spec Resource Protocol Parameter Udp] - UDP parameters in routing policy
- icmps List<Property Map>
- ICMP parameters in routing policy.
- protocol
Number Number - Protocol number in routing policy
- tcps List<Property Map>
- TCP parameters in routing policy
- udps List<Property Map>
- UDP parameters in routing policy
GetPbrsEntitySpecResourceProtocolParameterIcmp
GetPbrsEntitySpecResourceProtocolParameterTcp
GetPbrsEntitySpecResourceProtocolParameterTcpDestinationPortRangeList
- end_
port int - start_
port int
GetPbrsEntitySpecResourceProtocolParameterTcpSourcePortRangeList
- end_
port int - start_
port int
GetPbrsEntitySpecResourceProtocolParameterUdp
GetPbrsEntitySpecResourceProtocolParameterUdpDestinationPortRangeList
- end_
port int - start_
port int
GetPbrsEntitySpecResourceProtocolParameterUdpSourcePortRangeList
- end_
port int - start_
port int
GetPbrsEntitySpecResourceSource
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- address
Type String - prefix
Length Integer - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
- address
Type string - prefix
Length number - prefix length of provided subnet.
- subnet
Ip string - IP subnet provided as an address.
- address_
type str - prefix_
length int - prefix length of provided subnet.
- subnet_
ip str - IP subnet provided as an address.
- address
Type String - prefix
Length Number - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
GetPbrsEntityStatus
- Execution
Contexts List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Execution Context> - Execution Context of PBR.
- Name string
- the name.
- Resources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource> - PBR resources status
- State string
- The state of the PBR
- Execution
Contexts []GetPbrs Entity Status Execution Context - Execution Context of PBR.
- Name string
- the name.
- Resources
[]Get
Pbrs Entity Status Resource - PBR resources status
- State string
- The state of the PBR
- execution
Contexts List<GetPbrs Entity Status Execution Context> - Execution Context of PBR.
- name String
- the name.
- resources
List<Get
Pbrs Entity Status Resource> - PBR resources status
- state String
- The state of the PBR
- execution
Contexts GetPbrs Entity Status Execution Context[] - Execution Context of PBR.
- name string
- the name.
- resources
Get
Pbrs Entity Status Resource[] - PBR resources status
- state string
- The state of the PBR
- execution_
contexts Sequence[GetPbrs Entity Status Execution Context] - Execution Context of PBR.
- name str
- the name.
- resources
Sequence[Get
Pbrs Entity Status Resource] - PBR resources status
- state str
- The state of the PBR
- execution
Contexts List<Property Map> - Execution Context of PBR.
- name String
- the name.
- resources List<Property Map>
- PBR resources status
- state String
- The state of the PBR
GetPbrsEntityStatusExecutionContext
- Task
Uuids List<string>
- Task
Uuids []string
- task
Uuids List<String>
- task
Uuids string[]
- task_
uuids Sequence[str]
- task
Uuids List<String>
GetPbrsEntityStatusResource
- Actions
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Action> - Routing policy action
- Destinations
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Destination> - destination address of an IP.
- Is
Bidirectional bool - Policy in reverse direction.
- Priority int
- priority of routing policy
- Protocol
Parameters List<PiersKarsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Protocol Parameter> - Routing policy IP protocol parameters
- Protocol
Type string - Protocol type of routing policy
- Routing
Policy List<PiersCounters Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Routing Policy Counter> - Sources
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Source> - source address of an IP.
- Vpc
Reference Dictionary<string, string> - Reference to VPC
- Actions
[]Get
Pbrs Entity Status Resource Action - Routing policy action
- Destinations
[]Get
Pbrs Entity Status Resource Destination - destination address of an IP.
- Is
Bidirectional bool - Policy in reverse direction.
- Priority int
- priority of routing policy
- Protocol
Parameters []GetPbrs Entity Status Resource Protocol Parameter - Routing policy IP protocol parameters
- Protocol
Type string - Protocol type of routing policy
- Routing
Policy []GetCounters Pbrs Entity Status Resource Routing Policy Counter - Sources
[]Get
Pbrs Entity Status Resource Source - source address of an IP.
- Vpc
Reference map[string]string - Reference to VPC
- actions
List<Get
Pbrs Entity Status Resource Action> - Routing policy action
- destinations
List<Get
Pbrs Entity Status Resource Destination> - destination address of an IP.
- is
Bidirectional Boolean - Policy in reverse direction.
- priority Integer
- priority of routing policy
- protocol
Parameters List<GetPbrs Entity Status Resource Protocol Parameter> - Routing policy IP protocol parameters
- protocol
Type String - Protocol type of routing policy
- routing
Policy List<GetCounters Pbrs Entity Status Resource Routing Policy Counter> - sources
List<Get
Pbrs Entity Status Resource Source> - source address of an IP.
- vpc
Reference Map<String,String> - Reference to VPC
- actions
Get
Pbrs Entity Status Resource Action[] - Routing policy action
- destinations
Get
Pbrs Entity Status Resource Destination[] - destination address of an IP.
- is
Bidirectional boolean - Policy in reverse direction.
- priority number
- priority of routing policy
- protocol
Parameters GetPbrs Entity Status Resource Protocol Parameter[] - Routing policy IP protocol parameters
- protocol
Type string - Protocol type of routing policy
- routing
Policy GetCounters Pbrs Entity Status Resource Routing Policy Counter[] - sources
Get
Pbrs Entity Status Resource Source[] - source address of an IP.
- vpc
Reference {[key: string]: string} - Reference to VPC
- actions
Sequence[Get
Pbrs Entity Status Resource Action] - Routing policy action
- destinations
Sequence[Get
Pbrs Entity Status Resource Destination] - destination address of an IP.
- is_
bidirectional bool - Policy in reverse direction.
- priority int
- priority of routing policy
- protocol_
parameters Sequence[GetPbrs Entity Status Resource Protocol Parameter] - Routing policy IP protocol parameters
- protocol_
type str - Protocol type of routing policy
- routing_
policy_ Sequence[Getcounters Pbrs Entity Status Resource Routing Policy Counter] - sources
Sequence[Get
Pbrs Entity Status Resource Source] - source address of an IP.
- vpc_
reference Mapping[str, str] - Reference to VPC
- actions List<Property Map>
- Routing policy action
- destinations List<Property Map>
- destination address of an IP.
- is
Bidirectional Boolean - Policy in reverse direction.
- priority Number
- priority of routing policy
- protocol
Parameters List<Property Map> - Routing policy IP protocol parameters
- protocol
Type String - Protocol type of routing policy
- routing
Policy List<Property Map>Counters - sources List<Property Map>
- source address of an IP.
- vpc
Reference Map<String> - Reference to VPC
GetPbrsEntityStatusResourceAction
- Action string
- Routing policy action
- Service
Ip List<string>Lists
- Action string
- Routing policy action
- Service
Ip []stringLists
- action String
- Routing policy action
- service
Ip List<String>Lists
- action string
- Routing policy action
- service
Ip string[]Lists
- action str
- Routing policy action
- service_
ip_ Sequence[str]lists
- action String
- Routing policy action
- service
Ip List<String>Lists
GetPbrsEntityStatusResourceDestination
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- address
Type String - prefix
Length Integer - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
- address
Type string - prefix
Length number - prefix length of provided subnet.
- subnet
Ip string - IP subnet provided as an address.
- address_
type str - prefix_
length int - prefix length of provided subnet.
- subnet_
ip str - IP subnet provided as an address.
- address
Type String - prefix
Length Number - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
GetPbrsEntityStatusResourceProtocolParameter
- Icmps
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Protocol Parameter Icmp> - ICMP parameters in routing policy.
- Protocol
Number int - Protocol number in routing policy
- Tcps
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Protocol Parameter Tcp> - TCP parameters in routing policy
- Udps
List<Piers
Karsenbarg. Nutanix. Inputs. Get Pbrs Entity Status Resource Protocol Parameter Udp> - UDP parameters in routing policy
- Icmps
[]Get
Pbrs Entity Status Resource Protocol Parameter Icmp - ICMP parameters in routing policy.
- Protocol
Number int - Protocol number in routing policy
- Tcps
[]Get
Pbrs Entity Status Resource Protocol Parameter Tcp - TCP parameters in routing policy
- Udps
[]Get
Pbrs Entity Status Resource Protocol Parameter Udp - UDP parameters in routing policy
- icmps
List<Get
Pbrs Entity Status Resource Protocol Parameter Icmp> - ICMP parameters in routing policy.
- protocol
Number Integer - Protocol number in routing policy
- tcps
List<Get
Pbrs Entity Status Resource Protocol Parameter Tcp> - TCP parameters in routing policy
- udps
List<Get
Pbrs Entity Status Resource Protocol Parameter Udp> - UDP parameters in routing policy
- icmps
Get
Pbrs Entity Status Resource Protocol Parameter Icmp[] - ICMP parameters in routing policy.
- protocol
Number number - Protocol number in routing policy
- tcps
Get
Pbrs Entity Status Resource Protocol Parameter Tcp[] - TCP parameters in routing policy
- udps
Get
Pbrs Entity Status Resource Protocol Parameter Udp[] - UDP parameters in routing policy
- icmps
Sequence[Get
Pbrs Entity Status Resource Protocol Parameter Icmp] - ICMP parameters in routing policy.
- protocol_
number int - Protocol number in routing policy
- tcps
Sequence[Get
Pbrs Entity Status Resource Protocol Parameter Tcp] - TCP parameters in routing policy
- udps
Sequence[Get
Pbrs Entity Status Resource Protocol Parameter Udp] - UDP parameters in routing policy
- icmps List<Property Map>
- ICMP parameters in routing policy.
- protocol
Number Number - Protocol number in routing policy
- tcps List<Property Map>
- TCP parameters in routing policy
- udps List<Property Map>
- UDP parameters in routing policy
GetPbrsEntityStatusResourceProtocolParameterIcmp
GetPbrsEntityStatusResourceProtocolParameterTcp
GetPbrsEntityStatusResourceProtocolParameterTcpDestinationPortRangeList
- end_
port int - start_
port int
GetPbrsEntityStatusResourceProtocolParameterTcpSourcePortRangeList
- end_
port int - start_
port int
GetPbrsEntityStatusResourceProtocolParameterUdp
GetPbrsEntityStatusResourceProtocolParameterUdpDestinationPortRangeList
- end_
port int - start_
port int
GetPbrsEntityStatusResourceProtocolParameterUdpSourcePortRangeList
- end_
port int - start_
port int
GetPbrsEntityStatusResourceRoutingPolicyCounter
- Byte
Count int - Packet
Count int
- Byte
Count int - Packet
Count int
- byte
Count Integer - packet
Count Integer
- byte
Count number - packet
Count number
- byte_
count int - packet_
count int
- byte
Count Number - packet
Count Number
GetPbrsEntityStatusResourceSource
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- Address
Type string - Prefix
Length int - prefix length of provided subnet.
- Subnet
Ip string - IP subnet provided as an address.
- address
Type String - prefix
Length Integer - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
- address
Type string - prefix
Length number - prefix length of provided subnet.
- subnet
Ip string - IP subnet provided as an address.
- address_
type str - prefix_
length int - prefix length of provided subnet.
- subnet_
ip str - IP subnet provided as an address.
- address
Type String - prefix
Length Number - prefix length of provided subnet.
- subnet
Ip String - IP subnet provided as an address.
GetPbrsMetadata
- Filter string
- Kind string
- The kind name (Default value: project).
- Length int
- Offset int
- Sort
Attribute string - Sort
Order string - Total
Matches int
- Filter string
- Kind string
- The kind name (Default value: project).
- Length int
- Offset int
- Sort
Attribute string - Sort
Order string - Total
Matches int
- filter String
- kind String
- The kind name (Default value: project).
- length Integer
- offset Integer
- sort
Attribute String - sort
Order String - total
Matches Integer
- filter string
- kind string
- The kind name (Default value: project).
- length number
- offset number
- sort
Attribute string - sort
Order string - total
Matches number
- filter str
- kind str
- The kind name (Default value: project).
- length int
- offset int
- sort_
attribute str - sort_
order str - total_
matches int
- filter String
- kind String
- The kind name (Default value: project).
- length Number
- offset Number
- sort
Attribute String - sort
Order String - total
Matches Number
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.