nsxt.PolicyGatewayRouteMap
Explore with Pulumi AI
Create PolicyGatewayRouteMap Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PolicyGatewayRouteMap(name: string, args: PolicyGatewayRouteMapArgs, opts?: CustomResourceOptions);
@overload
def PolicyGatewayRouteMap(resource_name: str,
args: PolicyGatewayRouteMapArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PolicyGatewayRouteMap(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
entries: Optional[Sequence[PolicyGatewayRouteMapEntryArgs]] = None,
gateway_path: Optional[str] = None,
description: Optional[str] = None,
nsx_id: Optional[str] = None,
policy_gateway_route_map_id: Optional[str] = None,
tags: Optional[Sequence[PolicyGatewayRouteMapTagArgs]] = None)
func NewPolicyGatewayRouteMap(ctx *Context, name string, args PolicyGatewayRouteMapArgs, opts ...ResourceOption) (*PolicyGatewayRouteMap, error)
public PolicyGatewayRouteMap(string name, PolicyGatewayRouteMapArgs args, CustomResourceOptions? opts = null)
public PolicyGatewayRouteMap(String name, PolicyGatewayRouteMapArgs args)
public PolicyGatewayRouteMap(String name, PolicyGatewayRouteMapArgs args, CustomResourceOptions options)
type: nsxt:PolicyGatewayRouteMap
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 PolicyGatewayRouteMapArgs
- 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 PolicyGatewayRouteMapArgs
- 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 PolicyGatewayRouteMapArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PolicyGatewayRouteMapArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PolicyGatewayRouteMapArgs
- 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 policyGatewayRouteMapResource = new Nsxt.PolicyGatewayRouteMap("policyGatewayRouteMapResource", new()
{
DisplayName = "string",
Entries = new[]
{
new Nsxt.Inputs.PolicyGatewayRouteMapEntryArgs
{
Action = "string",
CommunityListMatches = new[]
{
new Nsxt.Inputs.PolicyGatewayRouteMapEntryCommunityListMatchArgs
{
Criteria = "string",
MatchOperator = "string",
},
},
PrefixListMatches = new[]
{
"string",
},
Set = new Nsxt.Inputs.PolicyGatewayRouteMapEntrySetArgs
{
AsPathPrepend = "string",
Community = "string",
LocalPreference = 0,
Med = 0,
PreferGlobalV6NextHop = false,
Weight = 0,
},
},
},
GatewayPath = "string",
Description = "string",
NsxId = "string",
PolicyGatewayRouteMapId = "string",
Tags = new[]
{
new Nsxt.Inputs.PolicyGatewayRouteMapTagArgs
{
Scope = "string",
Tag = "string",
},
},
});
example, err := nsxt.NewPolicyGatewayRouteMap(ctx, "policyGatewayRouteMapResource", &nsxt.PolicyGatewayRouteMapArgs{
DisplayName: pulumi.String("string"),
Entries: nsxt.PolicyGatewayRouteMapEntryArray{
&nsxt.PolicyGatewayRouteMapEntryArgs{
Action: pulumi.String("string"),
CommunityListMatches: nsxt.PolicyGatewayRouteMapEntryCommunityListMatchArray{
&nsxt.PolicyGatewayRouteMapEntryCommunityListMatchArgs{
Criteria: pulumi.String("string"),
MatchOperator: pulumi.String("string"),
},
},
PrefixListMatches: pulumi.StringArray{
pulumi.String("string"),
},
Set: &nsxt.PolicyGatewayRouteMapEntrySetArgs{
AsPathPrepend: pulumi.String("string"),
Community: pulumi.String("string"),
LocalPreference: pulumi.Float64(0),
Med: pulumi.Float64(0),
PreferGlobalV6NextHop: pulumi.Bool(false),
Weight: pulumi.Float64(0),
},
},
},
GatewayPath: pulumi.String("string"),
Description: pulumi.String("string"),
NsxId: pulumi.String("string"),
PolicyGatewayRouteMapId: pulumi.String("string"),
Tags: nsxt.PolicyGatewayRouteMapTagArray{
&nsxt.PolicyGatewayRouteMapTagArgs{
Scope: pulumi.String("string"),
Tag: pulumi.String("string"),
},
},
})
var policyGatewayRouteMapResource = new PolicyGatewayRouteMap("policyGatewayRouteMapResource", PolicyGatewayRouteMapArgs.builder()
.displayName("string")
.entries(PolicyGatewayRouteMapEntryArgs.builder()
.action("string")
.communityListMatches(PolicyGatewayRouteMapEntryCommunityListMatchArgs.builder()
.criteria("string")
.matchOperator("string")
.build())
.prefixListMatches("string")
.set(PolicyGatewayRouteMapEntrySetArgs.builder()
.asPathPrepend("string")
.community("string")
.localPreference(0)
.med(0)
.preferGlobalV6NextHop(false)
.weight(0)
.build())
.build())
.gatewayPath("string")
.description("string")
.nsxId("string")
.policyGatewayRouteMapId("string")
.tags(PolicyGatewayRouteMapTagArgs.builder()
.scope("string")
.tag("string")
.build())
.build());
policy_gateway_route_map_resource = nsxt.PolicyGatewayRouteMap("policyGatewayRouteMapResource",
display_name="string",
entries=[{
"action": "string",
"community_list_matches": [{
"criteria": "string",
"match_operator": "string",
}],
"prefix_list_matches": ["string"],
"set": {
"as_path_prepend": "string",
"community": "string",
"local_preference": 0,
"med": 0,
"prefer_global_v6_next_hop": False,
"weight": 0,
},
}],
gateway_path="string",
description="string",
nsx_id="string",
policy_gateway_route_map_id="string",
tags=[{
"scope": "string",
"tag": "string",
}])
const policyGatewayRouteMapResource = new nsxt.PolicyGatewayRouteMap("policyGatewayRouteMapResource", {
displayName: "string",
entries: [{
action: "string",
communityListMatches: [{
criteria: "string",
matchOperator: "string",
}],
prefixListMatches: ["string"],
set: {
asPathPrepend: "string",
community: "string",
localPreference: 0,
med: 0,
preferGlobalV6NextHop: false,
weight: 0,
},
}],
gatewayPath: "string",
description: "string",
nsxId: "string",
policyGatewayRouteMapId: "string",
tags: [{
scope: "string",
tag: "string",
}],
});
type: nsxt:PolicyGatewayRouteMap
properties:
description: string
displayName: string
entries:
- action: string
communityListMatches:
- criteria: string
matchOperator: string
prefixListMatches:
- string
set:
asPathPrepend: string
community: string
localPreference: 0
med: 0
preferGlobalV6NextHop: false
weight: 0
gatewayPath: string
nsxId: string
policyGatewayRouteMapId: string
tags:
- scope: string
tag: string
PolicyGatewayRouteMap 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 PolicyGatewayRouteMap resource accepts the following input properties:
- Display
Name string - Display name of the resource.
- Entries
List<Policy
Gateway Route Map Entry> - List of entries for the Route Map.
- Gateway
Path string - Policy path of relevant Tier0 Gateway.
- Description string
- Description of the resource.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Policy
Gateway stringRoute Map Id - ID of the resource.
- List<Policy
Gateway Route Map Tag> - A list of scope + tag pairs to associate with this resource.
- Display
Name string - Display name of the resource.
- Entries
[]Policy
Gateway Route Map Entry Args - List of entries for the Route Map.
- Gateway
Path string - Policy path of relevant Tier0 Gateway.
- Description string
- Description of the resource.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Policy
Gateway stringRoute Map Id - ID of the resource.
- []Policy
Gateway Route Map Tag Args - A list of scope + tag pairs to associate with this resource.
- display
Name String - Display name of the resource.
- entries
List<Policy
Gateway Route Map Entry> - List of entries for the Route Map.
- gateway
Path String - Policy path of relevant Tier0 Gateway.
- description String
- Description of the resource.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy
Gateway StringRoute Map Id - ID of the resource.
- List<Policy
Gateway Route Map Tag> - A list of scope + tag pairs to associate with this resource.
- display
Name string - Display name of the resource.
- entries
Policy
Gateway Route Map Entry[] - List of entries for the Route Map.
- gateway
Path string - Policy path of relevant Tier0 Gateway.
- description string
- Description of the resource.
- nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy
Gateway stringRoute Map Id - ID of the resource.
- Policy
Gateway Route Map Tag[] - A list of scope + tag pairs to associate with this resource.
- display_
name str - Display name of the resource.
- entries
Sequence[Policy
Gateway Route Map Entry Args] - List of entries for the Route Map.
- gateway_
path str - Policy path of relevant Tier0 Gateway.
- description str
- Description of the resource.
- nsx_
id str - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy_
gateway_ strroute_ map_ id - ID of the resource.
- Sequence[Policy
Gateway Route Map Tag Args] - A list of scope + tag pairs to associate with this resource.
- display
Name String - Display name of the resource.
- entries List<Property Map>
- List of entries for the Route Map.
- gateway
Path String - Policy path of relevant Tier0 Gateway.
- description String
- Description of the resource.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- policy
Gateway StringRoute Map Id - ID of the resource.
- List<Property Map>
- A list of scope + tag pairs to associate with this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the PolicyGatewayRouteMap resource produces the following output properties:
Look up Existing PolicyGatewayRouteMap Resource
Get an existing PolicyGatewayRouteMap 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?: PolicyGatewayRouteMapState, opts?: CustomResourceOptions): PolicyGatewayRouteMap
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
entries: Optional[Sequence[PolicyGatewayRouteMapEntryArgs]] = None,
gateway_path: Optional[str] = None,
nsx_id: Optional[str] = None,
path: Optional[str] = None,
policy_gateway_route_map_id: Optional[str] = None,
revision: Optional[float] = None,
tags: Optional[Sequence[PolicyGatewayRouteMapTagArgs]] = None) -> PolicyGatewayRouteMap
func GetPolicyGatewayRouteMap(ctx *Context, name string, id IDInput, state *PolicyGatewayRouteMapState, opts ...ResourceOption) (*PolicyGatewayRouteMap, error)
public static PolicyGatewayRouteMap Get(string name, Input<string> id, PolicyGatewayRouteMapState? state, CustomResourceOptions? opts = null)
public static PolicyGatewayRouteMap get(String name, Output<String> id, PolicyGatewayRouteMapState state, CustomResourceOptions options)
resources: _: type: nsxt:PolicyGatewayRouteMap get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource.
- Entries
List<Policy
Gateway Route Map Entry> - List of entries for the Route Map.
- Gateway
Path string - Policy path of relevant Tier0 Gateway.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Path string
- The NSX path of the policy resource.
- Policy
Gateway stringRoute Map Id - ID of the resource.
- Revision double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- List<Policy
Gateway Route Map Tag> - A list of scope + tag pairs to associate with this resource.
- Description string
- Description of the resource.
- Display
Name string - Display name of the resource.
- Entries
[]Policy
Gateway Route Map Entry Args - List of entries for the Route Map.
- Gateway
Path string - Policy path of relevant Tier0 Gateway.
- Nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- Path string
- The NSX path of the policy resource.
- Policy
Gateway stringRoute Map Id - ID of the resource.
- Revision float64
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- []Policy
Gateway Route Map Tag Args - A list of scope + tag pairs to associate with this resource.
- description String
- Description of the resource.
- display
Name String - Display name of the resource.
- entries
List<Policy
Gateway Route Map Entry> - List of entries for the Route Map.
- gateway
Path String - Policy path of relevant Tier0 Gateway.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- path String
- The NSX path of the policy resource.
- policy
Gateway StringRoute Map Id - ID of the resource.
- revision Double
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- List<Policy
Gateway Route Map Tag> - A list of scope + tag pairs to associate with this resource.
- description string
- Description of the resource.
- display
Name string - Display name of the resource.
- entries
Policy
Gateway Route Map Entry[] - List of entries for the Route Map.
- gateway
Path string - Policy path of relevant Tier0 Gateway.
- nsx
Id string - The NSX ID of this resource. If set, this ID will be used to create the resource.
- path string
- The NSX path of the policy resource.
- policy
Gateway stringRoute Map Id - ID of the resource.
- revision number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Policy
Gateway Route Map Tag[] - A list of scope + tag pairs to associate with this resource.
- description str
- Description of the resource.
- display_
name str - Display name of the resource.
- entries
Sequence[Policy
Gateway Route Map Entry Args] - List of entries for the Route Map.
- gateway_
path str - Policy path of relevant Tier0 Gateway.
- nsx_
id str - The NSX ID of this resource. If set, this ID will be used to create the resource.
- path str
- The NSX path of the policy resource.
- policy_
gateway_ strroute_ map_ id - ID of the resource.
- revision float
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- Sequence[Policy
Gateway Route Map Tag Args] - A list of scope + tag pairs to associate with this resource.
- description String
- Description of the resource.
- display
Name String - Display name of the resource.
- entries List<Property Map>
- List of entries for the Route Map.
- gateway
Path String - Policy path of relevant Tier0 Gateway.
- nsx
Id String - The NSX ID of this resource. If set, this ID will be used to create the resource.
- path String
- The NSX path of the policy resource.
- policy
Gateway StringRoute Map Id - ID of the resource.
- revision Number
- Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
- List<Property Map>
- A list of scope + tag pairs to associate with this resource.
Supporting Types
PolicyGatewayRouteMapEntry, PolicyGatewayRouteMapEntryArgs
- Action string
- Action for the route map entry, either
PERMIT
orDENY
, with default beingPERMIT
. - Community
List List<PolicyMatches Gateway Route Map Entry Community List Match> - List of Prefix List match criteria for route map. Cannot be configured together with
prefix_list_matches
. If configured together,prefix_list_matches
will be ignored. - Prefix
List List<string>Matches - List of policy paths for Prefix Lists configured on this Gateway. Cannot be configured together with
community_list_match
. If configured together,prefix_list_matches
will be ignored. - Set
Policy
Gateway Route Map Entry Set - Set criteria for route map entry.
- Action string
- Action for the route map entry, either
PERMIT
orDENY
, with default beingPERMIT
. - Community
List []PolicyMatches Gateway Route Map Entry Community List Match - List of Prefix List match criteria for route map. Cannot be configured together with
prefix_list_matches
. If configured together,prefix_list_matches
will be ignored. - Prefix
List []stringMatches - List of policy paths for Prefix Lists configured on this Gateway. Cannot be configured together with
community_list_match
. If configured together,prefix_list_matches
will be ignored. - Set
Policy
Gateway Route Map Entry Set - Set criteria for route map entry.
- action String
- Action for the route map entry, either
PERMIT
orDENY
, with default beingPERMIT
. - community
List List<PolicyMatches Gateway Route Map Entry Community List Match> - List of Prefix List match criteria for route map. Cannot be configured together with
prefix_list_matches
. If configured together,prefix_list_matches
will be ignored. - prefix
List List<String>Matches - List of policy paths for Prefix Lists configured on this Gateway. Cannot be configured together with
community_list_match
. If configured together,prefix_list_matches
will be ignored. - set
Policy
Gateway Route Map Entry Set - Set criteria for route map entry.
- action string
- Action for the route map entry, either
PERMIT
orDENY
, with default beingPERMIT
. - community
List PolicyMatches Gateway Route Map Entry Community List Match[] - List of Prefix List match criteria for route map. Cannot be configured together with
prefix_list_matches
. If configured together,prefix_list_matches
will be ignored. - prefix
List string[]Matches - List of policy paths for Prefix Lists configured on this Gateway. Cannot be configured together with
community_list_match
. If configured together,prefix_list_matches
will be ignored. - set
Policy
Gateway Route Map Entry Set - Set criteria for route map entry.
- action str
- Action for the route map entry, either
PERMIT
orDENY
, with default beingPERMIT
. - community_
list_ Sequence[Policymatches Gateway Route Map Entry Community List Match] - List of Prefix List match criteria for route map. Cannot be configured together with
prefix_list_matches
. If configured together,prefix_list_matches
will be ignored. - prefix_
list_ Sequence[str]matches - List of policy paths for Prefix Lists configured on this Gateway. Cannot be configured together with
community_list_match
. If configured together,prefix_list_matches
will be ignored. - set
Policy
Gateway Route Map Entry Set - Set criteria for route map entry.
- action String
- Action for the route map entry, either
PERMIT
orDENY
, with default beingPERMIT
. - community
List List<Property Map>Matches - List of Prefix List match criteria for route map. Cannot be configured together with
prefix_list_matches
. If configured together,prefix_list_matches
will be ignored. - prefix
List List<String>Matches - List of policy paths for Prefix Lists configured on this Gateway. Cannot be configured together with
community_list_match
. If configured together,prefix_list_matches
will be ignored. - set Property Map
- Set criteria for route map entry.
PolicyGatewayRouteMapEntryCommunityListMatch, PolicyGatewayRouteMapEntryCommunityListMatchArgs
- Criteria string
- Community list path or a regular expression.
- Match
Operator string - Match operator for the criteria, one of
MATCH_ANY
,MATCH_ALL
,MATCH_EXACT
,MATCH_COMMUNITY_REGEX
,MATCH_LARGE_COMMUNITY_REGEX
. Only last two operators can be used together with regular expression criteria.
- Criteria string
- Community list path or a regular expression.
- Match
Operator string - Match operator for the criteria, one of
MATCH_ANY
,MATCH_ALL
,MATCH_EXACT
,MATCH_COMMUNITY_REGEX
,MATCH_LARGE_COMMUNITY_REGEX
. Only last two operators can be used together with regular expression criteria.
- criteria String
- Community list path or a regular expression.
- match
Operator String - Match operator for the criteria, one of
MATCH_ANY
,MATCH_ALL
,MATCH_EXACT
,MATCH_COMMUNITY_REGEX
,MATCH_LARGE_COMMUNITY_REGEX
. Only last two operators can be used together with regular expression criteria.
- criteria string
- Community list path or a regular expression.
- match
Operator string - Match operator for the criteria, one of
MATCH_ANY
,MATCH_ALL
,MATCH_EXACT
,MATCH_COMMUNITY_REGEX
,MATCH_LARGE_COMMUNITY_REGEX
. Only last two operators can be used together with regular expression criteria.
- criteria str
- Community list path or a regular expression.
- match_
operator str - Match operator for the criteria, one of
MATCH_ANY
,MATCH_ALL
,MATCH_EXACT
,MATCH_COMMUNITY_REGEX
,MATCH_LARGE_COMMUNITY_REGEX
. Only last two operators can be used together with regular expression criteria.
- criteria String
- Community list path or a regular expression.
- match
Operator String - Match operator for the criteria, one of
MATCH_ANY
,MATCH_ALL
,MATCH_EXACT
,MATCH_COMMUNITY_REGEX
,MATCH_LARGE_COMMUNITY_REGEX
. Only last two operators can be used together with regular expression criteria.
PolicyGatewayRouteMapEntrySet, PolicyGatewayRouteMapEntrySetArgs
- As
Path stringPrepend - Autonomous System (AS) path prepend to influence route selection.
- Community string
- BGP regular or large community for matching routes.
- Local
Preference double - Local preference indicates the degree of preference for one BGP route over other BGP routes.
- Med double
- Multi Exit Descriminator (lower value is preferred over higher value).
- Prefer
Global boolV6Next Hop - Indicator whether to prefer IPv6 global address over link-local as the next hop.
- Weight double
- Weight is used to select a route when multiple routes are available to the same network.
- As
Path stringPrepend - Autonomous System (AS) path prepend to influence route selection.
- Community string
- BGP regular or large community for matching routes.
- Local
Preference float64 - Local preference indicates the degree of preference for one BGP route over other BGP routes.
- Med float64
- Multi Exit Descriminator (lower value is preferred over higher value).
- Prefer
Global boolV6Next Hop - Indicator whether to prefer IPv6 global address over link-local as the next hop.
- Weight float64
- Weight is used to select a route when multiple routes are available to the same network.
- as
Path StringPrepend - Autonomous System (AS) path prepend to influence route selection.
- community String
- BGP regular or large community for matching routes.
- local
Preference Double - Local preference indicates the degree of preference for one BGP route over other BGP routes.
- med Double
- Multi Exit Descriminator (lower value is preferred over higher value).
- prefer
Global BooleanV6Next Hop - Indicator whether to prefer IPv6 global address over link-local as the next hop.
- weight Double
- Weight is used to select a route when multiple routes are available to the same network.
- as
Path stringPrepend - Autonomous System (AS) path prepend to influence route selection.
- community string
- BGP regular or large community for matching routes.
- local
Preference number - Local preference indicates the degree of preference for one BGP route over other BGP routes.
- med number
- Multi Exit Descriminator (lower value is preferred over higher value).
- prefer
Global booleanV6Next Hop - Indicator whether to prefer IPv6 global address over link-local as the next hop.
- weight number
- Weight is used to select a route when multiple routes are available to the same network.
- as_
path_ strprepend - Autonomous System (AS) path prepend to influence route selection.
- community str
- BGP regular or large community for matching routes.
- local_
preference float - Local preference indicates the degree of preference for one BGP route over other BGP routes.
- med float
- Multi Exit Descriminator (lower value is preferred over higher value).
- prefer_
global_ boolv6_ next_ hop - Indicator whether to prefer IPv6 global address over link-local as the next hop.
- weight float
- Weight is used to select a route when multiple routes are available to the same network.
- as
Path StringPrepend - Autonomous System (AS) path prepend to influence route selection.
- community String
- BGP regular or large community for matching routes.
- local
Preference Number - Local preference indicates the degree of preference for one BGP route over other BGP routes.
- med Number
- Multi Exit Descriminator (lower value is preferred over higher value).
- prefer
Global BooleanV6Next Hop - Indicator whether to prefer IPv6 global address over link-local as the next hop.
- weight Number
- Weight is used to select a route when multiple routes are available to the same network.
PolicyGatewayRouteMapTag, PolicyGatewayRouteMapTagArgs
Package Details
- Repository
- nsxt vmware/terraform-provider-nsxt
- License
- Notes
- This Pulumi package is based on the
nsxt
Terraform Provider.