fortimanager.ObjectRouterRoutemap
Explore with Pulumi AI
Configure route maps.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
rule
:fortimanager.ObjectRouterRoutemapRule
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
trname:
type: fortimanager:ObjectRouterRoutemap
properties:
comment: This is a Terraform example
rules:
- action: deny
id: 1
matchCommunity: Priority_1
matchExtcommunityExact: enable
Create ObjectRouterRoutemap Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectRouterRoutemap(name: string, args?: ObjectRouterRoutemapArgs, opts?: CustomResourceOptions);
@overload
def ObjectRouterRoutemap(resource_name: str,
args: Optional[ObjectRouterRoutemapArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectRouterRoutemap(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
comments: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_router_routemap_id: Optional[str] = None,
rules: Optional[Sequence[ObjectRouterRoutemapRuleArgs]] = None,
scopetype: Optional[str] = None)
func NewObjectRouterRoutemap(ctx *Context, name string, args *ObjectRouterRoutemapArgs, opts ...ResourceOption) (*ObjectRouterRoutemap, error)
public ObjectRouterRoutemap(string name, ObjectRouterRoutemapArgs? args = null, CustomResourceOptions? opts = null)
public ObjectRouterRoutemap(String name, ObjectRouterRoutemapArgs args)
public ObjectRouterRoutemap(String name, ObjectRouterRoutemapArgs args, CustomResourceOptions options)
type: fortimanager:ObjectRouterRoutemap
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 ObjectRouterRoutemapArgs
- 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 ObjectRouterRoutemapArgs
- 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 ObjectRouterRoutemapArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectRouterRoutemapArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectRouterRoutemapArgs
- 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 objectRouterRoutemapResource = new Fortimanager.ObjectRouterRoutemap("objectRouterRoutemapResource", new()
{
Adom = "string",
Comments = "string",
DynamicSortSubtable = "string",
Name = "string",
ObjectRouterRoutemapId = "string",
Rules = new[]
{
new Fortimanager.Inputs.ObjectRouterRoutemapRuleArgs
{
Action = "string",
Id = 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,
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",
},
},
Scopetype = "string",
});
example, err := fortimanager.NewObjectRouterRoutemap(ctx, "objectRouterRoutemapResource", &fortimanager.ObjectRouterRoutemapArgs{
Adom: pulumi.String("string"),
Comments: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectRouterRoutemapId: pulumi.String("string"),
Rules: .ObjectRouterRoutemapRuleTypeArray{
&.ObjectRouterRoutemapRuleTypeArgs{
Action: pulumi.String("string"),
Id: 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),
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"),
},
},
Scopetype: pulumi.String("string"),
})
var objectRouterRoutemapResource = new ObjectRouterRoutemap("objectRouterRoutemapResource", ObjectRouterRoutemapArgs.builder()
.adom("string")
.comments("string")
.dynamicSortSubtable("string")
.name("string")
.objectRouterRoutemapId("string")
.rules(ObjectRouterRoutemapRuleArgs.builder()
.action("string")
.id(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)
.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())
.scopetype("string")
.build());
object_router_routemap_resource = fortimanager.ObjectRouterRoutemap("objectRouterRoutemapResource",
adom="string",
comments="string",
dynamic_sort_subtable="string",
name="string",
object_router_routemap_id="string",
rules=[{
"action": "string",
"id": 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,
"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",
}],
scopetype="string")
const objectRouterRoutemapResource = new fortimanager.ObjectRouterRoutemap("objectRouterRoutemapResource", {
adom: "string",
comments: "string",
dynamicSortSubtable: "string",
name: "string",
objectRouterRoutemapId: "string",
rules: [{
action: "string",
id: 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,
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",
}],
scopetype: "string",
});
type: fortimanager:ObjectRouterRoutemap
properties:
adom: string
comments: string
dynamicSortSubtable: string
name: string
objectRouterRoutemapId: string
rules:
- action: string
id: 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
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
scopetype: string
ObjectRouterRoutemap 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 ObjectRouterRoutemap resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Optional comments.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Name string
- Name.
- Object
Router stringRoutemap Id - an identifier for the resource with format {{name}}.
- Rules
List<Object
Router Routemap Rule> - Rule. The structure of
rule
block is documented below. - 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Optional comments.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Name string
- Name.
- Object
Router stringRoutemap Id - an identifier for the resource with format {{name}}.
- Rules
[]Object
Router Routemap Rule Type Args - Rule. The structure of
rule
block is documented below. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Optional comments.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name String
- Name.
- object
Router StringRoutemap Id - an identifier for the resource with format {{name}}.
- rules
List<Object
Router Routemap Rule> - Rule. The structure of
rule
block is documented below. - 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments string
- Optional comments.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name string
- Name.
- object
Router stringRoutemap Id - an identifier for the resource with format {{name}}.
- rules
Object
Router Routemap Rule[] - Rule. The structure of
rule
block is documented below. - 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments str
- Optional comments.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name str
- Name.
- object_
router_ strroutemap_ id - an identifier for the resource with format {{name}}.
- rules
Sequence[Object
Router Routemap Rule Args] - Rule. The structure of
rule
block is documented below. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Optional comments.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name String
- Name.
- object
Router StringRoutemap Id - an identifier for the resource with format {{name}}.
- rules List<Property Map>
- Rule. The structure of
rule
block is documented below. - 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectRouterRoutemap 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 ObjectRouterRoutemap Resource
Get an existing ObjectRouterRoutemap 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?: ObjectRouterRoutemapState, opts?: CustomResourceOptions): ObjectRouterRoutemap
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
comments: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_router_routemap_id: Optional[str] = None,
rules: Optional[Sequence[ObjectRouterRoutemapRuleArgs]] = None,
scopetype: Optional[str] = None) -> ObjectRouterRoutemap
func GetObjectRouterRoutemap(ctx *Context, name string, id IDInput, state *ObjectRouterRoutemapState, opts ...ResourceOption) (*ObjectRouterRoutemap, error)
public static ObjectRouterRoutemap Get(string name, Input<string> id, ObjectRouterRoutemapState? state, CustomResourceOptions? opts = null)
public static ObjectRouterRoutemap get(String name, Output<String> id, ObjectRouterRoutemapState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectRouterRoutemap 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Optional comments.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Name string
- Name.
- Object
Router stringRoutemap Id - an identifier for the resource with format {{name}}.
- Rules
List<Object
Router Routemap Rule> - Rule. The structure of
rule
block is documented below. - 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Optional comments.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Name string
- Name.
- Object
Router stringRoutemap Id - an identifier for the resource with format {{name}}.
- Rules
[]Object
Router Routemap Rule Type Args - Rule. The structure of
rule
block is documented below. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Optional comments.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name String
- Name.
- object
Router StringRoutemap Id - an identifier for the resource with format {{name}}.
- rules
List<Object
Router Routemap Rule> - Rule. The structure of
rule
block is documented below. - 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments string
- Optional comments.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name string
- Name.
- object
Router stringRoutemap Id - an identifier for the resource with format {{name}}.
- rules
Object
Router Routemap Rule[] - Rule. The structure of
rule
block is documented below. - 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments str
- Optional comments.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name str
- Name.
- object_
router_ strroutemap_ id - an identifier for the resource with format {{name}}.
- rules
Sequence[Object
Router Routemap Rule Args] - Rule. The structure of
rule
block is documented below. - 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Optional comments.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- name String
- Name.
- object
Router StringRoutemap Id - an identifier for the resource with format {{name}}.
- rules List<Property Map>
- Rule. The structure of
rule
block is documented below. - 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
.
Supporting Types
ObjectRouterRoutemapRule, ObjectRouterRoutemapRuleArgs
- Action string
- Action. Valid values:
permit
,deny
. - Id 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.
- 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
. - Id 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.
- 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
. - id 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.
- 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
. - id 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.
- 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
. - id 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.
- 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
. - id 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.
- 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 RouteMap can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectRouterRoutemap:ObjectRouterRoutemap labelname {{name}}
$ 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.