fortimanager.ObjectRouterRoutemapRule
Explore with Pulumi AI
Rule.
This resource is a sub resource for variable
rule
of resourcefortimanager.ObjectRouterRoutemap
. Conflict and overwrite may occur if use both of them.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trnameObjectRouterRoutemap = new fortimanager.ObjectRouterRoutemap("trnameObjectRouterRoutemap", {});
const trnameObjectRouterRoutemapRule = new fortimanager.ObjectRouterRoutemapRule("trnameObjectRouterRoutemapRule", {
routeMap: trnameObjectRouterRoutemap.name,
action: "deny",
fosid: 1,
matchCommunity: "Priority_1",
matchExtcommunityExact: "enable",
}, {
dependsOn: [trnameObjectRouterRoutemap],
});
import pulumi
import pulumi_fortimanager as fortimanager
trname_object_router_routemap = fortimanager.ObjectRouterRoutemap("trnameObjectRouterRoutemap")
trname_object_router_routemap_rule = fortimanager.ObjectRouterRoutemapRule("trnameObjectRouterRoutemapRule",
route_map=trname_object_router_routemap.name,
action="deny",
fosid=1,
match_community="Priority_1",
match_extcommunity_exact="enable",
opts = pulumi.ResourceOptions(depends_on=[trname_object_router_routemap]))
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
trnameObjectRouterRoutemap, err := fortimanager.NewObjectRouterRoutemap(ctx, "trnameObjectRouterRoutemap", nil)
if err != nil {
return err
}
_, err = fortimanager.NewObjectRouterRoutemapRule(ctx, "trnameObjectRouterRoutemapRule", &fortimanager.ObjectRouterRoutemapRuleArgs{
RouteMap: trnameObjectRouterRoutemap.Name,
Action: pulumi.String("deny"),
Fosid: pulumi.Float64(1),
MatchCommunity: pulumi.String("Priority_1"),
MatchExtcommunityExact: pulumi.String("enable"),
}, pulumi.DependsOn([]pulumi.Resource{
trnameObjectRouterRoutemap,
}))
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trnameObjectRouterRoutemap = new Fortimanager.ObjectRouterRoutemap("trnameObjectRouterRoutemap");
var trnameObjectRouterRoutemapRule = new Fortimanager.ObjectRouterRoutemapRule("trnameObjectRouterRoutemapRule", new()
{
RouteMap = trnameObjectRouterRoutemap.Name,
Action = "deny",
Fosid = 1,
MatchCommunity = "Priority_1",
MatchExtcommunityExact = "enable",
}, new CustomResourceOptions
{
DependsOn =
{
trnameObjectRouterRoutemap,
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectRouterRoutemap;
import com.pulumi.fortimanager.ObjectRouterRoutemapRule;
import com.pulumi.fortimanager.ObjectRouterRoutemapRuleArgs;
import com.pulumi.resources.CustomResourceOptions;
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) {
var trnameObjectRouterRoutemap = new ObjectRouterRoutemap("trnameObjectRouterRoutemap");
var trnameObjectRouterRoutemapRule = new ObjectRouterRoutemapRule("trnameObjectRouterRoutemapRule", ObjectRouterRoutemapRuleArgs.builder()
.routeMap(trnameObjectRouterRoutemap.name())
.action("deny")
.fosid(1)
.matchCommunity("Priority_1")
.matchExtcommunityExact("enable")
.build(), CustomResourceOptions.builder()
.dependsOn(trnameObjectRouterRoutemap)
.build());
}
}
resources:
trnameObjectRouterRoutemapRule:
type: fortimanager:ObjectRouterRoutemapRule
properties:
routeMap: ${trnameObjectRouterRoutemap.name}
action: deny
fosid: 1
matchCommunity: Priority_1
matchExtcommunityExact: enable
options:
dependsOn:
- ${trnameObjectRouterRoutemap}
trnameObjectRouterRoutemap:
type: fortimanager:ObjectRouterRoutemap
Create ObjectRouterRoutemapRule Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectRouterRoutemapRule(name: string, args: ObjectRouterRoutemapRuleArgs, opts?: CustomResourceOptions);
@overload
def ObjectRouterRoutemapRule(resource_name: str,
args: ObjectRouterRoutemapRuleInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectRouterRoutemapRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
route_map: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
fosid: Optional[float] = None,
match_as_path: Optional[str] = None,
match_community: Optional[str] = None,
match_community_exact: Optional[str] = None,
match_extcommunity: Optional[str] = None,
match_extcommunity_exact: Optional[str] = None,
match_flags: Optional[float] = None,
match_interface: Optional[str] = None,
match_ip6_address: Optional[str] = None,
match_ip6_nexthop: Optional[str] = None,
match_ip_address: Optional[str] = None,
match_ip_nexthop: Optional[str] = None,
match_metric: Optional[str] = None,
match_origin: Optional[str] = None,
match_route_type: Optional[str] = None,
match_tag: Optional[str] = None,
match_vrf: Optional[float] = None,
object_router_routemap_rule_id: Optional[str] = None,
scopetype: Optional[str] = None,
set_aggregator_as: Optional[float] = None,
set_aggregator_ip: Optional[str] = None,
set_aspath_action: Optional[str] = None,
set_aspaths: Optional[Sequence[str]] = None,
set_atomic_aggregate: Optional[str] = None,
set_communities: Optional[Sequence[str]] = None,
set_community_additive: Optional[str] = None,
set_community_delete: Optional[str] = None,
set_dampening_max_suppress: Optional[float] = None,
set_dampening_reachability_half_life: Optional[float] = None,
set_dampening_reuse: Optional[float] = None,
set_dampening_suppress: Optional[float] = None,
set_dampening_unreachability_half_life: Optional[float] = None,
set_extcommunity_rts: Optional[Sequence[str]] = None,
set_extcommunity_soos: Optional[Sequence[str]] = None,
set_flags: Optional[float] = None,
set_ip6_nexthop: Optional[str] = None,
set_ip6_nexthop_local: Optional[str] = None,
set_ip_nexthop: Optional[str] = None,
set_ip_prefsrc: Optional[str] = None,
set_local_preference: Optional[str] = None,
set_metric: Optional[str] = None,
set_metric_type: Optional[str] = None,
set_origin: Optional[str] = None,
set_originator_id: Optional[str] = None,
set_priority: Optional[float] = None,
set_route_tag: Optional[str] = None,
set_tag: Optional[str] = None,
set_vpnv4_nexthop: Optional[str] = None,
set_vpnv6_nexthop: Optional[str] = None,
set_vpnv6_nexthop_local: Optional[str] = None,
set_weight: Optional[str] = None)
func NewObjectRouterRoutemapRule(ctx *Context, name string, args ObjectRouterRoutemapRuleArgs, opts ...ResourceOption) (*ObjectRouterRoutemapRule, error)
public ObjectRouterRoutemapRule(string name, ObjectRouterRoutemapRuleArgs args, CustomResourceOptions? opts = null)
public ObjectRouterRoutemapRule(String name, ObjectRouterRoutemapRuleArgs args)
public ObjectRouterRoutemapRule(String name, ObjectRouterRoutemapRuleArgs args, CustomResourceOptions options)
type: fortimanager:ObjectRouterRoutemapRule
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 ObjectRouterRoutemapRuleArgs
- 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 ObjectRouterRoutemapRuleInitArgs
- 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 ObjectRouterRoutemapRuleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectRouterRoutemapRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectRouterRoutemapRuleArgs
- 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 objectRouterRoutemapRuleResource = new Fortimanager.ObjectRouterRoutemapRule("objectRouterRoutemapRuleResource", new()
{
RouteMap = "string",
Action = "string",
Adom = "string",
Fosid = 0,
MatchAsPath = "string",
MatchCommunity = "string",
MatchCommunityExact = "string",
MatchExtcommunity = "string",
MatchExtcommunityExact = "string",
MatchFlags = 0,
MatchInterface = "string",
MatchIp6Address = "string",
MatchIp6Nexthop = "string",
MatchIpAddress = "string",
MatchIpNexthop = "string",
MatchMetric = "string",
MatchOrigin = "string",
MatchRouteType = "string",
MatchTag = "string",
MatchVrf = 0,
ObjectRouterRoutemapRuleId = "string",
Scopetype = "string",
SetAggregatorAs = 0,
SetAggregatorIp = "string",
SetAspathAction = "string",
SetAspaths = new[]
{
"string",
},
SetAtomicAggregate = "string",
SetCommunities = new[]
{
"string",
},
SetCommunityAdditive = "string",
SetCommunityDelete = "string",
SetDampeningMaxSuppress = 0,
SetDampeningReachabilityHalfLife = 0,
SetDampeningReuse = 0,
SetDampeningSuppress = 0,
SetDampeningUnreachabilityHalfLife = 0,
SetExtcommunityRts = new[]
{
"string",
},
SetExtcommunitySoos = new[]
{
"string",
},
SetFlags = 0,
SetIp6Nexthop = "string",
SetIp6NexthopLocal = "string",
SetIpNexthop = "string",
SetIpPrefsrc = "string",
SetLocalPreference = "string",
SetMetric = "string",
SetMetricType = "string",
SetOrigin = "string",
SetOriginatorId = "string",
SetPriority = 0,
SetRouteTag = "string",
SetTag = "string",
SetVpnv4Nexthop = "string",
SetVpnv6Nexthop = "string",
SetVpnv6NexthopLocal = "string",
SetWeight = "string",
});
example, err := fortimanager.NewObjectRouterRoutemapRule(ctx, "objectRouterRoutemapRuleResource", &fortimanager.ObjectRouterRoutemapRuleArgs{
RouteMap: pulumi.String("string"),
Action: pulumi.String("string"),
Adom: pulumi.String("string"),
Fosid: pulumi.Float64(0),
MatchAsPath: pulumi.String("string"),
MatchCommunity: pulumi.String("string"),
MatchCommunityExact: pulumi.String("string"),
MatchExtcommunity: pulumi.String("string"),
MatchExtcommunityExact: pulumi.String("string"),
MatchFlags: pulumi.Float64(0),
MatchInterface: pulumi.String("string"),
MatchIp6Address: pulumi.String("string"),
MatchIp6Nexthop: pulumi.String("string"),
MatchIpAddress: pulumi.String("string"),
MatchIpNexthop: pulumi.String("string"),
MatchMetric: pulumi.String("string"),
MatchOrigin: pulumi.String("string"),
MatchRouteType: pulumi.String("string"),
MatchTag: pulumi.String("string"),
MatchVrf: pulumi.Float64(0),
ObjectRouterRoutemapRuleId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SetAggregatorAs: pulumi.Float64(0),
SetAggregatorIp: pulumi.String("string"),
SetAspathAction: pulumi.String("string"),
SetAspaths: pulumi.StringArray{
pulumi.String("string"),
},
SetAtomicAggregate: pulumi.String("string"),
SetCommunities: pulumi.StringArray{
pulumi.String("string"),
},
SetCommunityAdditive: pulumi.String("string"),
SetCommunityDelete: pulumi.String("string"),
SetDampeningMaxSuppress: pulumi.Float64(0),
SetDampeningReachabilityHalfLife: pulumi.Float64(0),
SetDampeningReuse: pulumi.Float64(0),
SetDampeningSuppress: pulumi.Float64(0),
SetDampeningUnreachabilityHalfLife: pulumi.Float64(0),
SetExtcommunityRts: pulumi.StringArray{
pulumi.String("string"),
},
SetExtcommunitySoos: pulumi.StringArray{
pulumi.String("string"),
},
SetFlags: pulumi.Float64(0),
SetIp6Nexthop: pulumi.String("string"),
SetIp6NexthopLocal: pulumi.String("string"),
SetIpNexthop: pulumi.String("string"),
SetIpPrefsrc: pulumi.String("string"),
SetLocalPreference: pulumi.String("string"),
SetMetric: pulumi.String("string"),
SetMetricType: pulumi.String("string"),
SetOrigin: pulumi.String("string"),
SetOriginatorId: pulumi.String("string"),
SetPriority: pulumi.Float64(0),
SetRouteTag: pulumi.String("string"),
SetTag: pulumi.String("string"),
SetVpnv4Nexthop: pulumi.String("string"),
SetVpnv6Nexthop: pulumi.String("string"),
SetVpnv6NexthopLocal: pulumi.String("string"),
SetWeight: pulumi.String("string"),
})
var objectRouterRoutemapRuleResource = new ObjectRouterRoutemapRule("objectRouterRoutemapRuleResource", ObjectRouterRoutemapRuleArgs.builder()
.routeMap("string")
.action("string")
.adom("string")
.fosid(0)
.matchAsPath("string")
.matchCommunity("string")
.matchCommunityExact("string")
.matchExtcommunity("string")
.matchExtcommunityExact("string")
.matchFlags(0)
.matchInterface("string")
.matchIp6Address("string")
.matchIp6Nexthop("string")
.matchIpAddress("string")
.matchIpNexthop("string")
.matchMetric("string")
.matchOrigin("string")
.matchRouteType("string")
.matchTag("string")
.matchVrf(0)
.objectRouterRoutemapRuleId("string")
.scopetype("string")
.setAggregatorAs(0)
.setAggregatorIp("string")
.setAspathAction("string")
.setAspaths("string")
.setAtomicAggregate("string")
.setCommunities("string")
.setCommunityAdditive("string")
.setCommunityDelete("string")
.setDampeningMaxSuppress(0)
.setDampeningReachabilityHalfLife(0)
.setDampeningReuse(0)
.setDampeningSuppress(0)
.setDampeningUnreachabilityHalfLife(0)
.setExtcommunityRts("string")
.setExtcommunitySoos("string")
.setFlags(0)
.setIp6Nexthop("string")
.setIp6NexthopLocal("string")
.setIpNexthop("string")
.setIpPrefsrc("string")
.setLocalPreference("string")
.setMetric("string")
.setMetricType("string")
.setOrigin("string")
.setOriginatorId("string")
.setPriority(0)
.setRouteTag("string")
.setTag("string")
.setVpnv4Nexthop("string")
.setVpnv6Nexthop("string")
.setVpnv6NexthopLocal("string")
.setWeight("string")
.build());
object_router_routemap_rule_resource = fortimanager.ObjectRouterRoutemapRule("objectRouterRoutemapRuleResource",
route_map="string",
action="string",
adom="string",
fosid=0,
match_as_path="string",
match_community="string",
match_community_exact="string",
match_extcommunity="string",
match_extcommunity_exact="string",
match_flags=0,
match_interface="string",
match_ip6_address="string",
match_ip6_nexthop="string",
match_ip_address="string",
match_ip_nexthop="string",
match_metric="string",
match_origin="string",
match_route_type="string",
match_tag="string",
match_vrf=0,
object_router_routemap_rule_id="string",
scopetype="string",
set_aggregator_as=0,
set_aggregator_ip="string",
set_aspath_action="string",
set_aspaths=["string"],
set_atomic_aggregate="string",
set_communities=["string"],
set_community_additive="string",
set_community_delete="string",
set_dampening_max_suppress=0,
set_dampening_reachability_half_life=0,
set_dampening_reuse=0,
set_dampening_suppress=0,
set_dampening_unreachability_half_life=0,
set_extcommunity_rts=["string"],
set_extcommunity_soos=["string"],
set_flags=0,
set_ip6_nexthop="string",
set_ip6_nexthop_local="string",
set_ip_nexthop="string",
set_ip_prefsrc="string",
set_local_preference="string",
set_metric="string",
set_metric_type="string",
set_origin="string",
set_originator_id="string",
set_priority=0,
set_route_tag="string",
set_tag="string",
set_vpnv4_nexthop="string",
set_vpnv6_nexthop="string",
set_vpnv6_nexthop_local="string",
set_weight="string")
const objectRouterRoutemapRuleResource = new fortimanager.ObjectRouterRoutemapRule("objectRouterRoutemapRuleResource", {
routeMap: "string",
action: "string",
adom: "string",
fosid: 0,
matchAsPath: "string",
matchCommunity: "string",
matchCommunityExact: "string",
matchExtcommunity: "string",
matchExtcommunityExact: "string",
matchFlags: 0,
matchInterface: "string",
matchIp6Address: "string",
matchIp6Nexthop: "string",
matchIpAddress: "string",
matchIpNexthop: "string",
matchMetric: "string",
matchOrigin: "string",
matchRouteType: "string",
matchTag: "string",
matchVrf: 0,
objectRouterRoutemapRuleId: "string",
scopetype: "string",
setAggregatorAs: 0,
setAggregatorIp: "string",
setAspathAction: "string",
setAspaths: ["string"],
setAtomicAggregate: "string",
setCommunities: ["string"],
setCommunityAdditive: "string",
setCommunityDelete: "string",
setDampeningMaxSuppress: 0,
setDampeningReachabilityHalfLife: 0,
setDampeningReuse: 0,
setDampeningSuppress: 0,
setDampeningUnreachabilityHalfLife: 0,
setExtcommunityRts: ["string"],
setExtcommunitySoos: ["string"],
setFlags: 0,
setIp6Nexthop: "string",
setIp6NexthopLocal: "string",
setIpNexthop: "string",
setIpPrefsrc: "string",
setLocalPreference: "string",
setMetric: "string",
setMetricType: "string",
setOrigin: "string",
setOriginatorId: "string",
setPriority: 0,
setRouteTag: "string",
setTag: "string",
setVpnv4Nexthop: "string",
setVpnv6Nexthop: "string",
setVpnv6NexthopLocal: "string",
setWeight: "string",
});
type: fortimanager:ObjectRouterRoutemapRule
properties:
action: string
adom: string
fosid: 0
matchAsPath: string
matchCommunity: string
matchCommunityExact: string
matchExtcommunity: string
matchExtcommunityExact: string
matchFlags: 0
matchInterface: string
matchIp6Address: string
matchIp6Nexthop: string
matchIpAddress: string
matchIpNexthop: string
matchMetric: string
matchOrigin: string
matchRouteType: string
matchTag: string
matchVrf: 0
objectRouterRoutemapRuleId: string
routeMap: string
scopetype: string
setAggregatorAs: 0
setAggregatorIp: string
setAspathAction: string
setAspaths:
- string
setAtomicAggregate: string
setCommunities:
- string
setCommunityAdditive: string
setCommunityDelete: string
setDampeningMaxSuppress: 0
setDampeningReachabilityHalfLife: 0
setDampeningReuse: 0
setDampeningSuppress: 0
setDampeningUnreachabilityHalfLife: 0
setExtcommunityRts:
- string
setExtcommunitySoos:
- string
setFlags: 0
setIp6Nexthop: string
setIp6NexthopLocal: string
setIpNexthop: string
setIpPrefsrc: string
setLocalPreference: string
setMetric: string
setMetricType: string
setOrigin: string
setOriginatorId: string
setPriority: 0
setRouteTag: string
setTag: string
setVpnv4Nexthop: string
setVpnv6Nexthop: string
setVpnv6NexthopLocal: string
setWeight: string
ObjectRouterRoutemapRule 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 ObjectRouterRoutemapRule resource accepts the following input properties:
- Route
Map string - Route Map.
- Action string
- Action. Valid values:
permit
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- Rule ID.
- Match
As stringPath - Match BGP AS path list.
- Match
Community string - Match BGP community list.
- Match
Community stringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - Match
Extcommunity string - Match BGP extended community list.
- Match
Extcommunity stringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - Match
Flags double - Match-Flags.
- Match
Interface string - Match interface configuration.
- Match
Ip6Address string - Match IPv6 address permitted by access-list6 or prefix-list6.
- Match
Ip6Nexthop string - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- Match
Ip stringAddress - Match IP address permitted by access-list or prefix-list.
- Match
Ip stringNexthop - Match next hop IP address passed by access-list or prefix-list.
- Match
Metric string - Match metric for redistribute routes.
- Match
Origin string - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Match
Route stringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Match
Tag string - Match tag.
- Match
Vrf double - Match VRF ID.
- Object
Router stringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Set
Aggregator doubleAs - BGP aggregator AS.
- Set
Aggregator stringIp - BGP aggregator IP.
- Set
Aspath stringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - Set
Aspaths List<string> - Prepend BGP AS path attribute.
- Set
Atomic stringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - Set
Communities List<string> - BGP community attribute.
- Set
Community stringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - Set
Community stringDelete - Delete communities matching community list.
- Set
Dampening doubleMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- Set
Dampening doubleReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- Set
Dampening doubleReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- Set
Dampening doubleSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- Set
Dampening doubleUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- Set
Extcommunity List<string>Rts - Route Target extended community.
- Set
Extcommunity List<string>Soos - Site-of-Origin extended community.
- Set
Flags double - Set-Flags.
- Set
Ip6Nexthop string - IPv6 global address of next hop.
- Set
Ip6Nexthop stringLocal - IPv6 local address of next hop.
- Set
Ip stringNexthop - IP address of next hop.
- Set
Ip stringPrefsrc - IP address of preferred source.
- Set
Local stringPreference - BGP local preference path attribute.
- Set
Metric string - Metric value.
- Set
Metric stringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Set
Origin string - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Set
Originator stringId - BGP originator ID attribute.
- Set
Priority double - Priority for routing table.
- Set
Route stringTag - Route tag for routing table.
- Set
Tag string - Tag value.
- Set
Vpnv4Nexthop string - IP address of VPNv4 next-hop.
- Set
Vpnv6Nexthop string - IPv6 global address of VPNv6 next-hop.
- Set
Vpnv6Nexthop stringLocal - IPv6 link-local address of VPNv6 next-hop.
- Set
Weight string - BGP weight for routing table.
- Route
Map string - Route Map.
- Action string
- Action. Valid values:
permit
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Rule ID.
- Match
As stringPath - Match BGP AS path list.
- Match
Community string - Match BGP community list.
- Match
Community stringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - Match
Extcommunity string - Match BGP extended community list.
- Match
Extcommunity stringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - Match
Flags float64 - Match-Flags.
- Match
Interface string - Match interface configuration.
- Match
Ip6Address string - Match IPv6 address permitted by access-list6 or prefix-list6.
- Match
Ip6Nexthop string - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- Match
Ip stringAddress - Match IP address permitted by access-list or prefix-list.
- Match
Ip stringNexthop - Match next hop IP address passed by access-list or prefix-list.
- Match
Metric string - Match metric for redistribute routes.
- Match
Origin string - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Match
Route stringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Match
Tag string - Match tag.
- Match
Vrf float64 - Match VRF ID.
- Object
Router stringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Set
Aggregator float64As - BGP aggregator AS.
- Set
Aggregator stringIp - BGP aggregator IP.
- Set
Aspath stringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - Set
Aspaths []string - Prepend BGP AS path attribute.
- Set
Atomic stringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - Set
Communities []string - BGP community attribute.
- Set
Community stringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - Set
Community stringDelete - Delete communities matching community list.
- Set
Dampening float64Max Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- Set
Dampening float64Reachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- Set
Dampening float64Reuse - Value to start reusing a route (1 - 20000, 0 = unset).
- Set
Dampening float64Suppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- Set
Dampening float64Unreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- Set
Extcommunity []stringRts - Route Target extended community.
- Set
Extcommunity []stringSoos - Site-of-Origin extended community.
- Set
Flags float64 - Set-Flags.
- Set
Ip6Nexthop string - IPv6 global address of next hop.
- Set
Ip6Nexthop stringLocal - IPv6 local address of next hop.
- Set
Ip stringNexthop - IP address of next hop.
- Set
Ip stringPrefsrc - IP address of preferred source.
- Set
Local stringPreference - BGP local preference path attribute.
- Set
Metric string - Metric value.
- Set
Metric stringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Set
Origin string - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Set
Originator stringId - BGP originator ID attribute.
- Set
Priority float64 - Priority for routing table.
- Set
Route stringTag - Route tag for routing table.
- Set
Tag string - Tag value.
- Set
Vpnv4Nexthop string - IP address of VPNv4 next-hop.
- Set
Vpnv6Nexthop string - IPv6 global address of VPNv6 next-hop.
- Set
Vpnv6Nexthop stringLocal - IPv6 link-local address of VPNv6 next-hop.
- Set
Weight string - BGP weight for routing table.
- route
Map String - Route Map.
- action String
- Action. Valid values:
permit
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- Rule ID.
- match
As StringPath - Match BGP AS path list.
- match
Community String - Match BGP community list.
- match
Community StringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match
Extcommunity String - Match BGP extended community list.
- match
Extcommunity StringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match
Flags Double - Match-Flags.
- match
Interface String - Match interface configuration.
- match
Ip6Address String - Match IPv6 address permitted by access-list6 or prefix-list6.
- match
Ip6Nexthop String - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match
Ip StringAddress - Match IP address permitted by access-list or prefix-list.
- match
Ip StringNexthop - Match next hop IP address passed by access-list or prefix-list.
- match
Metric String - Match metric for redistribute routes.
- match
Origin String - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match
Route StringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match
Tag String - Match tag.
- match
Vrf Double - Match VRF ID.
- object
Router StringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set
Aggregator DoubleAs - BGP aggregator AS.
- set
Aggregator StringIp - BGP aggregator IP.
- set
Aspath StringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set
Aspaths List<String> - Prepend BGP AS path attribute.
- set
Atomic StringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set
Communities List<String> - BGP community attribute.
- set
Community StringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set
Community StringDelete - Delete communities matching community list.
- set
Dampening DoubleMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set
Dampening DoubleReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set
Dampening DoubleReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set
Dampening DoubleSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set
Dampening DoubleUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set
Extcommunity List<String>Rts - Route Target extended community.
- set
Extcommunity List<String>Soos - Site-of-Origin extended community.
- set
Flags Double - Set-Flags.
- set
Ip6Nexthop String - IPv6 global address of next hop.
- set
Ip6Nexthop StringLocal - IPv6 local address of next hop.
- set
Ip StringNexthop - IP address of next hop.
- set
Ip StringPrefsrc - IP address of preferred source.
- set
Local StringPreference - BGP local preference path attribute.
- set
Metric String - Metric value.
- set
Metric StringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set
Origin String - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set
Originator StringId - BGP originator ID attribute.
- set
Priority Double - Priority for routing table.
- set
Route StringTag - Route tag for routing table.
- set
Tag String - Tag value.
- set
Vpnv4Nexthop String - IP address of VPNv4 next-hop.
- set
Vpnv6Nexthop String - IPv6 global address of VPNv6 next-hop.
- set
Vpnv6Nexthop StringLocal - IPv6 link-local address of VPNv6 next-hop.
- set
Weight String - BGP weight for routing table.
- route
Map string - Route Map.
- action string
- Action. Valid values:
permit
,deny
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- Rule ID.
- match
As stringPath - Match BGP AS path list.
- match
Community string - Match BGP community list.
- match
Community stringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match
Extcommunity string - Match BGP extended community list.
- match
Extcommunity stringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match
Flags number - Match-Flags.
- match
Interface string - Match interface configuration.
- match
Ip6Address string - Match IPv6 address permitted by access-list6 or prefix-list6.
- match
Ip6Nexthop string - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match
Ip stringAddress - Match IP address permitted by access-list or prefix-list.
- match
Ip stringNexthop - Match next hop IP address passed by access-list or prefix-list.
- match
Metric string - Match metric for redistribute routes.
- match
Origin string - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match
Route stringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match
Tag string - Match tag.
- match
Vrf number - Match VRF ID.
- object
Router stringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set
Aggregator numberAs - BGP aggregator AS.
- set
Aggregator stringIp - BGP aggregator IP.
- set
Aspath stringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set
Aspaths string[] - Prepend BGP AS path attribute.
- set
Atomic stringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set
Communities string[] - BGP community attribute.
- set
Community stringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set
Community stringDelete - Delete communities matching community list.
- set
Dampening numberMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set
Dampening numberReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set
Dampening numberReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set
Dampening numberSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set
Dampening numberUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set
Extcommunity string[]Rts - Route Target extended community.
- set
Extcommunity string[]Soos - Site-of-Origin extended community.
- set
Flags number - Set-Flags.
- set
Ip6Nexthop string - IPv6 global address of next hop.
- set
Ip6Nexthop stringLocal - IPv6 local address of next hop.
- set
Ip stringNexthop - IP address of next hop.
- set
Ip stringPrefsrc - IP address of preferred source.
- set
Local stringPreference - BGP local preference path attribute.
- set
Metric string - Metric value.
- set
Metric stringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set
Origin string - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set
Originator stringId - BGP originator ID attribute.
- set
Priority number - Priority for routing table.
- set
Route stringTag - Route tag for routing table.
- set
Tag string - Tag value.
- set
Vpnv4Nexthop string - IP address of VPNv4 next-hop.
- set
Vpnv6Nexthop string - IPv6 global address of VPNv6 next-hop.
- set
Vpnv6Nexthop stringLocal - IPv6 link-local address of VPNv6 next-hop.
- set
Weight string - BGP weight for routing table.
- route_
map str - Route Map.
- action str
- Action. Valid values:
permit
,deny
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid float
- Rule ID.
- match_
as_ strpath - Match BGP AS path list.
- match_
community str - Match BGP community list.
- match_
community_ strexact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match_
extcommunity str - Match BGP extended community list.
- match_
extcommunity_ strexact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match_
flags float - Match-Flags.
- match_
interface str - Match interface configuration.
- match_
ip6_ straddress - Match IPv6 address permitted by access-list6 or prefix-list6.
- match_
ip6_ strnexthop - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match_
ip_ straddress - Match IP address permitted by access-list or prefix-list.
- match_
ip_ strnexthop - Match next hop IP address passed by access-list or prefix-list.
- match_
metric str - Match metric for redistribute routes.
- match_
origin str - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match_
route_ strtype - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match_
tag str - Match tag.
- match_
vrf float - Match VRF ID.
- object_
router_ strroutemap_ rule_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set_
aggregator_ floatas - BGP aggregator AS.
- set_
aggregator_ strip - BGP aggregator IP.
- set_
aspath_ straction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set_
aspaths Sequence[str] - Prepend BGP AS path attribute.
- set_
atomic_ straggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set_
communities Sequence[str] - BGP community attribute.
- set_
community_ stradditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set_
community_ strdelete - Delete communities matching community list.
- set_
dampening_ floatmax_ suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set_
dampening_ floatreachability_ half_ life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set_
dampening_ floatreuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set_
dampening_ floatsuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set_
dampening_ floatunreachability_ half_ life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set_
extcommunity_ Sequence[str]rts - Route Target extended community.
- set_
extcommunity_ Sequence[str]soos - Site-of-Origin extended community.
- set_
flags float - Set-Flags.
- set_
ip6_ strnexthop - IPv6 global address of next hop.
- set_
ip6_ strnexthop_ local - IPv6 local address of next hop.
- set_
ip_ strnexthop - IP address of next hop.
- set_
ip_ strprefsrc - IP address of preferred source.
- set_
local_ strpreference - BGP local preference path attribute.
- set_
metric str - Metric value.
- set_
metric_ strtype - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set_
origin str - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set_
originator_ strid - BGP originator ID attribute.
- set_
priority float - Priority for routing table.
- set_
route_ strtag - Route tag for routing table.
- set_
tag str - Tag value.
- set_
vpnv4_ strnexthop - IP address of VPNv4 next-hop.
- set_
vpnv6_ strnexthop - IPv6 global address of VPNv6 next-hop.
- set_
vpnv6_ strnexthop_ local - IPv6 link-local address of VPNv6 next-hop.
- set_
weight str - BGP weight for routing table.
- route
Map String - Route Map.
- action String
- Action. Valid values:
permit
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- Rule ID.
- match
As StringPath - Match BGP AS path list.
- match
Community String - Match BGP community list.
- match
Community StringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match
Extcommunity String - Match BGP extended community list.
- match
Extcommunity StringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match
Flags Number - Match-Flags.
- match
Interface String - Match interface configuration.
- match
Ip6Address String - Match IPv6 address permitted by access-list6 or prefix-list6.
- match
Ip6Nexthop String - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match
Ip StringAddress - Match IP address permitted by access-list or prefix-list.
- match
Ip StringNexthop - Match next hop IP address passed by access-list or prefix-list.
- match
Metric String - Match metric for redistribute routes.
- match
Origin String - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match
Route StringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match
Tag String - Match tag.
- match
Vrf Number - Match VRF ID.
- object
Router StringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set
Aggregator NumberAs - BGP aggregator AS.
- set
Aggregator StringIp - BGP aggregator IP.
- set
Aspath StringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set
Aspaths List<String> - Prepend BGP AS path attribute.
- set
Atomic StringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set
Communities List<String> - BGP community attribute.
- set
Community StringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set
Community StringDelete - Delete communities matching community list.
- set
Dampening NumberMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set
Dampening NumberReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set
Dampening NumberReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set
Dampening NumberSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set
Dampening NumberUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set
Extcommunity List<String>Rts - Route Target extended community.
- set
Extcommunity List<String>Soos - Site-of-Origin extended community.
- set
Flags Number - Set-Flags.
- set
Ip6Nexthop String - IPv6 global address of next hop.
- set
Ip6Nexthop StringLocal - IPv6 local address of next hop.
- set
Ip StringNexthop - IP address of next hop.
- set
Ip StringPrefsrc - IP address of preferred source.
- set
Local StringPreference - BGP local preference path attribute.
- set
Metric String - Metric value.
- set
Metric StringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set
Origin String - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set
Originator StringId - BGP originator ID attribute.
- set
Priority Number - Priority for routing table.
- set
Route StringTag - Route tag for routing table.
- set
Tag String - Tag value.
- set
Vpnv4Nexthop String - IP address of VPNv4 next-hop.
- set
Vpnv6Nexthop String - IPv6 global address of VPNv6 next-hop.
- set
Vpnv6Nexthop StringLocal - IPv6 link-local address of VPNv6 next-hop.
- set
Weight String - BGP weight for routing table.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectRouterRoutemapRule resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ObjectRouterRoutemapRule Resource
Get an existing ObjectRouterRoutemapRule 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?: ObjectRouterRoutemapRuleState, opts?: CustomResourceOptions): ObjectRouterRoutemapRule
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
fosid: Optional[float] = None,
match_as_path: Optional[str] = None,
match_community: Optional[str] = None,
match_community_exact: Optional[str] = None,
match_extcommunity: Optional[str] = None,
match_extcommunity_exact: Optional[str] = None,
match_flags: Optional[float] = None,
match_interface: Optional[str] = None,
match_ip6_address: Optional[str] = None,
match_ip6_nexthop: Optional[str] = None,
match_ip_address: Optional[str] = None,
match_ip_nexthop: Optional[str] = None,
match_metric: Optional[str] = None,
match_origin: Optional[str] = None,
match_route_type: Optional[str] = None,
match_tag: Optional[str] = None,
match_vrf: Optional[float] = None,
object_router_routemap_rule_id: Optional[str] = None,
route_map: Optional[str] = None,
scopetype: Optional[str] = None,
set_aggregator_as: Optional[float] = None,
set_aggregator_ip: Optional[str] = None,
set_aspath_action: Optional[str] = None,
set_aspaths: Optional[Sequence[str]] = None,
set_atomic_aggregate: Optional[str] = None,
set_communities: Optional[Sequence[str]] = None,
set_community_additive: Optional[str] = None,
set_community_delete: Optional[str] = None,
set_dampening_max_suppress: Optional[float] = None,
set_dampening_reachability_half_life: Optional[float] = None,
set_dampening_reuse: Optional[float] = None,
set_dampening_suppress: Optional[float] = None,
set_dampening_unreachability_half_life: Optional[float] = None,
set_extcommunity_rts: Optional[Sequence[str]] = None,
set_extcommunity_soos: Optional[Sequence[str]] = None,
set_flags: Optional[float] = None,
set_ip6_nexthop: Optional[str] = None,
set_ip6_nexthop_local: Optional[str] = None,
set_ip_nexthop: Optional[str] = None,
set_ip_prefsrc: Optional[str] = None,
set_local_preference: Optional[str] = None,
set_metric: Optional[str] = None,
set_metric_type: Optional[str] = None,
set_origin: Optional[str] = None,
set_originator_id: Optional[str] = None,
set_priority: Optional[float] = None,
set_route_tag: Optional[str] = None,
set_tag: Optional[str] = None,
set_vpnv4_nexthop: Optional[str] = None,
set_vpnv6_nexthop: Optional[str] = None,
set_vpnv6_nexthop_local: Optional[str] = None,
set_weight: Optional[str] = None) -> ObjectRouterRoutemapRule
func GetObjectRouterRoutemapRule(ctx *Context, name string, id IDInput, state *ObjectRouterRoutemapRuleState, opts ...ResourceOption) (*ObjectRouterRoutemapRule, error)
public static ObjectRouterRoutemapRule Get(string name, Input<string> id, ObjectRouterRoutemapRuleState? state, CustomResourceOptions? opts = null)
public static ObjectRouterRoutemapRule get(String name, Output<String> id, ObjectRouterRoutemapRuleState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectRouterRoutemapRule 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.
- Action string
- Action. Valid values:
permit
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- Rule ID.
- Match
As stringPath - Match BGP AS path list.
- Match
Community string - Match BGP community list.
- Match
Community stringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - Match
Extcommunity string - Match BGP extended community list.
- Match
Extcommunity stringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - Match
Flags double - Match-Flags.
- Match
Interface string - Match interface configuration.
- Match
Ip6Address string - Match IPv6 address permitted by access-list6 or prefix-list6.
- Match
Ip6Nexthop string - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- Match
Ip stringAddress - Match IP address permitted by access-list or prefix-list.
- Match
Ip stringNexthop - Match next hop IP address passed by access-list or prefix-list.
- Match
Metric string - Match metric for redistribute routes.
- Match
Origin string - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Match
Route stringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Match
Tag string - Match tag.
- Match
Vrf double - Match VRF ID.
- Object
Router stringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- Route
Map string - Route Map.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Set
Aggregator doubleAs - BGP aggregator AS.
- Set
Aggregator stringIp - BGP aggregator IP.
- Set
Aspath stringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - Set
Aspaths List<string> - Prepend BGP AS path attribute.
- Set
Atomic stringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - Set
Communities List<string> - BGP community attribute.
- Set
Community stringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - Set
Community stringDelete - Delete communities matching community list.
- Set
Dampening doubleMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- Set
Dampening doubleReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- Set
Dampening doubleReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- Set
Dampening doubleSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- Set
Dampening doubleUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- Set
Extcommunity List<string>Rts - Route Target extended community.
- Set
Extcommunity List<string>Soos - Site-of-Origin extended community.
- Set
Flags double - Set-Flags.
- Set
Ip6Nexthop string - IPv6 global address of next hop.
- Set
Ip6Nexthop stringLocal - IPv6 local address of next hop.
- Set
Ip stringNexthop - IP address of next hop.
- Set
Ip stringPrefsrc - IP address of preferred source.
- Set
Local stringPreference - BGP local preference path attribute.
- Set
Metric string - Metric value.
- Set
Metric stringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Set
Origin string - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Set
Originator stringId - BGP originator ID attribute.
- Set
Priority double - Priority for routing table.
- Set
Route stringTag - Route tag for routing table.
- Set
Tag string - Tag value.
- Set
Vpnv4Nexthop string - IP address of VPNv4 next-hop.
- Set
Vpnv6Nexthop string - IPv6 global address of VPNv6 next-hop.
- Set
Vpnv6Nexthop stringLocal - IPv6 link-local address of VPNv6 next-hop.
- Set
Weight string - BGP weight for routing table.
- Action string
- Action. Valid values:
permit
,deny
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- Rule ID.
- Match
As stringPath - Match BGP AS path list.
- Match
Community string - Match BGP community list.
- Match
Community stringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - Match
Extcommunity string - Match BGP extended community list.
- Match
Extcommunity stringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - Match
Flags float64 - Match-Flags.
- Match
Interface string - Match interface configuration.
- Match
Ip6Address string - Match IPv6 address permitted by access-list6 or prefix-list6.
- Match
Ip6Nexthop string - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- Match
Ip stringAddress - Match IP address permitted by access-list or prefix-list.
- Match
Ip stringNexthop - Match next hop IP address passed by access-list or prefix-list.
- Match
Metric string - Match metric for redistribute routes.
- Match
Origin string - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Match
Route stringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Match
Tag string - Match tag.
- Match
Vrf float64 - Match VRF ID.
- Object
Router stringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- Route
Map string - Route Map.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Set
Aggregator float64As - BGP aggregator AS.
- Set
Aggregator stringIp - BGP aggregator IP.
- Set
Aspath stringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - Set
Aspaths []string - Prepend BGP AS path attribute.
- Set
Atomic stringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - Set
Communities []string - BGP community attribute.
- Set
Community stringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - Set
Community stringDelete - Delete communities matching community list.
- Set
Dampening float64Max Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- Set
Dampening float64Reachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- Set
Dampening float64Reuse - Value to start reusing a route (1 - 20000, 0 = unset).
- Set
Dampening float64Suppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- Set
Dampening float64Unreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- Set
Extcommunity []stringRts - Route Target extended community.
- Set
Extcommunity []stringSoos - Site-of-Origin extended community.
- Set
Flags float64 - Set-Flags.
- Set
Ip6Nexthop string - IPv6 global address of next hop.
- Set
Ip6Nexthop stringLocal - IPv6 local address of next hop.
- Set
Ip stringNexthop - IP address of next hop.
- Set
Ip stringPrefsrc - IP address of preferred source.
- Set
Local stringPreference - BGP local preference path attribute.
- Set
Metric string - Metric value.
- Set
Metric stringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - Set
Origin string - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - Set
Originator stringId - BGP originator ID attribute.
- Set
Priority float64 - Priority for routing table.
- Set
Route stringTag - Route tag for routing table.
- Set
Tag string - Tag value.
- Set
Vpnv4Nexthop string - IP address of VPNv4 next-hop.
- Set
Vpnv6Nexthop string - IPv6 global address of VPNv6 next-hop.
- Set
Vpnv6Nexthop stringLocal - IPv6 link-local address of VPNv6 next-hop.
- Set
Weight string - BGP weight for routing table.
- action String
- Action. Valid values:
permit
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- Rule ID.
- match
As StringPath - Match BGP AS path list.
- match
Community String - Match BGP community list.
- match
Community StringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match
Extcommunity String - Match BGP extended community list.
- match
Extcommunity StringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match
Flags Double - Match-Flags.
- match
Interface String - Match interface configuration.
- match
Ip6Address String - Match IPv6 address permitted by access-list6 or prefix-list6.
- match
Ip6Nexthop String - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match
Ip StringAddress - Match IP address permitted by access-list or prefix-list.
- match
Ip StringNexthop - Match next hop IP address passed by access-list or prefix-list.
- match
Metric String - Match metric for redistribute routes.
- match
Origin String - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match
Route StringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match
Tag String - Match tag.
- match
Vrf Double - Match VRF ID.
- object
Router StringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- route
Map String - Route Map.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set
Aggregator DoubleAs - BGP aggregator AS.
- set
Aggregator StringIp - BGP aggregator IP.
- set
Aspath StringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set
Aspaths List<String> - Prepend BGP AS path attribute.
- set
Atomic StringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set
Communities List<String> - BGP community attribute.
- set
Community StringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set
Community StringDelete - Delete communities matching community list.
- set
Dampening DoubleMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set
Dampening DoubleReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set
Dampening DoubleReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set
Dampening DoubleSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set
Dampening DoubleUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set
Extcommunity List<String>Rts - Route Target extended community.
- set
Extcommunity List<String>Soos - Site-of-Origin extended community.
- set
Flags Double - Set-Flags.
- set
Ip6Nexthop String - IPv6 global address of next hop.
- set
Ip6Nexthop StringLocal - IPv6 local address of next hop.
- set
Ip StringNexthop - IP address of next hop.
- set
Ip StringPrefsrc - IP address of preferred source.
- set
Local StringPreference - BGP local preference path attribute.
- set
Metric String - Metric value.
- set
Metric StringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set
Origin String - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set
Originator StringId - BGP originator ID attribute.
- set
Priority Double - Priority for routing table.
- set
Route StringTag - Route tag for routing table.
- set
Tag String - Tag value.
- set
Vpnv4Nexthop String - IP address of VPNv4 next-hop.
- set
Vpnv6Nexthop String - IPv6 global address of VPNv6 next-hop.
- set
Vpnv6Nexthop StringLocal - IPv6 link-local address of VPNv6 next-hop.
- set
Weight String - BGP weight for routing table.
- action string
- Action. Valid values:
permit
,deny
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- Rule ID.
- match
As stringPath - Match BGP AS path list.
- match
Community string - Match BGP community list.
- match
Community stringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match
Extcommunity string - Match BGP extended community list.
- match
Extcommunity stringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match
Flags number - Match-Flags.
- match
Interface string - Match interface configuration.
- match
Ip6Address string - Match IPv6 address permitted by access-list6 or prefix-list6.
- match
Ip6Nexthop string - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match
Ip stringAddress - Match IP address permitted by access-list or prefix-list.
- match
Ip stringNexthop - Match next hop IP address passed by access-list or prefix-list.
- match
Metric string - Match metric for redistribute routes.
- match
Origin string - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match
Route stringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match
Tag string - Match tag.
- match
Vrf number - Match VRF ID.
- object
Router stringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- route
Map string - Route Map.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set
Aggregator numberAs - BGP aggregator AS.
- set
Aggregator stringIp - BGP aggregator IP.
- set
Aspath stringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set
Aspaths string[] - Prepend BGP AS path attribute.
- set
Atomic stringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set
Communities string[] - BGP community attribute.
- set
Community stringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set
Community stringDelete - Delete communities matching community list.
- set
Dampening numberMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set
Dampening numberReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set
Dampening numberReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set
Dampening numberSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set
Dampening numberUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set
Extcommunity string[]Rts - Route Target extended community.
- set
Extcommunity string[]Soos - Site-of-Origin extended community.
- set
Flags number - Set-Flags.
- set
Ip6Nexthop string - IPv6 global address of next hop.
- set
Ip6Nexthop stringLocal - IPv6 local address of next hop.
- set
Ip stringNexthop - IP address of next hop.
- set
Ip stringPrefsrc - IP address of preferred source.
- set
Local stringPreference - BGP local preference path attribute.
- set
Metric string - Metric value.
- set
Metric stringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set
Origin string - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set
Originator stringId - BGP originator ID attribute.
- set
Priority number - Priority for routing table.
- set
Route stringTag - Route tag for routing table.
- set
Tag string - Tag value.
- set
Vpnv4Nexthop string - IP address of VPNv4 next-hop.
- set
Vpnv6Nexthop string - IPv6 global address of VPNv6 next-hop.
- set
Vpnv6Nexthop stringLocal - IPv6 link-local address of VPNv6 next-hop.
- set
Weight string - BGP weight for routing table.
- action str
- Action. Valid values:
permit
,deny
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid float
- Rule ID.
- match_
as_ strpath - Match BGP AS path list.
- match_
community str - Match BGP community list.
- match_
community_ strexact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match_
extcommunity str - Match BGP extended community list.
- match_
extcommunity_ strexact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match_
flags float - Match-Flags.
- match_
interface str - Match interface configuration.
- match_
ip6_ straddress - Match IPv6 address permitted by access-list6 or prefix-list6.
- match_
ip6_ strnexthop - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match_
ip_ straddress - Match IP address permitted by access-list or prefix-list.
- match_
ip_ strnexthop - Match next hop IP address passed by access-list or prefix-list.
- match_
metric str - Match metric for redistribute routes.
- match_
origin str - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match_
route_ strtype - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match_
tag str - Match tag.
- match_
vrf float - Match VRF ID.
- object_
router_ strroutemap_ rule_ id - an identifier for the resource with format {{fosid}}.
- route_
map str - Route Map.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set_
aggregator_ floatas - BGP aggregator AS.
- set_
aggregator_ strip - BGP aggregator IP.
- set_
aspath_ straction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set_
aspaths Sequence[str] - Prepend BGP AS path attribute.
- set_
atomic_ straggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set_
communities Sequence[str] - BGP community attribute.
- set_
community_ stradditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set_
community_ strdelete - Delete communities matching community list.
- set_
dampening_ floatmax_ suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set_
dampening_ floatreachability_ half_ life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set_
dampening_ floatreuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set_
dampening_ floatsuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set_
dampening_ floatunreachability_ half_ life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set_
extcommunity_ Sequence[str]rts - Route Target extended community.
- set_
extcommunity_ Sequence[str]soos - Site-of-Origin extended community.
- set_
flags float - Set-Flags.
- set_
ip6_ strnexthop - IPv6 global address of next hop.
- set_
ip6_ strnexthop_ local - IPv6 local address of next hop.
- set_
ip_ strnexthop - IP address of next hop.
- set_
ip_ strprefsrc - IP address of preferred source.
- set_
local_ strpreference - BGP local preference path attribute.
- set_
metric str - Metric value.
- set_
metric_ strtype - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set_
origin str - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set_
originator_ strid - BGP originator ID attribute.
- set_
priority float - Priority for routing table.
- set_
route_ strtag - Route tag for routing table.
- set_
tag str - Tag value.
- set_
vpnv4_ strnexthop - IP address of VPNv4 next-hop.
- set_
vpnv6_ strnexthop - IPv6 global address of VPNv6 next-hop.
- set_
vpnv6_ strnexthop_ local - IPv6 link-local address of VPNv6 next-hop.
- set_
weight str - BGP weight for routing table.
- action String
- Action. Valid values:
permit
,deny
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- Rule ID.
- match
As StringPath - Match BGP AS path list.
- match
Community String - Match BGP community list.
- match
Community StringExact - Enable/disable exact matching of communities. Valid values:
disable
,enable
. - match
Extcommunity String - Match BGP extended community list.
- match
Extcommunity StringExact - Enable/disable exact matching of extended communities. Valid values:
disable
,enable
. - match
Flags Number - Match-Flags.
- match
Interface String - Match interface configuration.
- match
Ip6Address String - Match IPv6 address permitted by access-list6 or prefix-list6.
- match
Ip6Nexthop String - Match next hop IPv6 address passed by access-list6 or prefix-list6.
- match
Ip StringAddress - Match IP address permitted by access-list or prefix-list.
- match
Ip StringNexthop - Match next hop IP address passed by access-list or prefix-list.
- match
Metric String - Match metric for redistribute routes.
- match
Origin String - Match BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - match
Route StringType - Match route type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - match
Tag String - Match tag.
- match
Vrf Number - Match VRF ID.
- object
Router StringRoutemap Rule Id - an identifier for the resource with format {{fosid}}.
- route
Map String - Route Map.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - set
Aggregator NumberAs - BGP aggregator AS.
- set
Aggregator StringIp - BGP aggregator IP.
- set
Aspath StringAction - Specify preferred action of set-aspath. Valid values:
prepend
,replace
. - set
Aspaths List<String> - Prepend BGP AS path attribute.
- set
Atomic StringAggregate - Enable/disable BGP atomic aggregate attribute. Valid values:
disable
,enable
. - set
Communities List<String> - BGP community attribute.
- set
Community StringAdditive - Enable/disable adding set-community to existing community. Valid values:
disable
,enable
. - set
Community StringDelete - Delete communities matching community list.
- set
Dampening NumberMax Suppress - Maximum duration to suppress a route (1 - 255 min, 0 = unset).
- set
Dampening NumberReachability Half Life - Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
- set
Dampening NumberReuse - Value to start reusing a route (1 - 20000, 0 = unset).
- set
Dampening NumberSuppress - Value to start suppressing a route (1 - 20000, 0 = unset).
- set
Dampening NumberUnreachability Half Life - Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
- set
Extcommunity List<String>Rts - Route Target extended community.
- set
Extcommunity List<String>Soos - Site-of-Origin extended community.
- set
Flags Number - Set-Flags.
- set
Ip6Nexthop String - IPv6 global address of next hop.
- set
Ip6Nexthop StringLocal - IPv6 local address of next hop.
- set
Ip StringNexthop - IP address of next hop.
- set
Ip StringPrefsrc - IP address of preferred source.
- set
Local StringPreference - BGP local preference path attribute.
- set
Metric String - Metric value.
- set
Metric StringType - Metric type. Valid values:
1
,2
,none
,external-type1
,external-type2
. - set
Origin String - BGP origin code. Valid values:
none
,egp
,igp
,incomplete
. - set
Originator StringId - BGP originator ID attribute.
- set
Priority Number - Priority for routing table.
- set
Route StringTag - Route tag for routing table.
- set
Tag String - Tag value.
- set
Vpnv4Nexthop String - IP address of VPNv4 next-hop.
- set
Vpnv6Nexthop String - IPv6 global address of VPNv6 next-hop.
- set
Vpnv6Nexthop StringLocal - IPv6 link-local address of VPNv6 next-hop.
- set
Weight String - BGP weight for routing table.
Import
ObjectRouter RouteMapRule can be imported using any of these accepted formats:
Set import_options = [“route_map=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectRouterRoutemapRule:ObjectRouterRoutemapRule labelname {{fosid}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.