Skip to content

Commit 35d722d

Browse files
committed
rename evpn_topologies attribute to org_evpn_topologies
1 parent e5c3c61 commit 35d722d

File tree

6 files changed

+55802
-82
lines changed

6 files changed

+55802
-82
lines changed

Diff for: docs/data-sources/org_evpn_topologies.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ data "mist_org_evpn_topologies" "org_evpn_topologies" {
3030

3131
### Read-Only
3232

33-
- `evpn_topologies` (Attributes Set) (see [below for nested schema](#nestedatt--evpn_topologies))
33+
- `org_evpn_topologies` (Attributes Set) (see [below for nested schema](#nestedatt--org_evpn_topologies))
3434

35-
<a id="nestedatt--evpn_topologies"></a>
36-
### Nested Schema for `evpn_topologies`
35+
<a id="nestedatt--org_evpn_topologies"></a>
36+
### Nested Schema for `org_evpn_topologies`
3737

3838
Read-Only:
3939

4040
- `created_time` (Number) when the object has been created, in epoch
41-
- `evpn_options` (Attributes) EVPN Options (see [below for nested schema](#nestedatt--evpn_topologies--evpn_options))
41+
- `evpn_options` (Attributes) EVPN Options (see [below for nested schema](#nestedatt--org_evpn_topologies--evpn_options))
4242
- `id` (String) Unique ID of the object instance in the Mist Organnization
4343
- `modified_time` (Number) when the object has been modified for the last time, in epoch
4444
- `name` (String)
4545
- `org_id` (String)
4646
- `pod_names` (Map of String) Property key is the pod number
4747

48-
<a id="nestedatt--evpn_topologies--evpn_options"></a>
49-
### Nested Schema for `evpn_topologies.evpn_options`
48+
<a id="nestedatt--org_evpn_topologies--evpn_options"></a>
49+
### Nested Schema for `org_evpn_topologies.evpn_options`
5050

5151
Read-Only:
5252

@@ -55,22 +55,22 @@ Read-Only:
5555
- `auto_router_id_subnet` (String) optional, this generates router_id automatically, if specified, `router_id_prefix` is ignored
5656
- `auto_router_id_subnet6` (String) optional, this generates router_id automatically, if specified, `router_id_prefix` is ignored
5757
- `core_as_border` (Boolean) optional, for ERB or CLOS, you can either use esilag to upstream routers or to also be the virtual-gateway. When `routed_at` != `core`, whether to do virtual-gateway at core as well
58-
- `overlay` (Attributes) (see [below for nested schema](#nestedatt--evpn_topologies--evpn_options--overlay))
58+
- `overlay` (Attributes) (see [below for nested schema](#nestedatt--org_evpn_topologies--evpn_options--overlay))
5959
- `per_vlan_vga_v4_mac` (Boolean) only for by Core-Distribution architecture when `evpn_options.routed_at`==`core`. By default, JUNOS uses 00-00-5e-00-01-01 as the virtual-gateway-address's v4_mac. If enabled, 00-00-5e-00-XX-YY will be used (where XX=vlan_id/256, YY=vlan_id%256)'
6060
- `routed_at` (String) optional, where virtual-gateway should reside. enum: `core`, `distribution`, `edge`
61-
- `underlay` (Attributes) (see [below for nested schema](#nestedatt--evpn_topologies--evpn_options--underlay))
62-
- `vs_instances` (Attributes Map) optional, for EX9200 only to seggregate virtual-switches (see [below for nested schema](#nestedatt--evpn_topologies--evpn_options--vs_instances))
61+
- `underlay` (Attributes) (see [below for nested schema](#nestedatt--org_evpn_topologies--evpn_options--underlay))
62+
- `vs_instances` (Attributes Map) optional, for EX9200 only to seggregate virtual-switches (see [below for nested schema](#nestedatt--org_evpn_topologies--evpn_options--vs_instances))
6363

64-
<a id="nestedatt--evpn_topologies--evpn_options--overlay"></a>
65-
### Nested Schema for `evpn_topologies.evpn_options.overlay`
64+
<a id="nestedatt--org_evpn_topologies--evpn_options--overlay"></a>
65+
### Nested Schema for `org_evpn_topologies.evpn_options.overlay`
6666

6767
Read-Only:
6868

6969
- `as` (Number) Overlay BGP Local AS Number
7070

7171

72-
<a id="nestedatt--evpn_topologies--evpn_options--underlay"></a>
73-
### Nested Schema for `evpn_topologies.evpn_options.underlay`
72+
<a id="nestedatt--org_evpn_topologies--evpn_options--underlay"></a>
73+
### Nested Schema for `org_evpn_topologies.evpn_options.underlay`
7474

7575
Read-Only:
7676

@@ -80,8 +80,8 @@ Read-Only:
8080
- `use_ipv6` (Boolean) if v6 is desired for underlay
8181

8282

83-
<a id="nestedatt--evpn_topologies--evpn_options--vs_instances"></a>
84-
### Nested Schema for `evpn_topologies.evpn_options.vs_instances`
83+
<a id="nestedatt--org_evpn_topologies--evpn_options--vs_instances"></a>
84+
### Nested Schema for `org_evpn_topologies.evpn_options.vs_instances`
8585

8686
Read-Only:
8787

0 commit comments

Comments
 (0)