Skip to content

Commit bacd9a2

Browse files
committed
Auto generated from API Specifications for 20.10.8
1 parent 8f184fd commit bacd9a2

47 files changed

Lines changed: 1846 additions & 35 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/conf.pyc

0 Bytes
Binary file not shown.

doc/v6/nubgpneighbor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attributes
1212
----------
1313

1414

15-
- ``bfd_enabled``: Enable or disable Bidirectional Forwarding Detection for this BGP neighbor
15+
- ``bfd_enabled``: Enable or disable Bidirectional Forwarding Detection for this BGP neighbor. Not Applicable for third-party Netconf Gateways.
1616

1717
- ``ip_type``: It can be either IPv4 or IPv6
1818

doc/v6/nudeploymentfailure.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Parents
9292

9393
- :ref:`nubridgeinterface.NUBridgeInterface<nubridgeinterface>`
9494

95+
- :ref:`nunetconfglobalconfiguration.NUNetconfGlobalConfiguration<nunetconfglobalconfiguration>`
96+
9597
- :ref:`nugateway.NUGateway<nugateway>`
9698

9799
- :ref:`nul2domain.NUL2Domain<nul2domain>`

doc/v6/nudomain.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Attributes
1212
----------
1313

1414

15+
- ``l2_domain_aggregation_enabled``: Indicates if L2 Domain Aggregation is enabled on this Domain.
16+
1517
- ``pat_enabled``: Indicates whether PAT is enabled for the subnets in this domain - ENABLED/DISABLED Possible values are ENABLED, DISABLED.
1618

1719
- ``ecmp_count``: Domain specific Equal-cost multi-path routing count, ECMPCount = 1 means no ECMP
@@ -28,6 +30,10 @@ Attributes
2830

2931
- ``dpi``: determines whether or not Deep packet inspection is enabled
3032

33+
- ``ipv4_ibgp_max_paths`` (**Mandatory**): IPv4 IBGP Max Paths. Applicable for third-party Netconf Gateways only
34+
35+
- ``ipv6_ibgp_max_paths`` (**Mandatory**): IPv6 IBGP Max Paths. Applicable for third-party Netconf Gateways only
36+
3137
- ``grt_enabled``: Determines if GRT is enabled on this domain.
3238

3339
- ``evpnrt5_type``: Determines whether EVPN-RT5 are enabled on this domain.
@@ -114,6 +120,16 @@ Attributes
114120

115121
- ``domain_vlanid``: None
116122

123+
- ``loopback_intf_description``: Loopback Interface description.
124+
125+
- ``loopback_intf_enabled``: Indicates if Loopback interface is enabled or not. Applicable for third-party Netconf Gateways only.
126+
127+
- ``loopback_intf_ipv4_address``: Loopback interface IPv4 Host Address.
128+
129+
- ``loopback_intf_ipv6_address``: Loopback interface IPv6 Host Address.
130+
131+
- ``loopback_intf_id``: Loopback interface ID of domain.
132+
117133
- ``route_distinguisher``: Route distinguisher associated with the dVRS. If not provided, system generates this identifier automatically. Supported formats are: [2-byte ASN]:[4-byte value] or [4-byte ASN]:[2-byte value]
118134

119135
- ``route_target``: Route target associated with the dVRS. If not provided, system generates this identifier automatically. Supported formats are: [2-byte ASN]:[4-byte value] or [4-byte ASN]:[2-byte value]
@@ -136,7 +152,7 @@ Attributes
136152

137153
- ``associated_underlay_id``: The ID of the Underlay entity to which this L3 Domain is associated.
138154

139-
- ``stretched``: Indicates whether this domain is streched,if so remote VM resolutions will be allowed
155+
- ``stretched``: Indicates whether this domain is stretched, if so, remote VM resolutions will be allowed
140156

141157
- ``multicast``: multicast is enum that indicates multicast policy on domain. Possible values are ENABLED ,DISABLED and INHERITED Possible values are INHERITED, ENABLED, DISABLED, .
142158

@@ -207,6 +223,7 @@ Children
207223
:ref:`nuqos.NUQOS<nuqos>` ``qoss``
208224
:ref:`nuhostinterface.NUHostInterface<nuhostinterface>` ``host_interfaces``
209225
:ref:`nuroutingpolicy.NURoutingPolicy<nuroutingpolicy>` ``routing_policies``
226+
:ref:`nuroutingpolicyassociation.NURoutingPolicyAssociation<nuroutingpolicyassociation>` ``routing_policy_associations``
210227
:ref:`nuroutingpolicybinding.NURoutingPolicyBinding<nuroutingpolicybinding>` ``routing_policy_bindings``
211228
:ref:`nuspatsourcespool.NUSPATSourcesPool<nuspatsourcespool>` ``spat_sources_pools``
212229
:ref:`nuuplinkrd.NUUplinkRD<nuuplinkrd>` ``uplink_rds``

doc/v6/nuenterprise.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Children
191191
:ref:`nunsgatewaytemplate.NUNSGatewayTemplate<nunsgatewaytemplate>` ``ns_gateway_templates``
192192
:ref:`nunsggroup.NUNSGGroup<nunsggroup>` ``nsg_groups``
193193
:ref:`nunsredundantgatewaygroup.NUNSRedundantGatewayGroup<nunsredundantgatewaygroup>` ``ns_redundant_gateway_groups``
194+
:ref:`nuethernetsegmentgwgroup.NUEthernetSegmentGWGroup<nuethernetsegmentgwgroup>` ``ethernet_segment_gw_groups``
194195
:ref:`nupublicnetworkmacro.NUPublicNetworkMacro<nupublicnetworkmacro>` ``public_network_macros``
195196
:ref:`numulticastlist.NUMultiCastList<numulticastlist>` ``multi_cast_lists``
196197
:ref:`nuavatar.NUAvatar<nuavatar>` ``avatars``

doc/v6/nuethernetsegmentgwgroup.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ Parents
5656
--------
5757

5858

59+
- :ref:`nuenterprise.NUEnterprise<nuenterprise>`
60+
5961
- :ref:`nume.NUMe<nume>`
6062

doc/v6/nugateway.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Attributes
5050

5151
- ``gateway_version``: The Gateway Software Version as reported during bootstrapping.
5252

53-
- ``native_vlan``: Default Native VLAN to carry untagged traffic on the ports of this gateway. Applicable for Cisco 9K only. Possible values are 1-3967.
53+
- ``native_vlan``: Default Native VLAN to carry untagged traffic on the ports of this gateway. Applicable for third-party Netconf Gateways only. Possible values are 1-3967.
5454

5555
- ``redundancy_group_id``: The Redundancy Gateway Group associated with this Gateway Instance. This is a read only attribute
5656

@@ -160,6 +160,8 @@ Parents
160160

161161
- :ref:`nupolicyobjectgroup.NUPolicyObjectGroup<nupolicyobjectgroup>`
162162

163+
- :ref:`nusubnet.NUSubnet<nusubnet>`
164+
163165
- :ref:`nudomain.NUDomain<nudomain>`
164166

165167
- :ref:`nul2domain.NUL2Domain<nul2domain>`

doc/v6/nugatewayredundantport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Attributes
2020

2121
- ``last_updated_date``: Time stamp when this object was last updated.
2222

23-
- ``native_vlan``: Default Native VLAN to carry untagged traffic on the redundant ports of this redundant gateway group. Applicable for Cisco 9K only. Possible values are 1-3967.
23+
- ``native_vlan``: Default Native VLAN to carry untagged traffic on the redundant ports of this redundant gateway group. Applicable for third-party Netconf Gateways only. Possible values are 1-3967.
2424

2525
- ``permitted_action``: The permitted action to USE/EXTEND this port.
2626

doc/v6/nugatewaytemplate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Attributes
1818

1919
- ``last_updated_date``: Time stamp when this object was last updated.
2020

21-
- ``native_vlan``: Default Native VLAN to carry untagged traffic on the ports of the gateways using this template. Applicable for Cisco 9K only. Possible values are 1-3967.
21+
- ``native_vlan``: Default Native VLAN to carry untagged traffic on the ports of the gateways using this template. Applicable for third-party Netconf Gateways only. Possible values are 1-3967.
2222

2323
- ``personality`` (**Mandatory**): Personality of the Gateway, cannot be changed after creation.
2424

doc/v6/nuglobalmetadata.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ Parents
342342

343343
- :ref:`nuospfinterface.NUOSPFInterface<nuospfinterface>`
344344

345+
- :ref:`nunetconfglobalconfiguration.NUNetconfGlobalConfiguration<nunetconfglobalconfiguration>`
346+
345347
- :ref:`nuaddressmap.NUAddressMap<nuaddressmap>`
346348

347349
- :ref:`nuunderlay.NUUnderlay<nuunderlay>`
@@ -456,6 +458,8 @@ Parents
456458

457459
- :ref:`nuvmipreservation.NUVMIPReservation<nuvmipreservation>`
458460

461+
- :ref:`nuroutingpolicyassociation.NURoutingPolicyAssociation<nuroutingpolicyassociation>`
462+
459463
- :ref:`nunsgroutingpolicybinding.NUNSGRoutingPolicyBinding<nunsgroutingpolicybinding>`
460464

461465
- :ref:`nuredirectiontarget.NURedirectionTarget<nuredirectiontarget>`

0 commit comments

Comments
 (0)