nutanix.PbrV2
Explore with Pulumi AI
Create PbrV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PbrV2(name: string, args: PbrV2Args, opts?: CustomResourceOptions);
@overload
def PbrV2(resource_name: str,
args: PbrV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def PbrV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
policies: Optional[Sequence[PbrV2PolicyArgs]] = None,
priority: Optional[int] = None,
vpc_ext_id: Optional[str] = None,
description: Optional[str] = None,
ext_id: Optional[str] = None,
name: Optional[str] = None)
func NewPbrV2(ctx *Context, name string, args PbrV2Args, opts ...ResourceOption) (*PbrV2, error)
public PbrV2(string name, PbrV2Args args, CustomResourceOptions? opts = null)
type: nutanix:PbrV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PbrV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PbrV2Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PbrV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PbrV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PbrV2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var pbrV2Resource = new Nutanix.PbrV2("pbrV2Resource", new()
{
Policies = new[]
{
new Nutanix.Inputs.PbrV2PolicyArgs
{
PolicyActions = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionArgs
{
ActionType = "string",
NexthopIpAddresses = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionNexthopIpAddressArgs
{
Ipv4s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args
{
PrefixLength = 0,
Value = "string",
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args
{
PrefixLength = 0,
Value = "string",
},
},
},
},
RerouteParams = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamArgs
{
EgressServiceIps = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs
{
Ipv4s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args
{
PrefixLength = 0,
Value = "string",
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args
{
PrefixLength = 0,
Value = "string",
},
},
},
},
IngressServiceIps = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs
{
Ipv4s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args
{
PrefixLength = 0,
Value = "string",
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args
{
PrefixLength = 0,
Value = "string",
},
},
},
},
RerouteFallbackAction = "string",
ServiceIps = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamServiceIpArgs
{
Ipv4s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args
{
PrefixLength = 0,
Value = "string",
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args
{
PrefixLength = 0,
Value = "string",
},
},
},
},
},
},
},
},
PolicyMatches = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchArgs
{
Destinations = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationArgs
{
AddressType = "string",
SubnetPrefixes = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs
{
Ipv4s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args
{
Ips = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs
{
PrefixLength = 0,
Value = "string",
},
},
PrefixLength = 0,
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args
{
Ips = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs
{
PrefixLength = 0,
Value = "string",
},
},
PrefixLength = 0,
},
},
},
},
},
},
ProtocolType = "string",
Sources = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceArgs
{
AddressType = "string",
SubnetPrefixes = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs
{
Ipv4s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args
{
Ips = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs
{
PrefixLength = 0,
Value = "string",
},
},
PrefixLength = 0,
},
},
Ipv6s = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args
{
Ips = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs
{
PrefixLength = 0,
Value = "string",
},
},
PrefixLength = 0,
},
},
},
},
},
},
ProtocolParameters = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterArgs
{
IcmpObjects = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs
{
IcmpCode = 0,
IcmpType = 0,
},
},
LayerFourProtocolObjects = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs
{
DestinationPortRanges = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs
{
EndPort = 0,
StartPort = 0,
},
},
SourcePortRanges = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs
{
EndPort = 0,
StartPort = 0,
},
},
},
},
ProtocolNumberObjects = new[]
{
new Nutanix.Inputs.PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs
{
ProtocolNumber = 0,
},
},
},
},
},
},
IsBidirectional = false,
},
},
Priority = 0,
VpcExtId = "string",
Description = "string",
ExtId = "string",
Name = "string",
});
example, err := nutanix.NewPbrV2(ctx, "pbrV2Resource", &nutanix.PbrV2Args{
Policies: nutanix.PbrV2PolicyArray{
&nutanix.PbrV2PolicyArgs{
PolicyActions: nutanix.PbrV2PolicyPolicyActionArray{
&nutanix.PbrV2PolicyPolicyActionArgs{
ActionType: pulumi.String("string"),
NexthopIpAddresses: nutanix.PbrV2PolicyPolicyActionNexthopIpAddressArray{
&nutanix.PbrV2PolicyPolicyActionNexthopIpAddressArgs{
Ipv4s: nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv4Array{
&nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
Ipv6s: nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv6Array{
&nutanix.PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
},
},
RerouteParams: nutanix.PbrV2PolicyPolicyActionRerouteParamArray{
&nutanix.PbrV2PolicyPolicyActionRerouteParamArgs{
EgressServiceIps: nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArray{
&nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs{
Ipv4s: nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Array{
&nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
Ipv6s: nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Array{
&nutanix.PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
},
},
IngressServiceIps: nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArray{
&nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs{
Ipv4s: nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Array{
&nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
Ipv6s: nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Array{
&nutanix.PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
},
},
RerouteFallbackAction: pulumi.String("string"),
ServiceIps: nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpArray{
&nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpArgs{
Ipv4s: nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Array{
&nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
Ipv6s: nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Array{
&nutanix.PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
},
},
},
},
},
},
PolicyMatches: nutanix.PbrV2PolicyPolicyMatchArray{
&nutanix.PbrV2PolicyPolicyMatchArgs{
Destinations: nutanix.PbrV2PolicyPolicyMatchDestinationArray{
&nutanix.PbrV2PolicyPolicyMatchDestinationArgs{
AddressType: pulumi.String("string"),
SubnetPrefixes: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixArray{
&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs{
Ipv4s: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Array{
&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args{
Ips: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArray{
&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
PrefixLength: pulumi.Int(0),
},
},
Ipv6s: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Array{
&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args{
Ips: nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArray{
&nutanix.PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
PrefixLength: pulumi.Int(0),
},
},
},
},
},
},
ProtocolType: pulumi.String("string"),
Sources: nutanix.PbrV2PolicyPolicyMatchSourceArray{
&nutanix.PbrV2PolicyPolicyMatchSourceArgs{
AddressType: pulumi.String("string"),
SubnetPrefixes: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixArray{
&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs{
Ipv4s: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Array{
&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args{
Ips: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArray{
&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
PrefixLength: pulumi.Int(0),
},
},
Ipv6s: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Array{
&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args{
Ips: nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArray{
&nutanix.PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs{
PrefixLength: pulumi.Int(0),
Value: pulumi.String("string"),
},
},
PrefixLength: pulumi.Int(0),
},
},
},
},
},
},
ProtocolParameters: nutanix.PbrV2PolicyPolicyMatchProtocolParameterArray{
&nutanix.PbrV2PolicyPolicyMatchProtocolParameterArgs{
IcmpObjects: nutanix.PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArray{
&nutanix.PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs{
IcmpCode: pulumi.Int(0),
IcmpType: pulumi.Int(0),
},
},
LayerFourProtocolObjects: nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArray{
&nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs{
DestinationPortRanges: nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArray{
&nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs{
EndPort: pulumi.Int(0),
StartPort: pulumi.Int(0),
},
},
SourcePortRanges: nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArray{
&nutanix.PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs{
EndPort: pulumi.Int(0),
StartPort: pulumi.Int(0),
},
},
},
},
ProtocolNumberObjects: nutanix.PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArray{
&nutanix.PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs{
ProtocolNumber: pulumi.Int(0),
},
},
},
},
},
},
IsBidirectional: pulumi.Bool(false),
},
},
Priority: pulumi.Int(0),
VpcExtId: pulumi.String("string"),
Description: pulumi.String("string"),
ExtId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var pbrV2Resource = new PbrV2("pbrV2Resource", PbrV2Args.builder()
.policies(PbrV2PolicyArgs.builder()
.policyActions(PbrV2PolicyPolicyActionArgs.builder()
.actionType("string")
.nexthopIpAddresses(PbrV2PolicyPolicyActionNexthopIpAddressArgs.builder()
.ipv4s(PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args.builder()
.prefixLength(0)
.value("string")
.build())
.ipv6s(PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args.builder()
.prefixLength(0)
.value("string")
.build())
.build())
.rerouteParams(PbrV2PolicyPolicyActionRerouteParamArgs.builder()
.egressServiceIps(PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs.builder()
.ipv4s(PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args.builder()
.prefixLength(0)
.value("string")
.build())
.ipv6s(PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args.builder()
.prefixLength(0)
.value("string")
.build())
.build())
.ingressServiceIps(PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs.builder()
.ipv4s(PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args.builder()
.prefixLength(0)
.value("string")
.build())
.ipv6s(PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args.builder()
.prefixLength(0)
.value("string")
.build())
.build())
.rerouteFallbackAction("string")
.serviceIps(PbrV2PolicyPolicyActionRerouteParamServiceIpArgs.builder()
.ipv4s(PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args.builder()
.prefixLength(0)
.value("string")
.build())
.ipv6s(PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args.builder()
.prefixLength(0)
.value("string")
.build())
.build())
.build())
.build())
.policyMatches(PbrV2PolicyPolicyMatchArgs.builder()
.destinations(PbrV2PolicyPolicyMatchDestinationArgs.builder()
.addressType("string")
.subnetPrefixes(PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs.builder()
.ipv4s(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args.builder()
.ips(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs.builder()
.prefixLength(0)
.value("string")
.build())
.prefixLength(0)
.build())
.ipv6s(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args.builder()
.ips(PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs.builder()
.prefixLength(0)
.value("string")
.build())
.prefixLength(0)
.build())
.build())
.build())
.protocolType("string")
.sources(PbrV2PolicyPolicyMatchSourceArgs.builder()
.addressType("string")
.subnetPrefixes(PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs.builder()
.ipv4s(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args.builder()
.ips(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs.builder()
.prefixLength(0)
.value("string")
.build())
.prefixLength(0)
.build())
.ipv6s(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args.builder()
.ips(PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs.builder()
.prefixLength(0)
.value("string")
.build())
.prefixLength(0)
.build())
.build())
.build())
.protocolParameters(PbrV2PolicyPolicyMatchProtocolParameterArgs.builder()
.icmpObjects(PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs.builder()
.icmpCode(0)
.icmpType(0)
.build())
.layerFourProtocolObjects(PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs.builder()
.destinationPortRanges(PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs.builder()
.endPort(0)
.startPort(0)
.build())
.sourcePortRanges(PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs.builder()
.endPort(0)
.startPort(0)
.build())
.build())
.protocolNumberObjects(PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs.builder()
.protocolNumber(0)
.build())
.build())
.build())
.isBidirectional(false)
.build())
.priority(0)
.vpcExtId("string")
.description("string")
.extId("string")
.name("string")
.build());
pbr_v2_resource = nutanix.PbrV2("pbrV2Resource",
policies=[{
"policy_actions": [{
"action_type": "string",
"nexthop_ip_addresses": [{
"ipv4s": [{
"prefix_length": 0,
"value": "string",
}],
"ipv6s": [{
"prefix_length": 0,
"value": "string",
}],
}],
"reroute_params": [{
"egress_service_ips": [{
"ipv4s": [{
"prefix_length": 0,
"value": "string",
}],
"ipv6s": [{
"prefix_length": 0,
"value": "string",
}],
}],
"ingress_service_ips": [{
"ipv4s": [{
"prefix_length": 0,
"value": "string",
}],
"ipv6s": [{
"prefix_length": 0,
"value": "string",
}],
}],
"reroute_fallback_action": "string",
"service_ips": [{
"ipv4s": [{
"prefix_length": 0,
"value": "string",
}],
"ipv6s": [{
"prefix_length": 0,
"value": "string",
}],
}],
}],
}],
"policy_matches": [{
"destinations": [{
"address_type": "string",
"subnet_prefixes": [{
"ipv4s": [{
"ips": [{
"prefix_length": 0,
"value": "string",
}],
"prefix_length": 0,
}],
"ipv6s": [{
"ips": [{
"prefix_length": 0,
"value": "string",
}],
"prefix_length": 0,
}],
}],
}],
"protocol_type": "string",
"sources": [{
"address_type": "string",
"subnet_prefixes": [{
"ipv4s": [{
"ips": [{
"prefix_length": 0,
"value": "string",
}],
"prefix_length": 0,
}],
"ipv6s": [{
"ips": [{
"prefix_length": 0,
"value": "string",
}],
"prefix_length": 0,
}],
}],
}],
"protocol_parameters": [{
"icmp_objects": [{
"icmp_code": 0,
"icmp_type": 0,
}],
"layer_four_protocol_objects": [{
"destination_port_ranges": [{
"end_port": 0,
"start_port": 0,
}],
"source_port_ranges": [{
"end_port": 0,
"start_port": 0,
}],
}],
"protocol_number_objects": [{
"protocol_number": 0,
}],
}],
}],
"is_bidirectional": False,
}],
priority=0,
vpc_ext_id="string",
description="string",
ext_id="string",
name="string")
const pbrV2Resource = new nutanix.PbrV2("pbrV2Resource", {
policies: [{
policyActions: [{
actionType: "string",
nexthopIpAddresses: [{
ipv4s: [{
prefixLength: 0,
value: "string",
}],
ipv6s: [{
prefixLength: 0,
value: "string",
}],
}],
rerouteParams: [{
egressServiceIps: [{
ipv4s: [{
prefixLength: 0,
value: "string",
}],
ipv6s: [{
prefixLength: 0,
value: "string",
}],
}],
ingressServiceIps: [{
ipv4s: [{
prefixLength: 0,
value: "string",
}],
ipv6s: [{
prefixLength: 0,
value: "string",
}],
}],
rerouteFallbackAction: "string",
serviceIps: [{
ipv4s: [{
prefixLength: 0,
value: "string",
}],
ipv6s: [{
prefixLength: 0,
value: "string",
}],
}],
}],
}],
policyMatches: [{
destinations: [{
addressType: "string",
subnetPrefixes: [{
ipv4s: [{
ips: [{
prefixLength: 0,
value: "string",
}],
prefixLength: 0,
}],
ipv6s: [{
ips: [{
prefixLength: 0,
value: "string",
}],
prefixLength: 0,
}],
}],
}],
protocolType: "string",
sources: [{
addressType: "string",
subnetPrefixes: [{
ipv4s: [{
ips: [{
prefixLength: 0,
value: "string",
}],
prefixLength: 0,
}],
ipv6s: [{
ips: [{
prefixLength: 0,
value: "string",
}],
prefixLength: 0,
}],
}],
}],
protocolParameters: [{
icmpObjects: [{
icmpCode: 0,
icmpType: 0,
}],
layerFourProtocolObjects: [{
destinationPortRanges: [{
endPort: 0,
startPort: 0,
}],
sourcePortRanges: [{
endPort: 0,
startPort: 0,
}],
}],
protocolNumberObjects: [{
protocolNumber: 0,
}],
}],
}],
isBidirectional: false,
}],
priority: 0,
vpcExtId: "string",
description: "string",
extId: "string",
name: "string",
});
type: nutanix:PbrV2
properties:
description: string
extId: string
name: string
policies:
- isBidirectional: false
policyActions:
- actionType: string
nexthopIpAddresses:
- ipv4s:
- prefixLength: 0
value: string
ipv6s:
- prefixLength: 0
value: string
rerouteParams:
- egressServiceIps:
- ipv4s:
- prefixLength: 0
value: string
ipv6s:
- prefixLength: 0
value: string
ingressServiceIps:
- ipv4s:
- prefixLength: 0
value: string
ipv6s:
- prefixLength: 0
value: string
rerouteFallbackAction: string
serviceIps:
- ipv4s:
- prefixLength: 0
value: string
ipv6s:
- prefixLength: 0
value: string
policyMatches:
- destinations:
- addressType: string
subnetPrefixes:
- ipv4s:
- ips:
- prefixLength: 0
value: string
prefixLength: 0
ipv6s:
- ips:
- prefixLength: 0
value: string
prefixLength: 0
protocolParameters:
- icmpObjects:
- icmpCode: 0
icmpType: 0
layerFourProtocolObjects:
- destinationPortRanges:
- endPort: 0
startPort: 0
sourcePortRanges:
- endPort: 0
startPort: 0
protocolNumberObjects:
- protocolNumber: 0
protocolType: string
sources:
- addressType: string
subnetPrefixes:
- ipv4s:
- ips:
- prefixLength: 0
value: string
prefixLength: 0
ipv6s:
- ips:
- prefixLength: 0
value: string
prefixLength: 0
priority: 0
vpcExtId: string
PbrV2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PbrV2 resource accepts the following input properties:
- Policies
List<Piers
Karsenbarg. Nutanix. Inputs. Pbr V2Policy> - Priority int
- Vpc
Ext stringId - Description string
- Ext
Id string - Name string
- Policies
[]Pbr
V2Policy Args - Priority int
- Vpc
Ext stringId - Description string
- Ext
Id string - Name string
- policies
List<Pbr
V2Policy> - priority Integer
- vpc
Ext StringId - description String
- ext
Id String - name String
- policies
Pbr
V2Policy[] - priority number
- vpc
Ext stringId - description string
- ext
Id string - name string
- policies
Sequence[Pbr
V2Policy Args] - priority int
- vpc_
ext_ strid - description str
- ext_
id str - name str
- policies List<Property Map>
- priority Number
- vpc
Ext StringId - description String
- ext
Id String - name String
Outputs
All input properties are implicitly available as output properties. Additionally, the PbrV2 resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Pbr V2Link> - Metadatas
List<Piers
Karsenbarg. Nutanix. Outputs. Pbr V2Metadata> - Tenant
Id string - Vpcs
List<Piers
Karsenbarg. Nutanix. Outputs. Pbr V2Vpc>
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]Pbr
V2Link - Metadatas
[]Pbr
V2Metadata - Tenant
Id string - Vpcs
[]Pbr
V2Vpc
- id String
- The provider-assigned unique ID for this managed resource.
- links
List<Pbr
V2Link> - metadatas
List<Pbr
V2Metadata> - tenant
Id String - vpcs
List<Pbr
V2Vpc>
- id string
- The provider-assigned unique ID for this managed resource.
- links
Pbr
V2Link[] - metadatas
Pbr
V2Metadata[] - tenant
Id string - vpcs
Pbr
V2Vpc[]
- id str
- The provider-assigned unique ID for this managed resource.
- links
Sequence[Pbr
V2Link] - metadatas
Sequence[Pbr
V2Metadata] - tenant_
id str - vpcs
Sequence[Pbr
V2Vpc]
- id String
- The provider-assigned unique ID for this managed resource.
- links List<Property Map>
- metadatas List<Property Map>
- tenant
Id String - vpcs List<Property Map>
Look up Existing PbrV2 Resource
Get an existing PbrV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PbrV2State, opts?: CustomResourceOptions): PbrV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
ext_id: Optional[str] = None,
links: Optional[Sequence[PbrV2LinkArgs]] = None,
metadatas: Optional[Sequence[PbrV2MetadataArgs]] = None,
name: Optional[str] = None,
policies: Optional[Sequence[PbrV2PolicyArgs]] = None,
priority: Optional[int] = None,
tenant_id: Optional[str] = None,
vpc_ext_id: Optional[str] = None,
vpcs: Optional[Sequence[PbrV2VpcArgs]] = None) -> PbrV2
func GetPbrV2(ctx *Context, name string, id IDInput, state *PbrV2State, opts ...ResourceOption) (*PbrV2, error)
public static PbrV2 Get(string name, Input<string> id, PbrV2State? state, CustomResourceOptions? opts = null)
public static PbrV2 get(String name, Output<String> id, PbrV2State state, CustomResourceOptions options)
resources: _: type: nutanix:PbrV2 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- Ext
Id string - Links
List<Piers
Karsenbarg. Nutanix. Inputs. Pbr V2Link> - Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Pbr V2Metadata> - Name string
- Policies
List<Piers
Karsenbarg. Nutanix. Inputs. Pbr V2Policy> - Priority int
- Tenant
Id string - Vpc
Ext stringId - Vpcs
List<Piers
Karsenbarg. Nutanix. Inputs. Pbr V2Vpc>
- Description string
- Ext
Id string - Links
[]Pbr
V2Link Args - Metadatas
[]Pbr
V2Metadata Args - Name string
- Policies
[]Pbr
V2Policy Args - Priority int
- Tenant
Id string - Vpc
Ext stringId - Vpcs
[]Pbr
V2Vpc Args
- description String
- ext
Id String - links
List<Pbr
V2Link> - metadatas
List<Pbr
V2Metadata> - name String
- policies
List<Pbr
V2Policy> - priority Integer
- tenant
Id String - vpc
Ext StringId - vpcs
List<Pbr
V2Vpc>
- description string
- ext
Id string - links
Pbr
V2Link[] - metadatas
Pbr
V2Metadata[] - name string
- policies
Pbr
V2Policy[] - priority number
- tenant
Id string - vpc
Ext stringId - vpcs
Pbr
V2Vpc[]
- description String
- ext
Id String - links List<Property Map>
- metadatas List<Property Map>
- name String
- policies List<Property Map>
- priority Number
- tenant
Id String - vpc
Ext StringId - vpcs List<Property Map>
Supporting Types
PbrV2Link, PbrV2LinkArgs
PbrV2Metadata, PbrV2MetadataArgs
- Category
Ids List<ImmutableArray<object>> - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- Category
Ids [][]interface{} - Owner
Reference stringId - Owner
User stringName - Project
Name string - Project
Reference stringId
- category
Ids List<List<Object>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
- category
Ids any[][] - owner
Reference stringId - owner
User stringName - project
Name string - project
Reference stringId
- category_
ids Sequence[Sequence[Any]] - owner_
reference_ strid - owner_
user_ strname - project_
name str - project_
reference_ strid
- category
Ids List<List<Any>> - owner
Reference StringId - owner
User StringName - project
Name String - project
Reference StringId
PbrV2Policy, PbrV2PolicyArgs
PbrV2PolicyPolicyAction, PbrV2PolicyPolicyActionArgs
PbrV2PolicyPolicyActionNexthopIpAddress, PbrV2PolicyPolicyActionNexthopIpAddressArgs
PbrV2PolicyPolicyActionNexthopIpAddressIpv4, PbrV2PolicyPolicyActionNexthopIpAddressIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyActionNexthopIpAddressIpv6, PbrV2PolicyPolicyActionNexthopIpAddressIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyActionRerouteParam, PbrV2PolicyPolicyActionRerouteParamArgs
- Egress
Service List<PiersIps Karsenbarg. Nutanix. Inputs. Pbr V2Policy Policy Action Reroute Param Egress Service Ip> - Ingress
Service List<PiersIps Karsenbarg. Nutanix. Inputs. Pbr V2Policy Policy Action Reroute Param Ingress Service Ip> - Reroute
Fallback stringAction - Service
Ips List<PiersKarsenbarg. Nutanix. Inputs. Pbr V2Policy Policy Action Reroute Param Service Ip>
PbrV2PolicyPolicyActionRerouteParamEgressServiceIp, PbrV2PolicyPolicyActionRerouteParamEgressServiceIpArgs
PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4, PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6, PbrV2PolicyPolicyActionRerouteParamEgressServiceIpIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyActionRerouteParamIngressServiceIp, PbrV2PolicyPolicyActionRerouteParamIngressServiceIpArgs
PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4, PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6, PbrV2PolicyPolicyActionRerouteParamIngressServiceIpIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyActionRerouteParamServiceIp, PbrV2PolicyPolicyActionRerouteParamServiceIpArgs
PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4, PbrV2PolicyPolicyActionRerouteParamServiceIpIpv4Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6, PbrV2PolicyPolicyActionRerouteParamServiceIpIpv6Args
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyMatch, PbrV2PolicyPolicyMatchArgs
PbrV2PolicyPolicyMatchDestination, PbrV2PolicyPolicyMatchDestinationArgs
PbrV2PolicyPolicyMatchDestinationSubnetPrefix, PbrV2PolicyPolicyMatchDestinationSubnetPrefixArgs
PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Args
PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4Ip, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv4IpArgs
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Args
PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6Ip, PbrV2PolicyPolicyMatchDestinationSubnetPrefixIpv6IpArgs
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyMatchProtocolParameter, PbrV2PolicyPolicyMatchProtocolParameterArgs
- Icmp
Objects List<PiersKarsenbarg. Nutanix. Inputs. Pbr V2Policy Policy Match Protocol Parameter Icmp Object> - Layer
Four List<PiersProtocol Objects Karsenbarg. Nutanix. Inputs. Pbr V2Policy Policy Match Protocol Parameter Layer Four Protocol Object> - Protocol
Number List<PiersObjects Karsenbarg. Nutanix. Inputs. Pbr V2Policy Policy Match Protocol Parameter Protocol Number Object>
PbrV2PolicyPolicyMatchProtocolParameterIcmpObject, PbrV2PolicyPolicyMatchProtocolParameterIcmpObjectArgs
PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObject, PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectArgs
PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRange, PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectDestinationPortRangeArgs
- end_
port int - start_
port int
PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRange, PbrV2PolicyPolicyMatchProtocolParameterLayerFourProtocolObjectSourcePortRangeArgs
- end_
port int - start_
port int
PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObject, PbrV2PolicyPolicyMatchProtocolParameterProtocolNumberObjectArgs
- Protocol
Number int
- Protocol
Number int
- protocol
Number Integer
- protocol
Number number
- protocol_
number int
- protocol
Number Number
PbrV2PolicyPolicyMatchSource, PbrV2PolicyPolicyMatchSourceArgs
PbrV2PolicyPolicyMatchSourceSubnetPrefix, PbrV2PolicyPolicyMatchSourceSubnetPrefixArgs
PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Args
PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4Ip, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv4IpArgs
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Args
PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6Ip, PbrV2PolicyPolicyMatchSourceSubnetPrefixIpv6IpArgs
- Prefix
Length int - Value string
- Prefix
Length int - Value string
- prefix
Length Integer - value String
- prefix
Length number - value string
- prefix_
length int - value str
- prefix
Length Number - value String
PbrV2Vpc, PbrV2VpcArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.