-
Notifications
You must be signed in to change notification settings - Fork 2
/
NUDomain.j
656 lines (636 loc) · 35.4 KB
/
NUDomain.j
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
/*
Copyright (c) 2015, Alcatel-Lucent Inc
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
@import <Foundation/Foundation.j>
@import <AppKit/CPArrayController.j>
@import <Bambou/NURESTObject.j>
@import "Fetchers/NUGatewaysFetcher.j"
@import "Fetchers/NUTCAsFetcher.j"
@import "Fetchers/NURedirectionTargetsFetcher.j"
@import "Fetchers/NUDeploymentFailuresFetcher.j"
@import "Fetchers/NUPermissionsFetcher.j"
@import "Fetchers/NUMetadatasFetcher.j"
@import "Fetchers/NUNetconfGatewaysFetcher.j"
@import "Fetchers/NUNetworkMacroGroupsFetcher.j"
@import "Fetchers/NUNetworkPerformanceBindingsFetcher.j"
@import "Fetchers/NUPGExpressionsFetcher.j"
@import "Fetchers/NUAggregatedDomainsFetcher.j"
@import "Fetchers/NUEgressACLEntryTemplatesFetcher.j"
@import "Fetchers/NUEgressACLTemplatesFetcher.j"
@import "Fetchers/NUEgressAdvFwdTemplatesFetcher.j"
@import "Fetchers/NUEgressAuditACLEntryTemplatesFetcher.j"
@import "Fetchers/NUEgressAuditACLTemplatesFetcher.j"
@import "Fetchers/NUDomainFIPAclTemplatesFetcher.j"
@import "Fetchers/NUDHCPOptionsFetcher.j"
@import "Fetchers/NUDHCPv6OptionsFetcher.j"
@import "Fetchers/NULinksFetcher.j"
@import "Fetchers/NUFirewallAclsFetcher.j"
@import "Fetchers/NUMirrorDestinationGroupsFetcher.j"
@import "Fetchers/NUVirtualFirewallPoliciesFetcher.j"
@import "Fetchers/NUVirtualFirewallRulesFetcher.j"
@import "Fetchers/NUAlarmsFetcher.j"
@import "Fetchers/NUFloatingIpsFetcher.j"
@import "Fetchers/NUGlobalMetadatasFetcher.j"
@import "Fetchers/NUVMsFetcher.j"
@import "Fetchers/NUVMInterfacesFetcher.j"
@import "Fetchers/NUVNFDomainMappingsFetcher.j"
@import "Fetchers/NUIngressACLEntryTemplatesFetcher.j"
@import "Fetchers/NUIngressACLTemplatesFetcher.j"
@import "Fetchers/NUIngressAdvFwdTemplatesFetcher.j"
@import "Fetchers/NUIngressAuditACLEntryTemplatesFetcher.j"
@import "Fetchers/NUIngressAuditACLTemplatesFetcher.j"
@import "Fetchers/NUJobsFetcher.j"
@import "Fetchers/NUPolicyGroupsFetcher.j"
@import "Fetchers/NUDomainsFetcher.j"
@import "Fetchers/NUDomainTemplatesFetcher.j"
@import "Fetchers/NUZonesFetcher.j"
@import "Fetchers/NUContainersFetcher.j"
@import "Fetchers/NUContainerInterfacesFetcher.j"
@import "Fetchers/NUForwardingPathListsFetcher.j"
@import "Fetchers/NUQOSsFetcher.j"
@import "Fetchers/NUHostInterfacesFetcher.j"
@import "Fetchers/NURoutingPoliciesFetcher.j"
@import "Fetchers/NURoutingPolicyBindingsFetcher.j"
@import "Fetchers/NUSPATSourcesPoolsFetcher.j"
@import "Fetchers/NUUplinkRDsFetcher.j"
@import "Fetchers/NUVPNConnectionsFetcher.j"
@import "Fetchers/NUVPortsFetcher.j"
@import "Fetchers/NUApplicationsFetcher.j"
@import "Fetchers/NUApplicationperformancemanagementbindingsFetcher.j"
@import "Fetchers/NUBridgeInterfacesFetcher.j"
@import "Fetchers/NUGroupsFetcher.j"
@import "Fetchers/NUNSGatewaySummariesFetcher.j"
@import "Fetchers/NUNSGRoutingPolicyBindingsFetcher.j"
@import "Fetchers/NUOSPFInstancesFetcher.j"
@import "Fetchers/NUStaticRoutesFetcher.j"
@import "Fetchers/NUStatisticsFetcher.j"
@import "Fetchers/NUStatisticsPoliciesFetcher.j"
@import "Fetchers/NUSubnetsFetcher.j"
@import "Fetchers/NUEventLogsFetcher.j"
NUDomainAdvertiseCriteria_HUB_ROUTES = @"HUB_ROUTES";
NUDomainAggregationFlowType_PBR_BASED = @"PBR_BASED";
NUDomainAggregationFlowType_ROUTE_BASED = @"ROUTE_BASED";
NUDomainDHCPBehavior_CONSUME = @"CONSUME";
NUDomainDHCPBehavior_FLOOD = @"FLOOD";
NUDomainDHCPBehavior_OVERLAY_RELAY = @"OVERLAY_RELAY";
NUDomainDHCPBehavior_UNDERLAY_RELAY = @"UNDERLAY_RELAY";
NUDomainDPI_DISABLED = @"DISABLED";
NUDomainDPI_ENABLED = @"ENABLED";
NUDomainEVPNRT5Type_IP = @"IP";
NUDomainEVPNRT5Type_MAC = @"MAC";
NUDomainEncryption_DISABLED = @"DISABLED";
NUDomainEncryption_ENABLED = @"ENABLED";
NUDomainEntityScope_ENTERPRISE = @"ENTERPRISE";
NUDomainEntityScope_GLOBAL = @"GLOBAL";
NUDomainFIPIgnoreDefaultRoute_DISABLED = @"DISABLED";
NUDomainFIPIgnoreDefaultRoute_ENABLED = @"ENABLED";
NUDomainFlowCollectionEnabled_DISABLED = @"DISABLED";
NUDomainFlowCollectionEnabled_ENABLED = @"ENABLED";
NUDomainFlowCollectionEnabled_INHERITED = @"INHERITED";
NUDomainFlowLimitEnabled_DISABLED = @"DISABLED";
NUDomainFlowLimitEnabled_ENABLED = @"ENABLED";
NUDomainMaintenanceMode_DISABLED = @"DISABLED";
NUDomainMaintenanceMode_ENABLED = @"ENABLED";
NUDomainMulticast_DISABLED = @"DISABLED";
NUDomainMulticast_ENABLED = @"ENABLED";
NUDomainMulticast_INHERITED = @"INHERITED";
NUDomainPATEnabled_DISABLED = @"DISABLED";
NUDomainPATEnabled_ENABLED = @"ENABLED";
NUDomainPermittedAction_ALL = @"ALL";
NUDomainPermittedAction_DEPLOY = @"DEPLOY";
NUDomainPermittedAction_EXTEND = @"EXTEND";
NUDomainPermittedAction_INSTANTIATE = @"INSTANTIATE";
NUDomainPermittedAction_READ = @"READ";
NUDomainPermittedAction_USE = @"USE";
NUDomainPolicyChangeStatus_APPLIED = @"APPLIED";
NUDomainPolicyChangeStatus_DISCARDED = @"DISCARDED";
NUDomainPolicyChangeStatus_STARTED = @"STARTED";
NUDomainThreatIntelligenceEnabled_DISABLED = @"DISABLED";
NUDomainThreatIntelligenceEnabled_ENABLED = @"ENABLED";
NUDomainThreatIntelligenceEnabled_INHERITED = @"INHERITED";
NUDomainTunnelType_DC_DEFAULT = @"DC_DEFAULT";
NUDomainTunnelType_GRE = @"GRE";
NUDomainTunnelType_MPLSOUDP = @"MPLSoUDP";
NUDomainTunnelType_VLAN = @"VLAN";
NUDomainTunnelType_VXLAN = @"VXLAN";
NUDomainUnderlayEnabled_DISABLED = @"DISABLED";
NUDomainUnderlayEnabled_ENABLED = @"ENABLED";
NUDomainUplinkPreference_PRIMARY = @"PRIMARY";
NUDomainUplinkPreference_PRIMARY_SECONDARY = @"PRIMARY_SECONDARY";
NUDomainUplinkPreference_SECONDARY = @"SECONDARY";
NUDomainUplinkPreference_SECONDARY_PRIMARY = @"SECONDARY_PRIMARY";
NUDomainUplinkPreference_SYMMETRIC = @"SYMMETRIC";
/*!
This object is used to manipulate domain state. A domain corresponds to a distributed Virtual Router and Switch.
*/
@implementation NUDomain : NURESTObject
{
/*!
Indicates whether PAT is enabled for the subnets in this domain - ENABLED/DISABLED Possible values are ENABLED, DISABLED.
*/
CPString _PATEnabled @accessors(property=PATEnabled);
/*!
Domain specific Equal-cost multi-path routing count, ECMPCount = 1 means no ECMP
*/
CPNumber _ECMPCount @accessors(property=ECMPCount);
/*!
Read only flag to display if BGP is enabled for this domain
*/
BOOL _BGPEnabled @accessors(property=BGPEnabled);
/*!
DHCPBehaviorType is an enum that indicates DHCP Behavior of VRS having VM's under this domain. Possible values are FLOOD, CONSUME, OVERLAY_RELAY, UNDERLAY_RELAY.
*/
CPString _DHCPBehavior @accessors(property=DHCPBehavior);
/*!
when DHCPBehaviorType is RELAY, then DHCP Server IP Address needs to be set
*/
CPString _DHCPServerAddress @accessors(property=DHCPServerAddress);
/*!
Determines whether the default Overlay route will be ignored or not when a VM has FIP so that it takes Underlay route.
*/
CPString _FIPIgnoreDefaultRoute @accessors(property=FIPIgnoreDefaultRoute);
/*!
Boolean flag to indicate whether this is a Floating IP to underlay domain or not
*/
BOOL _FIPUnderlay @accessors(property=FIPUnderlay);
/*!
determines whether or not Deep packet inspection is enabled
*/
CPString _DPI @accessors(property=DPI);
/*!
Determines if GRT is enabled on this domain.
*/
BOOL _GRTEnabled @accessors(property=GRTEnabled);
/*!
Determines whether EVPN-RT5 are enabled on this domain.
*/
CPString _EVPNRT5Type @accessors(property=EVPNRT5Type);
/*!
Determines whether VXLAN-ECMP are enabled on this domain.
*/
BOOL _VXLANECMPEnabled @accessors(property=VXLANECMPEnabled);
/*!
The label associated with the dVRS. This is a read only attribute
*/
CPNumber _labelID @accessors(property=labelID);
/*!
Route distinguisher associated with the backhaul service in 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]
*/
CPString _backHaulRouteDistinguisher @accessors(property=backHaulRouteDistinguisher);
/*!
Route target associated with the backhaul service in 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]
*/
CPString _backHaulRouteTarget @accessors(property=backHaulRouteTarget);
/*!
The backhaul serviceID of the Virtual Router created in VSC and is associated with this object. This is auto-generated by VSD
*/
CPNumber _backHaulServiceID @accessors(property=backHaulServiceID);
/*!
Current backhaul network's globally unique VXLAN network identifier
*/
CPNumber _backHaulVNID @accessors(property=backHaulVNID);
/*!
Enum that indicates if the Domain is accepting VM activation requests. Possible values are DISABLED, ENABLED.
*/
CPString _maintenanceMode @accessors(property=maintenanceMode);
/*!
The name of the domain. Valid characters are alphabets, numbers, space and hyphen( - ).
*/
CPString _name @accessors(property=name);
/*!
ID of the user who last updated the object.
*/
CPString _lastUpdatedBy @accessors(property=lastUpdatedBy);
/*!
Time stamp when this object was last updated.
*/
CPString _lastUpdatedDate @accessors(property=lastUpdatedDate);
/*!
Set this attribute to allow the spoke domain routes to be leaked into the hub domain.
*/
CPString _advertiseCriteria @accessors(property=advertiseCriteria);
/*!
Indicates if this domain is a leakable domain or not - boolean true/false
*/
BOOL _leakingEnabled @accessors(property=leakingEnabled);
/*!
Indicates if FEC (Forward Error Correction) is enabled on this Domain.
*/
BOOL _fecEnabled @accessors(property=fecEnabled);
/*!
when DHCPBehaviorType is RELAY, then DHCP Server IP Address needs to be set
*/
CPString _secondaryDHCPServerAddress @accessors(property=secondaryDHCPServerAddress);
/*!
Secondary route target associated with the dVRS. It is a parameter that is auto-managed by VSD. System generates this identifier automatically.
*/
CPString _secondaryRouteTarget @accessors(property=secondaryRouteTarget);
/*!
The ID of the template that this domain was created from. This should be set when instantiating a domain
*/
CPString _templateID @accessors(property=templateID);
/*!
The permitted action to USE/DEPLOY for the Domain Possible values are USE, READ, ALL, INSTANTIATE, EXTEND, DEPLOY, .
*/
CPString _permittedAction @accessors(property=permittedAction);
/*!
The serviceID of the Virtual Router created in VSC and is associated with this object. This is auto-generated by VSD
*/
CPNumber _serviceID @accessors(property=serviceID);
/*!
A description string of the domain that is provided by the user
*/
CPString _description @accessors(property=description);
/*!
Flag to enable aggregate flows on this domain.
*/
BOOL _aggregateFlowsEnabled @accessors(property=aggregateFlowsEnabled);
/*!
Indicates type of Aggregation Flow.
*/
CPString _aggregationFlowType @accessors(property=aggregationFlowType);
/*!
when DHCPBehaviorType is RELAY, then DHCP Server IP Address needs to be set
*/
CPArrayController _dhcpServerAddresses @accessors(property=dhcpServerAddresses);
/*!
Determines whether or not threat intelligence is enabled
*/
CPString _threatIntelligenceEnabled @accessors(property=threatIntelligenceEnabled);
/*!
Indicates if this domain is a globally routable domain or not - boolean true/false
*/
BOOL _globalRoutingEnabled @accessors(property=globalRoutingEnabled);
/*!
Determines whether or not flow collection is enabled.
*/
CPString _flowCollectionEnabled @accessors(property=flowCollectionEnabled);
/*!
Maximum number of data flows allowed for a VPort.
*/
CPNumber _flowCount @accessors(property=flowCount);
/*!
Indicates if flow limit is enabled on this Domain. Possible values are ENABLED or DISABLED.
*/
CPString _flowLimitEnabled @accessors(property=flowLimitEnabled);
/*!
Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.
*/
CPArrayController _embeddedMetadata @accessors(property=embeddedMetadata);
/*!
Route distinguisher associated with the dVRS. It is an optional parameter that can be provided by the user or auto-managed by VSD. System generates this identifier automatically, if not provided
*/
CPString _importRouteTarget @accessors(property=importRouteTarget);
/*!
Determines whether IPSEC is enabled Possible values are ENABLED, DISABLED.
*/
CPString _encryption @accessors(property=encryption);
/*!
Indicates whether UNDERLAY is enabled for the subnets in this domain
*/
CPString _underlayEnabled @accessors(property=underlayEnabled);
/*!
Enterprise ID
*/
CPString _enterpriseID @accessors(property=enterpriseID);
/*!
Specify if scope of entity is Data center or Enterprise level
*/
CPString _entityScope @accessors(property=entityScope);
/*!
Local autonomous system for the domain
*/
CPNumber _localAS @accessors(property=localAS);
/*!
None
*/
CPString _policyChangeStatus @accessors(property=policyChangeStatus);
/*!
The color encoded with a traffic engineering constraint such as minimum latency, hops, maximum bandwidth, etc. This is used for NFIX(Network Function Interconnect). Color is applicable only when the selected Tunnel Type is MPLSoUDP. Valid range is 1 - 4294967295. 0 for other Tunnel Types.
*/
CPNumber _color @accessors(property=color);
/*!
Indicates if this Domain Aggregation is enabled on this Domain.
*/
BOOL _domainAggregationEnabled @accessors(property=domainAggregationEnabled);
/*!
A unique 20-bitID editable however could be auto-generated by VSD.
*/
CPNumber _domainID @accessors(property=domainID);
/*!
None
*/
CPNumber _domainVLANID @accessors(property=domainVLANID);
/*!
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]
*/
CPString _routeDistinguisher @accessors(property=routeDistinguisher);
/*!
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]
*/
CPString _routeTarget @accessors(property=routeTarget);
/*!
Indicates the preferencial path selection for network traffic in this domain - Default is Primary 1 and Secondary 2. Possible values are PRIMARY_SECONDARY, SECONDARY_PRIMARY, PRIMARY, SECONDARY, SYMMETRIC, .
*/
CPString _uplinkPreference @accessors(property=uplinkPreference);
/*!
Determines if BackHaul Subnet should be created or not.
*/
BOOL _createBackHaulSubnet @accessors(property=createBackHaulSubnet);
/*!
Time stamp when this object was created.
*/
CPString _creationDate @accessors(property=creationDate);
/*!
None
*/
CPString _associatedBGPProfileID @accessors(property=associatedBGPProfileID);
/*!
The associated IDP Profile ID
*/
CPString _associatedIDPProfileID @accessors(property=associatedIDPProfileID);
/*!
The ID of the Multi Cast Channel Map this domain is associated with. This has to be set when enableMultiCast is set to ENABLED
*/
CPString _associatedMulticastChannelMapID @accessors(property=associatedMulticastChannelMapID);
/*!
The ID of the PatMapper entity to which this l3-domain is associated to.
*/
CPString _associatedPATMapperID @accessors(property=associatedPATMapperID);
/*!
The ID of the PatMapper entity to which this SharedNetworkResource is associated to.
*/
CPString _associatedSharedPATMapperID @accessors(property=associatedSharedPATMapperID);
/*!
The ID of the Underlay entity to which this L3 Domain is associated.
*/
CPString _associatedUnderlayID @accessors(property=associatedUnderlayID);
/*!
Indicates whether this domain is streched,if so remote VM resolutions will be allowed
*/
BOOL _stretched @accessors(property=stretched);
/*!
multicast is enum that indicates multicast policy on domain. Possible values are ENABLED ,DISABLED and INHERITED Possible values are INHERITED, ENABLED, DISABLED, .
*/
CPString _multicast @accessors(property=multicast);
/*!
Default Domain Tunnel Type
*/
CPString _tunnelType @accessors(property=tunnelType);
/*!
The customerID that is created in the VSC and identifies this dVRS. This is auto-generated by VSD
*/
CPNumber _customerID @accessors(property=customerID);
/*!
Identifies the user that has created this object.
*/
CPString _owner @accessors(property=owner);
/*!
Route target associated with the dVRS. It is an optional parameterthat can be provided by the user or auto-managed by VSDSystem generates this identifier automatically, if not provided
*/
CPString _exportRouteTarget @accessors(property=exportRouteTarget);
/*!
External object ID. Used for integration with third party systems
*/
CPString _externalID @accessors(property=externalID);
/*!
External label given to Domain
*/
CPString _externalLabel @accessors(property=externalLabel);
NUGatewaysFetcher _childrenGateways @accessors(property=childrenGateways);
NUTCAsFetcher _childrenTCAs @accessors(property=childrenTCAs);
NURedirectionTargetsFetcher _childrenRedirectionTargets @accessors(property=childrenRedirectionTargets);
NUDeploymentFailuresFetcher _childrenDeploymentFailures @accessors(property=childrenDeploymentFailures);
NUPermissionsFetcher _childrenPermissions @accessors(property=childrenPermissions);
NUMetadatasFetcher _childrenMetadatas @accessors(property=childrenMetadatas);
NUNetconfGatewaysFetcher _childrenNetconfGateways @accessors(property=childrenNetconfGateways);
NUNetworkMacroGroupsFetcher _childrenNetworkMacroGroups @accessors(property=childrenNetworkMacroGroups);
NUNetworkPerformanceBindingsFetcher _childrenNetworkPerformanceBindings @accessors(property=childrenNetworkPerformanceBindings);
NUPGExpressionsFetcher _childrenPGExpressions @accessors(property=childrenPGExpressions);
NUAggregatedDomainsFetcher _childrenAggregatedDomains @accessors(property=childrenAggregatedDomains);
NUEgressACLEntryTemplatesFetcher _childrenEgressACLEntryTemplates @accessors(property=childrenEgressACLEntryTemplates);
NUEgressACLTemplatesFetcher _childrenEgressACLTemplates @accessors(property=childrenEgressACLTemplates);
NUEgressAdvFwdTemplatesFetcher _childrenEgressAdvFwdTemplates @accessors(property=childrenEgressAdvFwdTemplates);
NUEgressAuditACLEntryTemplatesFetcher _childrenEgressAuditACLEntryTemplates @accessors(property=childrenEgressAuditACLEntryTemplates);
NUEgressAuditACLTemplatesFetcher _childrenEgressAuditACLTemplates @accessors(property=childrenEgressAuditACLTemplates);
NUDomainFIPAclTemplatesFetcher _childrenDomainFIPAclTemplates @accessors(property=childrenDomainFIPAclTemplates);
NUDHCPOptionsFetcher _childrenDHCPOptions @accessors(property=childrenDHCPOptions);
NUDHCPv6OptionsFetcher _childrenDHCPv6Options @accessors(property=childrenDHCPv6Options);
NULinksFetcher _childrenLinks @accessors(property=childrenLinks);
NUFirewallAclsFetcher _childrenFirewallAcls @accessors(property=childrenFirewallAcls);
NUMirrorDestinationGroupsFetcher _childrenMirrorDestinationGroups @accessors(property=childrenMirrorDestinationGroups);
NUVirtualFirewallPoliciesFetcher _childrenVirtualFirewallPolicies @accessors(property=childrenVirtualFirewallPolicies);
NUVirtualFirewallRulesFetcher _childrenVirtualFirewallRules @accessors(property=childrenVirtualFirewallRules);
NUAlarmsFetcher _childrenAlarms @accessors(property=childrenAlarms);
NUFloatingIpsFetcher _childrenFloatingIps @accessors(property=childrenFloatingIps);
NUGlobalMetadatasFetcher _childrenGlobalMetadatas @accessors(property=childrenGlobalMetadatas);
NUVMsFetcher _childrenVMs @accessors(property=childrenVMs);
NUVMInterfacesFetcher _childrenVMInterfaces @accessors(property=childrenVMInterfaces);
NUVNFDomainMappingsFetcher _childrenVNFDomainMappings @accessors(property=childrenVNFDomainMappings);
NUIngressACLEntryTemplatesFetcher _childrenIngressACLEntryTemplates @accessors(property=childrenIngressACLEntryTemplates);
NUIngressACLTemplatesFetcher _childrenIngressACLTemplates @accessors(property=childrenIngressACLTemplates);
NUIngressAdvFwdTemplatesFetcher _childrenIngressAdvFwdTemplates @accessors(property=childrenIngressAdvFwdTemplates);
NUIngressAuditACLEntryTemplatesFetcher _childrenIngressAuditACLEntryTemplates @accessors(property=childrenIngressAuditACLEntryTemplates);
NUIngressAuditACLTemplatesFetcher _childrenIngressAuditACLTemplates @accessors(property=childrenIngressAuditACLTemplates);
NUJobsFetcher _childrenJobs @accessors(property=childrenJobs);
NUPolicyGroupsFetcher _childrenPolicyGroups @accessors(property=childrenPolicyGroups);
NUDomainsFetcher _childrenDomains @accessors(property=childrenDomains);
NUDomainTemplatesFetcher _childrenDomainTemplates @accessors(property=childrenDomainTemplates);
NUZonesFetcher _childrenZones @accessors(property=childrenZones);
NUContainersFetcher _childrenContainers @accessors(property=childrenContainers);
NUContainerInterfacesFetcher _childrenContainerInterfaces @accessors(property=childrenContainerInterfaces);
NUForwardingPathListsFetcher _childrenForwardingPathLists @accessors(property=childrenForwardingPathLists);
NUQOSsFetcher _childrenQOSs @accessors(property=childrenQOSs);
NUHostInterfacesFetcher _childrenHostInterfaces @accessors(property=childrenHostInterfaces);
NURoutingPoliciesFetcher _childrenRoutingPolicies @accessors(property=childrenRoutingPolicies);
NURoutingPolicyBindingsFetcher _childrenRoutingPolicyBindings @accessors(property=childrenRoutingPolicyBindings);
NUSPATSourcesPoolsFetcher _childrenSPATSourcesPools @accessors(property=childrenSPATSourcesPools);
NUUplinkRDsFetcher _childrenUplinkRDs @accessors(property=childrenUplinkRDs);
NUVPNConnectionsFetcher _childrenVPNConnections @accessors(property=childrenVPNConnections);
NUVPortsFetcher _childrenVPorts @accessors(property=childrenVPorts);
NUApplicationsFetcher _childrenApplications @accessors(property=childrenApplications);
NUApplicationperformancemanagementbindingsFetcher _childrenApplicationperformancemanagementbindings @accessors(property=childrenApplicationperformancemanagementbindings);
NUBridgeInterfacesFetcher _childrenBridgeInterfaces @accessors(property=childrenBridgeInterfaces);
NUGroupsFetcher _childrenGroups @accessors(property=childrenGroups);
NUNSGatewaySummariesFetcher _childrenNSGatewaySummaries @accessors(property=childrenNSGatewaySummaries);
NUNSGRoutingPolicyBindingsFetcher _childrenNSGRoutingPolicyBindings @accessors(property=childrenNSGRoutingPolicyBindings);
NUOSPFInstancesFetcher _childrenOSPFInstances @accessors(property=childrenOSPFInstances);
NUStaticRoutesFetcher _childrenStaticRoutes @accessors(property=childrenStaticRoutes);
NUStatisticsFetcher _childrenStatistics @accessors(property=childrenStatistics);
NUStatisticsPoliciesFetcher _childrenStatisticsPolicies @accessors(property=childrenStatisticsPolicies);
NUSubnetsFetcher _childrenSubnets @accessors(property=childrenSubnets);
NUEventLogsFetcher _childrenEventLogs @accessors(property=childrenEventLogs);
}
#pragma mark -
#pragma mark Class Method
+ (CPString)RESTName
{
return @"domain";
}
#pragma mark -
#pragma mark Initialization
- (id)init
{
if (self = [super init])
{
[self exposeLocalKeyPathToREST:@"PATEnabled"];
[self exposeLocalKeyPathToREST:@"ECMPCount"];
[self exposeLocalKeyPathToREST:@"BGPEnabled"];
[self exposeLocalKeyPathToREST:@"DHCPBehavior"];
[self exposeLocalKeyPathToREST:@"DHCPServerAddress"];
[self exposeLocalKeyPathToREST:@"FIPIgnoreDefaultRoute"];
[self exposeLocalKeyPathToREST:@"FIPUnderlay"];
[self exposeLocalKeyPathToREST:@"DPI"];
[self exposeLocalKeyPathToREST:@"GRTEnabled"];
[self exposeLocalKeyPathToREST:@"EVPNRT5Type"];
[self exposeLocalKeyPathToREST:@"VXLANECMPEnabled"];
[self exposeLocalKeyPathToREST:@"labelID"];
[self exposeLocalKeyPathToREST:@"backHaulRouteDistinguisher"];
[self exposeLocalKeyPathToREST:@"backHaulRouteTarget"];
[self exposeLocalKeyPathToREST:@"backHaulServiceID"];
[self exposeLocalKeyPathToREST:@"backHaulVNID"];
[self exposeLocalKeyPathToREST:@"maintenanceMode"];
[self exposeLocalKeyPathToREST:@"name"];
[self exposeLocalKeyPathToREST:@"lastUpdatedBy"];
[self exposeLocalKeyPathToREST:@"lastUpdatedDate"];
[self exposeLocalKeyPathToREST:@"advertiseCriteria"];
[self exposeLocalKeyPathToREST:@"leakingEnabled"];
[self exposeLocalKeyPathToREST:@"fecEnabled"];
[self exposeLocalKeyPathToREST:@"secondaryDHCPServerAddress"];
[self exposeLocalKeyPathToREST:@"secondaryRouteTarget"];
[self exposeLocalKeyPathToREST:@"templateID"];
[self exposeLocalKeyPathToREST:@"permittedAction"];
[self exposeLocalKeyPathToREST:@"serviceID"];
[self exposeLocalKeyPathToREST:@"description"];
[self exposeLocalKeyPathToREST:@"aggregateFlowsEnabled"];
[self exposeLocalKeyPathToREST:@"aggregationFlowType"];
[self exposeLocalKeyPathToREST:@"dhcpServerAddresses"];
[self exposeLocalKeyPathToREST:@"threatIntelligenceEnabled"];
[self exposeLocalKeyPathToREST:@"globalRoutingEnabled"];
[self exposeLocalKeyPathToREST:@"flowCollectionEnabled"];
[self exposeLocalKeyPathToREST:@"flowCount"];
[self exposeLocalKeyPathToREST:@"flowLimitEnabled"];
[self exposeLocalKeyPathToREST:@"embeddedMetadata"];
[self exposeLocalKeyPathToREST:@"importRouteTarget"];
[self exposeLocalKeyPathToREST:@"encryption"];
[self exposeLocalKeyPathToREST:@"underlayEnabled"];
[self exposeLocalKeyPathToREST:@"enterpriseID"];
[self exposeLocalKeyPathToREST:@"entityScope"];
[self exposeLocalKeyPathToREST:@"localAS"];
[self exposeLocalKeyPathToREST:@"policyChangeStatus"];
[self exposeLocalKeyPathToREST:@"color"];
[self exposeLocalKeyPathToREST:@"domainAggregationEnabled"];
[self exposeLocalKeyPathToREST:@"domainID"];
[self exposeLocalKeyPathToREST:@"domainVLANID"];
[self exposeLocalKeyPathToREST:@"routeDistinguisher"];
[self exposeLocalKeyPathToREST:@"routeTarget"];
[self exposeLocalKeyPathToREST:@"uplinkPreference"];
[self exposeLocalKeyPathToREST:@"createBackHaulSubnet"];
[self exposeLocalKeyPathToREST:@"creationDate"];
[self exposeLocalKeyPathToREST:@"associatedBGPProfileID"];
[self exposeLocalKeyPathToREST:@"associatedIDPProfileID"];
[self exposeLocalKeyPathToREST:@"associatedMulticastChannelMapID"];
[self exposeLocalKeyPathToREST:@"associatedPATMapperID"];
[self exposeLocalKeyPathToREST:@"associatedSharedPATMapperID"];
[self exposeLocalKeyPathToREST:@"associatedUnderlayID"];
[self exposeLocalKeyPathToREST:@"stretched"];
[self exposeLocalKeyPathToREST:@"multicast"];
[self exposeLocalKeyPathToREST:@"tunnelType"];
[self exposeLocalKeyPathToREST:@"customerID"];
[self exposeLocalKeyPathToREST:@"owner"];
[self exposeLocalKeyPathToREST:@"exportRouteTarget"];
[self exposeLocalKeyPathToREST:@"externalID"];
[self exposeLocalKeyPathToREST:@"externalLabel"];
_childrenGateways = [NUGatewaysFetcher fetcherWithParentObject:self];
_childrenTCAs = [NUTCAsFetcher fetcherWithParentObject:self];
_childrenRedirectionTargets = [NURedirectionTargetsFetcher fetcherWithParentObject:self];
_childrenDeploymentFailures = [NUDeploymentFailuresFetcher fetcherWithParentObject:self];
_childrenPermissions = [NUPermissionsFetcher fetcherWithParentObject:self];
_childrenMetadatas = [NUMetadatasFetcher fetcherWithParentObject:self];
_childrenNetconfGateways = [NUNetconfGatewaysFetcher fetcherWithParentObject:self];
_childrenNetworkMacroGroups = [NUNetworkMacroGroupsFetcher fetcherWithParentObject:self];
_childrenNetworkPerformanceBindings = [NUNetworkPerformanceBindingsFetcher fetcherWithParentObject:self];
_childrenPGExpressions = [NUPGExpressionsFetcher fetcherWithParentObject:self];
_childrenAggregatedDomains = [NUAggregatedDomainsFetcher fetcherWithParentObject:self];
_childrenEgressACLEntryTemplates = [NUEgressACLEntryTemplatesFetcher fetcherWithParentObject:self];
_childrenEgressACLTemplates = [NUEgressACLTemplatesFetcher fetcherWithParentObject:self];
_childrenEgressAdvFwdTemplates = [NUEgressAdvFwdTemplatesFetcher fetcherWithParentObject:self];
_childrenEgressAuditACLEntryTemplates = [NUEgressAuditACLEntryTemplatesFetcher fetcherWithParentObject:self];
_childrenEgressAuditACLTemplates = [NUEgressAuditACLTemplatesFetcher fetcherWithParentObject:self];
_childrenDomainFIPAclTemplates = [NUDomainFIPAclTemplatesFetcher fetcherWithParentObject:self];
_childrenDHCPOptions = [NUDHCPOptionsFetcher fetcherWithParentObject:self];
_childrenDHCPv6Options = [NUDHCPv6OptionsFetcher fetcherWithParentObject:self];
_childrenLinks = [NULinksFetcher fetcherWithParentObject:self];
_childrenFirewallAcls = [NUFirewallAclsFetcher fetcherWithParentObject:self];
_childrenMirrorDestinationGroups = [NUMirrorDestinationGroupsFetcher fetcherWithParentObject:self];
_childrenVirtualFirewallPolicies = [NUVirtualFirewallPoliciesFetcher fetcherWithParentObject:self];
_childrenVirtualFirewallRules = [NUVirtualFirewallRulesFetcher fetcherWithParentObject:self];
_childrenAlarms = [NUAlarmsFetcher fetcherWithParentObject:self];
_childrenFloatingIps = [NUFloatingIpsFetcher fetcherWithParentObject:self];
_childrenGlobalMetadatas = [NUGlobalMetadatasFetcher fetcherWithParentObject:self];
_childrenVMs = [NUVMsFetcher fetcherWithParentObject:self];
_childrenVMInterfaces = [NUVMInterfacesFetcher fetcherWithParentObject:self];
_childrenVNFDomainMappings = [NUVNFDomainMappingsFetcher fetcherWithParentObject:self];
_childrenIngressACLEntryTemplates = [NUIngressACLEntryTemplatesFetcher fetcherWithParentObject:self];
_childrenIngressACLTemplates = [NUIngressACLTemplatesFetcher fetcherWithParentObject:self];
_childrenIngressAdvFwdTemplates = [NUIngressAdvFwdTemplatesFetcher fetcherWithParentObject:self];
_childrenIngressAuditACLEntryTemplates = [NUIngressAuditACLEntryTemplatesFetcher fetcherWithParentObject:self];
_childrenIngressAuditACLTemplates = [NUIngressAuditACLTemplatesFetcher fetcherWithParentObject:self];
_childrenJobs = [NUJobsFetcher fetcherWithParentObject:self];
_childrenPolicyGroups = [NUPolicyGroupsFetcher fetcherWithParentObject:self];
_childrenDomains = [NUDomainsFetcher fetcherWithParentObject:self];
_childrenDomainTemplates = [NUDomainTemplatesFetcher fetcherWithParentObject:self];
_childrenZones = [NUZonesFetcher fetcherWithParentObject:self];
_childrenContainers = [NUContainersFetcher fetcherWithParentObject:self];
_childrenContainerInterfaces = [NUContainerInterfacesFetcher fetcherWithParentObject:self];
_childrenForwardingPathLists = [NUForwardingPathListsFetcher fetcherWithParentObject:self];
_childrenQOSs = [NUQOSsFetcher fetcherWithParentObject:self];
_childrenHostInterfaces = [NUHostInterfacesFetcher fetcherWithParentObject:self];
_childrenRoutingPolicies = [NURoutingPoliciesFetcher fetcherWithParentObject:self];
_childrenRoutingPolicyBindings = [NURoutingPolicyBindingsFetcher fetcherWithParentObject:self];
_childrenSPATSourcesPools = [NUSPATSourcesPoolsFetcher fetcherWithParentObject:self];
_childrenUplinkRDs = [NUUplinkRDsFetcher fetcherWithParentObject:self];
_childrenVPNConnections = [NUVPNConnectionsFetcher fetcherWithParentObject:self];
_childrenVPorts = [NUVPortsFetcher fetcherWithParentObject:self];
_childrenApplications = [NUApplicationsFetcher fetcherWithParentObject:self];
_childrenApplicationperformancemanagementbindings = [NUApplicationperformancemanagementbindingsFetcher fetcherWithParentObject:self];
_childrenBridgeInterfaces = [NUBridgeInterfacesFetcher fetcherWithParentObject:self];
_childrenGroups = [NUGroupsFetcher fetcherWithParentObject:self];
_childrenNSGatewaySummaries = [NUNSGatewaySummariesFetcher fetcherWithParentObject:self];
_childrenNSGRoutingPolicyBindings = [NUNSGRoutingPolicyBindingsFetcher fetcherWithParentObject:self];
_childrenOSPFInstances = [NUOSPFInstancesFetcher fetcherWithParentObject:self];
_childrenStaticRoutes = [NUStaticRoutesFetcher fetcherWithParentObject:self];
_childrenStatistics = [NUStatisticsFetcher fetcherWithParentObject:self];
_childrenStatisticsPolicies = [NUStatisticsPoliciesFetcher fetcherWithParentObject:self];
_childrenSubnets = [NUSubnetsFetcher fetcherWithParentObject:self];
_childrenEventLogs = [NUEventLogsFetcher fetcherWithParentObject:self];
_PATEnabled = @"DISABLED";
_DHCPBehavior = @"CONSUME";
_tunnelType = @"DC_DEFAULT";
_applicationDeploymentPolicy = @"ZONE";
_maintenanceMode = @"DISABLED";
}
return self;
}
@end