acirb 1.1.2.2 → 1.2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/acirb/autoloadmap.rb +389 -15
- data/lib/acirb/lookup.rb +389 -15
- data/lib/acirb/model/aaa.rb +401 -37
- data/lib/acirb/model/ac.rb +2 -2
- data/lib/acirb/model/action.rb +76 -29
- data/lib/acirb/model/actrl.rb +9 -9
- data/lib/acirb/model/adcom.rb +17 -0
- data/lib/acirb/model/bgp.rb +88 -6
- data/lib/acirb/model/callhome.rb +30 -6
- data/lib/acirb/model/cdp.rb +29 -6
- data/lib/acirb/model/cnw.rb +3 -2
- data/lib/acirb/model/comm.rb +34 -5
- data/lib/acirb/model/comp.rb +21 -22
- data/lib/acirb/model/compat.rb +17 -27
- data/lib/acirb/model/condition.rb +84 -1
- data/lib/acirb/model/config.rb +399 -12
- data/lib/acirb/model/copp.rb +2 -0
- data/lib/acirb/model/ctx.rb +27 -4
- data/lib/acirb/model/datetime.rb +1 -1
- data/lib/acirb/model/dbg.rb +107 -21
- data/lib/acirb/model/dbgac.rb +146 -24
- data/lib/acirb/model/dbgexp.rb +310 -43
- data/lib/acirb/model/dhcp.rb +91 -7
- data/lib/acirb/model/dlgt.rb +102 -6
- data/lib/acirb/model/eigrp.rb +28 -27
- data/lib/acirb/model/ep.rb +58 -4
- data/lib/acirb/model/epm.rb +3 -0
- data/lib/acirb/model/eqptcapacity.rb +108 -108
- data/lib/acirb/model/eqptdiag.rb +2 -3
- data/lib/acirb/model/extnw.rb +2 -2
- data/lib/acirb/model/fabric.rb +396 -49
- data/lib/acirb/model/fault.rb +82 -3
- data/lib/acirb/model/firmware.rb +89 -6
- data/lib/acirb/model/frmwrk.rb +6 -7
- data/lib/acirb/model/fsm.rb +1 -1
- data/lib/acirb/model/fv.rb +1541 -114
- data/lib/acirb/model/fvcap.rb +62 -1
- data/lib/acirb/model/fvns.rb +27 -3
- data/lib/acirb/model/health.rb +6 -9
- data/lib/acirb/model/hvs.rb +9 -12
- data/lib/acirb/model/ident.rb +361 -6
- data/lib/acirb/model/infra.rb +432 -24
- data/lib/acirb/model/ip.rb +14 -8
- data/lib/acirb/model/ipv4.rb +9 -2
- data/lib/acirb/model/ipv6.rb +9 -2
- data/lib/acirb/model/l1.rb +8 -6
- data/lib/acirb/model/l2.rb +57 -30
- data/lib/acirb/model/l2ext.rb +4 -4
- data/lib/acirb/model/l3.rb +115 -7
- data/lib/acirb/model/l3ext.rb +222 -28
- data/lib/acirb/model/lacp.rb +26 -2
- data/lib/acirb/model/leqpt.rb +6 -9
- data/lib/acirb/model/lldp.rb +72 -7
- data/lib/acirb/model/maint.rb +89 -5
- data/lib/acirb/model/mcp.rb +25 -1
- data/lib/acirb/model/mgmt.rb +203 -10
- data/lib/acirb/model/mo.rb +2 -3
- data/lib/acirb/model/mon.rb +55 -3
- data/lib/acirb/model/nw.rb +1 -1
- data/lib/acirb/model/nws.rb +225 -2
- data/lib/acirb/model/observer.rb +5 -8
- data/lib/acirb/model/opflex.rb +310 -8
- data/lib/acirb/model/os.rb +1 -2
- data/lib/acirb/model/ospf.rb +3 -3
- data/lib/acirb/model/ospfv3.rb +1 -1
- data/lib/acirb/model/pc.rb +2 -0
- data/lib/acirb/model/pcons.rb +259 -11
- data/lib/acirb/model/phys.rb +1 -1
- data/lib/acirb/model/pki.rb +220 -0
- data/lib/acirb/model/planner.rb +16 -19
- data/lib/acirb/model/pol.rb +299 -22
- data/lib/acirb/model/policer.rb +2 -0
- data/lib/acirb/model/pres.rb +28 -7
- data/lib/acirb/model/proc.rb +1 -0
- data/lib/acirb/model/qos.rb +1 -0
- data/lib/acirb/model/qosm.rb +2 -0
- data/lib/acirb/model/reln.rb +2 -2
- data/lib/acirb/model/res.rb +1 -1
- data/lib/acirb/model/rmon.rb +10 -10
- data/lib/acirb/model/rtctrl.rb +76 -1
- data/lib/acirb/model/rtmap.rb +30 -1
- data/lib/acirb/model/snmp.rb +31 -10
- data/lib/acirb/model/span.rb +13 -20
- data/lib/acirb/model/stp.rb +31 -5
- data/lib/acirb/model/svccore.rb +2 -2
- data/lib/acirb/model/svi.rb +2 -1
- data/lib/acirb/model/synthetic.rb +65 -3
- data/lib/acirb/model/sysdebug.rb +3 -3
- data/lib/acirb/model/sysfile.rb +2 -3
- data/lib/acirb/model/syslog.rb +99 -2
- data/lib/acirb/model/tag.rb +4 -4
- data/lib/acirb/model/task.rb +1 -1
- data/lib/acirb/model/testinfralab.rb +1 -1
- data/lib/acirb/model/top.rb +5 -6
- data/lib/acirb/model/topoctrl.rb +56 -28
- data/lib/acirb/model/trig.rb +51 -6
- data/lib/acirb/model/troubleshoot.rb +17 -7
- data/lib/acirb/model/tunnel.rb +2 -2
- data/lib/acirb/model/vlan.rb +1 -0
- data/lib/acirb/model/vmm.rb +253 -10
- data/lib/acirb/model/vns.rb +917 -92
- data/lib/acirb/model/vpc.rb +4 -6
- data/lib/acirb/model/vsvc.rb +4 -6
- data/lib/acirb/model/vz.rb +156 -78
- data/lib/acirb/version.rb +1 -1
- metadata +1 -1
data/lib/acirb/model/lacp.rb
CHANGED
@@ -228,7 +228,7 @@ module ACIrb
|
|
228
228
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
229
229
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
230
230
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
231
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'LacpRtLacpPol', 'LacpRtLacpPolCons', 'LacpRtDefaultLacpLagPol', 'LacpRtResLacpLagPol', 'TagAliasDelInst', 'LacpRtOverrideLacpPol', 'TagAliasInst', 'FaultDelegate', 'TagInst']
|
231
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'LacpRtLacpPol', 'LacpRtLacpPolCons', 'LacpRtVswitchOverrideLacpPol', 'LacpRtDefaultLacpLagPol', 'LacpRtResLacpLagPol', 'TagAliasDelInst', 'LacpRtOverrideLacpPol', 'TagAliasInst', 'FaultDelegate', 'TagInst']
|
232
232
|
@label = 'LACP Policy'
|
233
233
|
@naming_props = ['name']
|
234
234
|
@read_only = false
|
@@ -274,7 +274,7 @@ module ACIrb
|
|
274
274
|
@prefix = 'lacpLagPolDefTask-'
|
275
275
|
@prefixes = [['lacpLagPolDefTask-', true]]
|
276
276
|
@rn_format = 'lacpLagPolDefTask-%(id)s'
|
277
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
277
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
278
278
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
279
279
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
280
280
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -523,5 +523,29 @@ module ACIrb
|
|
523
523
|
'rtresLacpLagPol'
|
524
524
|
end
|
525
525
|
end
|
526
|
+
class LacpRtVswitchOverrideLacpPol < MO
|
527
|
+
@class_name = 'lacp.RtVswitchOverrideLacpPol'
|
528
|
+
@ruby_class = 'LacpRtVswitchOverrideLacpPol'
|
529
|
+
@prefix = 'rtvmmVswitchOverrideLacpPol-'
|
530
|
+
@prefixes = [['rtvmmVswitchOverrideLacpPol-', true]]
|
531
|
+
@rn_format = 'rtvmmVswitchOverrideLacpPol-[%(tDn)s]'
|
532
|
+
@containers = ['LacpLagPol']
|
533
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
534
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
535
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
536
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
537
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
538
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
539
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
540
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
541
|
+
@child_classes = []
|
542
|
+
@label = 'VSwitch Policy Group'
|
543
|
+
@naming_props = ['tDn']
|
544
|
+
@read_only = true
|
545
|
+
|
546
|
+
def rn
|
547
|
+
'rtvmmVswitchOverrideLacpPol-[' << @attributes['tDn'] << ']'
|
548
|
+
end
|
549
|
+
end
|
526
550
|
|
527
551
|
end
|
data/lib/acirb/model/leqpt.rb
CHANGED
@@ -18,12 +18,11 @@ module ACIrb
|
|
18
18
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
19
19
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
20
20
|
'sysDesc' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
21
|
-
'sysName' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
22
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
21
|
+
'sysName' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
23
22
|
@child_classes = ['FaultCounts', 'HealthInst', 'LeqptRtEpDefToLooseNode', 'LeqptRsLsAttLink', 'FaultInst', 'LeqptRsLsNodeToIf', 'LeqptRtTunnelToLooseNode', 'LeqptRtLsNodeAtt']
|
24
23
|
@label = 'External Connected Node'
|
25
24
|
@naming_props = ['id']
|
26
|
-
@read_only =
|
25
|
+
@read_only = true
|
27
26
|
|
28
27
|
def rn
|
29
28
|
'lsnode-' << @attributes['id'] << ''
|
@@ -35,7 +34,7 @@ module ACIrb
|
|
35
34
|
@prefix = 'leqptLooseNodeTask-'
|
36
35
|
@prefixes = [['leqptLooseNodeTask-', true]]
|
37
36
|
@rn_format = 'leqptLooseNodeTask-%(id)s'
|
38
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
37
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
39
38
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
40
39
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
41
40
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -78,7 +77,6 @@ module ACIrb
|
|
78
77
|
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
79
78
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
80
79
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
81
|
-
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
82
80
|
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
83
81
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
84
82
|
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -86,12 +84,11 @@ module ACIrb
|
|
86
84
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
87
85
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
88
86
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
89
|
-
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
90
|
-
|
91
|
-
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
87
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
88
|
+
@child_classes = []
|
92
89
|
@label = 'Unmanaged Fabric Node'
|
93
90
|
@naming_props = []
|
94
|
-
@read_only =
|
91
|
+
@read_only = true
|
95
92
|
|
96
93
|
def rn
|
97
94
|
'rsLsAttLink'
|
data/lib/acirb/model/lldp.rb
CHANGED
@@ -116,7 +116,8 @@ module ACIrb
|
|
116
116
|
@prefixes = [['ctrlradj', false]]
|
117
117
|
@rn_format = 'ctrlradj'
|
118
118
|
@containers = ['LldpIf']
|
119
|
-
@props = { '
|
119
|
+
@props = { 'authCookie' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
120
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
120
121
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
121
122
|
'id' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
122
123
|
'infraVlan' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -124,10 +125,12 @@ module ACIrb
|
|
124
125
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
125
126
|
'mac' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
126
127
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
128
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
127
129
|
'portRole' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
128
130
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
129
|
-
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
130
|
-
|
131
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
132
|
+
'verified' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
133
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'LldpRsCtrlrAdjEpToStAdjEp']
|
131
134
|
@label = 'Controller Adjacency'
|
132
135
|
@naming_props = []
|
133
136
|
@read_only = true
|
@@ -136,6 +139,43 @@ module ACIrb
|
|
136
139
|
'ctrlradj'
|
137
140
|
end
|
138
141
|
end
|
142
|
+
class LldpCtrlrAdjEpTask < MO
|
143
|
+
@class_name = 'lldp.CtrlrAdjEpTask'
|
144
|
+
@ruby_class = 'LldpCtrlrAdjEpTask'
|
145
|
+
@prefix = 'lldpCtrlrAdjEpTask-'
|
146
|
+
@prefixes = [['lldpCtrlrAdjEpTask-', true]]
|
147
|
+
@rn_format = 'lldpCtrlrAdjEpTask-%(id)s'
|
148
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
149
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
150
|
+
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
151
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
152
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
153
|
+
'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
154
|
+
'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
155
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
156
|
+
'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
157
|
+
'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
158
|
+
'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
159
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
160
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
161
|
+
'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
162
|
+
'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
163
|
+
'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
164
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
165
|
+
'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
166
|
+
'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
167
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
168
|
+
'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
169
|
+
'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
170
|
+
@child_classes = []
|
171
|
+
@label = 'None'
|
172
|
+
@naming_props = ['id']
|
173
|
+
@read_only = true
|
174
|
+
|
175
|
+
def rn
|
176
|
+
'lldpCtrlrAdjEpTask-' << @attributes['id'] << ''
|
177
|
+
end
|
178
|
+
end
|
139
179
|
class LldpEntity < MO
|
140
180
|
@class_name = 'lldp.Entity'
|
141
181
|
@ruby_class = 'LldpEntity'
|
@@ -185,6 +225,7 @@ module ACIrb
|
|
185
225
|
'operRxSt' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
186
226
|
'operTxSt' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
187
227
|
'portDesc' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
228
|
+
'portMode' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
188
229
|
'portVlan' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
189
230
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
190
231
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -220,7 +261,7 @@ module ACIrb
|
|
220
261
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
221
262
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
222
263
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
223
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'LldpRtOverrideLldpIfPol', 'TagAliasDelInst', 'LldpRtResLldpIfPol', 'LldpRtDefaultLldpIfPol', 'LldpRtLldpIfPolCons', 'TagInst', 'TagAliasInst', 'FaultDelegate', 'LldpRtLldpIfPol']
|
264
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'LldpRtOverrideLldpIfPol', 'TagAliasDelInst', 'LldpRtResLldpIfPol', 'LldpRtDefaultLldpIfPol', 'LldpRtLldpIfPolCons', 'TagInst', 'TagAliasInst', 'LldpRtVswitchOverrideLldpIfPol', 'FaultDelegate', 'LldpRtLldpIfPol']
|
224
265
|
@label = 'LLDP Interface Policy'
|
225
266
|
@naming_props = ['name']
|
226
267
|
@read_only = false
|
@@ -286,7 +327,7 @@ module ACIrb
|
|
286
327
|
@prefix = 'lldpIfSendTaskTask-'
|
287
328
|
@prefixes = [['lldpIfSendTaskTask-', true]]
|
288
329
|
@rn_format = 'lldpIfSendTaskTask-%(id)s'
|
289
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
330
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
290
331
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
291
332
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
292
333
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -350,7 +391,7 @@ module ACIrb
|
|
350
391
|
@prefix = 'lldpIfTask-'
|
351
392
|
@prefixes = [['lldpIfTask-', true]]
|
352
393
|
@rn_format = 'lldpIfTask-%(id)s'
|
353
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
394
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
354
395
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
355
396
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
356
397
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -473,7 +514,7 @@ module ACIrb
|
|
473
514
|
@prefix = 'lldpInstSendTaskTask-'
|
474
515
|
@prefixes = [['lldpInstSendTaskTask-', true]]
|
475
516
|
@rn_format = 'lldpInstSendTaskTask-%(id)s'
|
476
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
517
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
477
518
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
478
519
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
479
520
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -785,5 +826,29 @@ module ACIrb
|
|
785
826
|
'rtresLldpInstPol'
|
786
827
|
end
|
787
828
|
end
|
829
|
+
class LldpRtVswitchOverrideLldpIfPol < MO
|
830
|
+
@class_name = 'lldp.RtVswitchOverrideLldpIfPol'
|
831
|
+
@ruby_class = 'LldpRtVswitchOverrideLldpIfPol'
|
832
|
+
@prefix = 'rtvmmVswitchOverrideLldpIfPol-'
|
833
|
+
@prefixes = [['rtvmmVswitchOverrideLldpIfPol-', true]]
|
834
|
+
@rn_format = 'rtvmmVswitchOverrideLldpIfPol-[%(tDn)s]'
|
835
|
+
@containers = ['LldpIfPol']
|
836
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
837
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
838
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
839
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
840
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
841
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
842
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
843
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
844
|
+
@child_classes = []
|
845
|
+
@label = 'VSwitch Policy Group'
|
846
|
+
@naming_props = ['tDn']
|
847
|
+
@read_only = true
|
848
|
+
|
849
|
+
def rn
|
850
|
+
'rtvmmVswitchOverrideLldpIfPol-[' << @attributes['tDn'] << ']'
|
851
|
+
end
|
852
|
+
end
|
788
853
|
|
789
854
|
end
|
data/lib/acirb/model/maint.rb
CHANGED
@@ -191,8 +191,8 @@ module ACIrb
|
|
191
191
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
192
192
|
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
193
193
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
194
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'FabricRtNodeGroup', 'MaintRsMgrpp', 'FabricNodeBlk', 'FaultDelegate']
|
195
|
-
@label = 'Maintenance Group'
|
194
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'MaintRtToMaintGrp', 'FabricRtNodeGroup', 'MaintRsMgrpp', 'FabricNodeBlk', 'FaultDelegate']
|
195
|
+
@label = 'POD Maintenance Group'
|
196
196
|
@naming_props = ['name']
|
197
197
|
@read_only = false
|
198
198
|
|
@@ -283,7 +283,7 @@ module ACIrb
|
|
283
283
|
'scheduler' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
284
284
|
'seqNum' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
285
285
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
286
|
-
@child_classes = ['TrigRtTriggerable', 'FaultDelegate', 'TrigTriggeredWindow']
|
286
|
+
@child_classes = ['TrigRtTriggerable', 'TrigTriggeredWindowDn', 'FaultDelegate', 'TrigTriggeredWindow']
|
287
287
|
@label = 'Maintenance Triggerable'
|
288
288
|
@naming_props = ['policyName']
|
289
289
|
@read_only = true
|
@@ -329,7 +329,7 @@ module ACIrb
|
|
329
329
|
@prefix = 'maintNodeInMaintTask-'
|
330
330
|
@prefixes = [['maintNodeInMaintTask-', true]]
|
331
331
|
@rn_format = 'maintNodeInMaintTask-%(id)s'
|
332
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
332
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
333
333
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
334
334
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
335
335
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -360,6 +360,34 @@ module ACIrb
|
|
360
360
|
'maintNodeInMaintTask-' << @attributes['id'] << ''
|
361
361
|
end
|
362
362
|
end
|
363
|
+
class MaintPodMaintGrp < MO
|
364
|
+
@class_name = 'maint.PodMaintGrp'
|
365
|
+
@ruby_class = 'MaintPodMaintGrp'
|
366
|
+
@prefix = 'podmaintgrp-'
|
367
|
+
@prefixes = [['podmaintgrp-', true]]
|
368
|
+
@rn_format = 'podmaintgrp-%(name)s'
|
369
|
+
@containers = ['FabricInst']
|
370
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
371
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
372
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
373
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
374
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
375
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
376
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
377
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
378
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
379
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
380
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
381
|
+
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
382
|
+
@child_classes = ['MaintRsToMaintGrp', 'FaultCounts', 'HealthInst', 'FabricPodBlk', 'FaultDelegate']
|
383
|
+
@label = 'POD Maintenance Group'
|
384
|
+
@naming_props = ['name']
|
385
|
+
@read_only = true
|
386
|
+
|
387
|
+
def rn
|
388
|
+
'podmaintgrp-' << @attributes['name'] << ''
|
389
|
+
end
|
390
|
+
end
|
363
391
|
class MaintRsFwinstlsrc < MO
|
364
392
|
@class_name = 'maint.RsFwinstlsrc'
|
365
393
|
@ruby_class = 'MaintRsFwinstlsrc'
|
@@ -583,6 +611,37 @@ module ACIrb
|
|
583
611
|
'rsreltomaintp'
|
584
612
|
end
|
585
613
|
end
|
614
|
+
class MaintRsToMaintGrp < MO
|
615
|
+
@class_name = 'maint.RsToMaintGrp'
|
616
|
+
@ruby_class = 'MaintRsToMaintGrp'
|
617
|
+
@prefix = 'rstoMaintGrp-'
|
618
|
+
@prefixes = [['rstoMaintGrp-', true]]
|
619
|
+
@rn_format = 'rstoMaintGrp-[%(tDn)s]'
|
620
|
+
@containers = ['MaintPodMaintGrp']
|
621
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
622
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
623
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
624
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
625
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
626
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
627
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
628
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
629
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
630
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
631
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
632
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
633
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
634
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
635
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
636
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
637
|
+
@label = 'Maintanence Group'
|
638
|
+
@naming_props = ['tDn']
|
639
|
+
@read_only = false
|
640
|
+
|
641
|
+
def rn
|
642
|
+
'rstoMaintGrp-[' << @attributes['tDn'] << ']'
|
643
|
+
end
|
644
|
+
end
|
586
645
|
class MaintRsWindowStarted < MO
|
587
646
|
@class_name = 'maint.RsWindowStarted'
|
588
647
|
@ruby_class = 'MaintRsWindowStarted'
|
@@ -700,7 +759,7 @@ module ACIrb
|
|
700
759
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
701
760
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
702
761
|
@child_classes = []
|
703
|
-
@label = 'Maintenance Group'
|
762
|
+
@label = 'POD Maintenance Group'
|
704
763
|
@naming_props = ['tDn']
|
705
764
|
@read_only = true
|
706
765
|
|
@@ -756,6 +815,30 @@ module ACIrb
|
|
756
815
|
'rtreltomaintp-[' << @attributes['tDn'] << ']'
|
757
816
|
end
|
758
817
|
end
|
818
|
+
class MaintRtToMaintGrp < MO
|
819
|
+
@class_name = 'maint.RtToMaintGrp'
|
820
|
+
@ruby_class = 'MaintRtToMaintGrp'
|
821
|
+
@prefix = 'rttoMaintGrp-'
|
822
|
+
@prefixes = [['rttoMaintGrp-', true]]
|
823
|
+
@rn_format = 'rttoMaintGrp-[%(tDn)s]'
|
824
|
+
@containers = ['MaintMaintGrp']
|
825
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
826
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
827
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
828
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
829
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
830
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
831
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
832
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
833
|
+
@child_classes = []
|
834
|
+
@label = 'POD Maintenance Group'
|
835
|
+
@naming_props = ['tDn']
|
836
|
+
@read_only = true
|
837
|
+
|
838
|
+
def rn
|
839
|
+
'rttoMaintGrp-[' << @attributes['tDn'] << ']'
|
840
|
+
end
|
841
|
+
end
|
759
842
|
class MaintTextNotif < MO
|
760
843
|
@class_name = 'maint.TextNotif'
|
761
844
|
@ruby_class = 'MaintTextNotif'
|
@@ -805,6 +888,7 @@ module ACIrb
|
|
805
888
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
806
889
|
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
807
890
|
'numAttempts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
891
|
+
'numAttemptsToBootupReady' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
808
892
|
'polName' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
809
893
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
810
894
|
'scheduler' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
data/lib/acirb/model/mcp.rb
CHANGED
@@ -103,7 +103,7 @@ module ACIrb
|
|
103
103
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
104
104
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
105
105
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
106
|
-
@child_classes = ['McpRtToMcpIfPol', 'McpRtMcpIfPolCons', 'McpRtMcpIfPol', 'McpRtOverrideMcpIfPol', 'FaultDelegate', 'McpRtResMcpIfPol']
|
106
|
+
@child_classes = ['McpRtToMcpIfPol', 'McpRtMcpIfPolCons', 'McpRtVswitchOverrideMcpIfPol', 'McpRtMcpIfPol', 'McpRtOverrideMcpIfPol', 'FaultDelegate', 'McpRtResMcpIfPol']
|
107
107
|
@label = 'Mis-cabling Protocol Interface Policy'
|
108
108
|
@naming_props = ['name']
|
109
109
|
@read_only = false
|
@@ -399,5 +399,29 @@ module ACIrb
|
|
399
399
|
'rttoMcpInstPol'
|
400
400
|
end
|
401
401
|
end
|
402
|
+
class McpRtVswitchOverrideMcpIfPol < MO
|
403
|
+
@class_name = 'mcp.RtVswitchOverrideMcpIfPol'
|
404
|
+
@ruby_class = 'McpRtVswitchOverrideMcpIfPol'
|
405
|
+
@prefix = 'rtvmmVswitchOverrideMcpIfPol-'
|
406
|
+
@prefixes = [['rtvmmVswitchOverrideMcpIfPol-', true]]
|
407
|
+
@rn_format = 'rtvmmVswitchOverrideMcpIfPol-[%(tDn)s]'
|
408
|
+
@containers = ['McpIfPol']
|
409
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
410
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
411
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
412
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
413
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
414
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
415
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
416
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
417
|
+
@child_classes = []
|
418
|
+
@label = 'VSwitch Policy Group'
|
419
|
+
@naming_props = ['tDn']
|
420
|
+
@read_only = true
|
421
|
+
|
422
|
+
def rn
|
423
|
+
'rtvmmVswitchOverrideMcpIfPol-[' << @attributes['tDn'] << ']'
|
424
|
+
end
|
425
|
+
end
|
402
426
|
|
403
427
|
end
|
data/lib/acirb/model/mgmt.rb
CHANGED
@@ -148,7 +148,7 @@ module ACIrb
|
|
148
148
|
@prefix = 'mgmtCollectionContTask-'
|
149
149
|
@prefixes = [['mgmtCollectionContTask-', true]]
|
150
150
|
@rn_format = 'mgmtCollectionContTask-%(id)s'
|
151
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
151
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
152
152
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
153
153
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
154
154
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -336,7 +336,7 @@ module ACIrb
|
|
336
336
|
'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
337
337
|
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
338
338
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
339
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'VzProvLbl', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'FvSubnet', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'MgmtRsMgmtBD', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', '
|
339
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'MgmtRtInB', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'VzProvLbl', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'FvSubnet', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'MgmtRsMgmtBD', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VnsGFolder', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'MgmtRtInbEpg', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'MgmtRsInBStNode', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
340
340
|
@label = 'In-Band Management EPg'
|
341
341
|
@naming_props = ['name']
|
342
342
|
@read_only = false
|
@@ -362,7 +362,7 @@ module ACIrb
|
|
362
362
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
363
363
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
364
364
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
365
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'FaultInst', 'MgmtRsInbEpg', 'MgmtRsAddrInst', 'FaultDelegate']
|
365
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'MgmtRsInB', 'FaultInst', 'MgmtRsInbEpg', 'MgmtRsAddrInst', 'FaultDelegate']
|
366
366
|
@label = 'InB Managed Nodes Zone'
|
367
367
|
@naming_props = []
|
368
368
|
@read_only = false
|
@@ -377,7 +377,7 @@ module ACIrb
|
|
377
377
|
@prefix = 'mgmtInBZoneTask-'
|
378
378
|
@prefixes = [['mgmtInBZoneTask-', true]]
|
379
379
|
@rn_format = 'mgmtInBZoneTask-%(id)s'
|
380
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
380
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
381
381
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
382
382
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
383
383
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -475,7 +475,7 @@ module ACIrb
|
|
475
475
|
@prefix = 'mgmtInstPTask-'
|
476
476
|
@prefixes = [['mgmtInstPTask-', true]]
|
477
477
|
@rn_format = 'mgmtInstPTask-%(id)s'
|
478
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
478
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
479
479
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
480
480
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
481
481
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -676,7 +676,7 @@ module ACIrb
|
|
676
676
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
677
677
|
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
678
678
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
679
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'InfraNodeBlk', 'InfraSelectorIssues', 'MgmtRsGrp', 'FaultDelegate']
|
679
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'InfraNodeBlk', 'InfraSelectorIssues', 'MgmtRsGrp', 'MgmtRtToNodeGrp', 'FaultDelegate']
|
680
680
|
@label = 'Node Management Address'
|
681
681
|
@naming_props = ['name']
|
682
682
|
@read_only = false
|
@@ -707,7 +707,7 @@ module ACIrb
|
|
707
707
|
'scope' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
708
708
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
709
709
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
710
|
-
@child_classes = ['MgmtRsOoBStNode', 'FaultCounts', 'HealthInst', 'FvRInfoHolder', 'MgmtRtOobEpg', 'FaultInst', 'FvRtARemoteHostToEpg', 'FvRtNtpProvToEpg', 'MgmtRsOoBCtx', 'TagAliasInst', 'MgmtRsOoBProv', 'TagAliasDelInst', 'FvRtSecProvToEpg', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'TagInst']
|
710
|
+
@child_classes = ['MgmtRsOoBStNode', 'FaultCounts', 'HealthInst', 'FvRInfoHolder', 'MgmtRtOobEpg', 'FaultInst', 'FvRtARemoteHostToEpg', 'FvRtNtpProvToEpg', 'MgmtRsOoBCtx', 'TagAliasInst', 'MgmtRsOoBProv', 'TagAliasDelInst', 'FvRtSecProvToEpg', 'FvRtProfileToEpg', 'MgmtRtOoB', 'FvRtEpg', 'FaultDelegate', 'TagInst']
|
711
711
|
@label = 'Out-Of-Band Management EPg'
|
712
712
|
@naming_props = ['name']
|
713
713
|
@read_only = false
|
@@ -722,7 +722,7 @@ module ACIrb
|
|
722
722
|
@prefix = 'mgmtOoBTask-'
|
723
723
|
@prefixes = [['mgmtOoBTask-', true]]
|
724
724
|
@rn_format = 'mgmtOoBTask-%(id)s'
|
725
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
725
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
726
726
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
727
727
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
728
728
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -770,7 +770,7 @@ module ACIrb
|
|
770
770
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
771
771
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
772
772
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
773
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'FaultInst', 'MgmtRsAddrInst', 'MgmtRsOobEpg', 'FaultDelegate']
|
773
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'FaultInst', 'MgmtRsOoB', 'MgmtRsAddrInst', 'MgmtRsOobEpg', 'FaultDelegate']
|
774
774
|
@label = 'OOB Managed Nodes Zone'
|
775
775
|
@naming_props = []
|
776
776
|
@read_only = false
|
@@ -785,7 +785,7 @@ module ACIrb
|
|
785
785
|
@prefix = 'mgmtOoBZoneTask-'
|
786
786
|
@prefixes = [['mgmtOoBZoneTask-', true]]
|
787
787
|
@rn_format = 'mgmtOoBZoneTask-%(id)s'
|
788
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
788
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
789
789
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
790
790
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
791
791
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -816,6 +816,34 @@ module ACIrb
|
|
816
816
|
'mgmtOoBZoneTask-' << @attributes['id'] << ''
|
817
817
|
end
|
818
818
|
end
|
819
|
+
class MgmtPodGrp < MO
|
820
|
+
@class_name = 'mgmt.PodGrp'
|
821
|
+
@ruby_class = 'MgmtPodGrp'
|
822
|
+
@prefix = 'mgmtpodgrp-'
|
823
|
+
@prefixes = [['mgmtpodgrp-', true]]
|
824
|
+
@rn_format = 'mgmtpodgrp-%(name)s'
|
825
|
+
@containers = ['InfraInfra']
|
826
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
827
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
828
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
829
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
830
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
831
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
832
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
833
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
834
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
835
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
836
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
837
|
+
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
838
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'FaultDelegate', 'MgmtRsToNodeGrp', 'InfraPodBlk']
|
839
|
+
@label = 'Pod Management Address'
|
840
|
+
@naming_props = ['name']
|
841
|
+
@read_only = true
|
842
|
+
|
843
|
+
def rn
|
844
|
+
'mgmtpodgrp-' << @attributes['name'] << ''
|
845
|
+
end
|
846
|
+
end
|
819
847
|
class MgmtRsAddrInst < MO
|
820
848
|
@class_name = 'mgmt.RsAddrInst'
|
821
849
|
@ruby_class = 'MgmtRsAddrInst'
|
@@ -878,6 +906,37 @@ module ACIrb
|
|
878
906
|
'rsgrp-[' << @attributes['tDn'] << ']'
|
879
907
|
end
|
880
908
|
end
|
909
|
+
class MgmtRsInB < MO
|
910
|
+
@class_name = 'mgmt.RsInB'
|
911
|
+
@ruby_class = 'MgmtRsInB'
|
912
|
+
@prefix = 'rsinB'
|
913
|
+
@prefixes = [['rsinB', false]]
|
914
|
+
@rn_format = 'rsinB'
|
915
|
+
@containers = ['MgmtInBZone']
|
916
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
917
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
918
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
919
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
920
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
921
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
922
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
923
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
924
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
925
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
926
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
927
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
928
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
929
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
930
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
931
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
932
|
+
@label = 'In-Band Management EPg'
|
933
|
+
@naming_props = []
|
934
|
+
@read_only = false
|
935
|
+
|
936
|
+
def rn
|
937
|
+
'rsinB'
|
938
|
+
end
|
939
|
+
end
|
881
940
|
class MgmtRsInbEpg < MO
|
882
941
|
@class_name = 'mgmt.RsInbEpg'
|
883
942
|
@ruby_class = 'MgmtRsInbEpg'
|
@@ -1008,6 +1067,37 @@ module ACIrb
|
|
1008
1067
|
'rsmgmtBD'
|
1009
1068
|
end
|
1010
1069
|
end
|
1070
|
+
class MgmtRsOoB < MO
|
1071
|
+
@class_name = 'mgmt.RsOoB'
|
1072
|
+
@ruby_class = 'MgmtRsOoB'
|
1073
|
+
@prefix = 'rsooB'
|
1074
|
+
@prefixes = [['rsooB', false]]
|
1075
|
+
@rn_format = 'rsooB'
|
1076
|
+
@containers = ['MgmtOoBZone']
|
1077
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1078
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1079
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1080
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1081
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1082
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1083
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1084
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1085
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1086
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1087
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1088
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1089
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1090
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1091
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1092
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
1093
|
+
@label = 'Out-Of-Band Management EPg'
|
1094
|
+
@naming_props = []
|
1095
|
+
@read_only = false
|
1096
|
+
|
1097
|
+
def rn
|
1098
|
+
'rsooB'
|
1099
|
+
end
|
1100
|
+
end
|
1011
1101
|
class MgmtRsOoBCons < MO
|
1012
1102
|
@class_name = 'mgmt.RsOoBCons'
|
1013
1103
|
@ruby_class = 'MgmtRsOoBCons'
|
@@ -1208,6 +1298,37 @@ module ACIrb
|
|
1208
1298
|
'rsrtdMgmtConf'
|
1209
1299
|
end
|
1210
1300
|
end
|
1301
|
+
class MgmtRsToNodeGrp < MO
|
1302
|
+
@class_name = 'mgmt.RsToNodeGrp'
|
1303
|
+
@ruby_class = 'MgmtRsToNodeGrp'
|
1304
|
+
@prefix = 'rstoNodeGrp-'
|
1305
|
+
@prefixes = [['rstoNodeGrp-', true]]
|
1306
|
+
@rn_format = 'rstoNodeGrp-[%(tDn)s]'
|
1307
|
+
@containers = ['MgmtPodGrp']
|
1308
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1309
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1310
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1311
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1312
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1313
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1314
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1315
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1316
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1317
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1318
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1319
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1320
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1321
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1322
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1323
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
1324
|
+
@label = 'Node Management Address'
|
1325
|
+
@naming_props = ['tDn']
|
1326
|
+
@read_only = false
|
1327
|
+
|
1328
|
+
def rn
|
1329
|
+
'rstoNodeGrp-[' << @attributes['tDn'] << ']'
|
1330
|
+
end
|
1331
|
+
end
|
1211
1332
|
class MgmtRtdMgmtIf < MO
|
1212
1333
|
@class_name = 'mgmt.RtdMgmtIf'
|
1213
1334
|
@ruby_class = 'MgmtRtdMgmtIf'
|
@@ -1258,6 +1379,30 @@ module ACIrb
|
|
1258
1379
|
'rtgrp-[' << @attributes['tDn'] << ']'
|
1259
1380
|
end
|
1260
1381
|
end
|
1382
|
+
class MgmtRtInB < MO
|
1383
|
+
@class_name = 'mgmt.RtInB'
|
1384
|
+
@ruby_class = 'MgmtRtInB'
|
1385
|
+
@prefix = 'rtinB-'
|
1386
|
+
@prefixes = [['rtinB-', true]]
|
1387
|
+
@rn_format = 'rtinB-[%(tDn)s]'
|
1388
|
+
@containers = ['MgmtInB']
|
1389
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1390
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1391
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1392
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1393
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1394
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1395
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1396
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
1397
|
+
@child_classes = []
|
1398
|
+
@label = 'InB Managed Nodes Zone'
|
1399
|
+
@naming_props = ['tDn']
|
1400
|
+
@read_only = true
|
1401
|
+
|
1402
|
+
def rn
|
1403
|
+
'rtinB-[' << @attributes['tDn'] << ']'
|
1404
|
+
end
|
1405
|
+
end
|
1261
1406
|
class MgmtRtInbEpg < MO
|
1262
1407
|
@class_name = 'mgmt.RtInbEpg'
|
1263
1408
|
@ruby_class = 'MgmtRtInbEpg'
|
@@ -1282,6 +1427,30 @@ module ACIrb
|
|
1282
1427
|
'rtinbEpg'
|
1283
1428
|
end
|
1284
1429
|
end
|
1430
|
+
class MgmtRtOoB < MO
|
1431
|
+
@class_name = 'mgmt.RtOoB'
|
1432
|
+
@ruby_class = 'MgmtRtOoB'
|
1433
|
+
@prefix = 'rtooB-'
|
1434
|
+
@prefixes = [['rtooB-', true]]
|
1435
|
+
@rn_format = 'rtooB-[%(tDn)s]'
|
1436
|
+
@containers = ['MgmtOoB']
|
1437
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1438
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1439
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1440
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1441
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1442
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1443
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1444
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
1445
|
+
@child_classes = []
|
1446
|
+
@label = 'OOB Managed Nodes Zone'
|
1447
|
+
@naming_props = ['tDn']
|
1448
|
+
@read_only = true
|
1449
|
+
|
1450
|
+
def rn
|
1451
|
+
'rtooB-[' << @attributes['tDn'] << ']'
|
1452
|
+
end
|
1453
|
+
end
|
1285
1454
|
class MgmtRtOobEpg < MO
|
1286
1455
|
@class_name = 'mgmt.RtOobEpg'
|
1287
1456
|
@ruby_class = 'MgmtRtOobEpg'
|
@@ -1332,6 +1501,30 @@ module ACIrb
|
|
1332
1501
|
'rtrtdMgmtConf'
|
1333
1502
|
end
|
1334
1503
|
end
|
1504
|
+
class MgmtRtToNodeGrp < MO
|
1505
|
+
@class_name = 'mgmt.RtToNodeGrp'
|
1506
|
+
@ruby_class = 'MgmtRtToNodeGrp'
|
1507
|
+
@prefix = 'rttoNodeGrp-'
|
1508
|
+
@prefixes = [['rttoNodeGrp-', true]]
|
1509
|
+
@rn_format = 'rttoNodeGrp-[%(tDn)s]'
|
1510
|
+
@containers = ['MgmtNodeGrp']
|
1511
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1512
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1513
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1514
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1515
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1516
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1517
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1518
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
1519
|
+
@child_classes = []
|
1520
|
+
@label = 'Pod Management Address'
|
1521
|
+
@naming_props = ['tDn']
|
1522
|
+
@read_only = true
|
1523
|
+
|
1524
|
+
def rn
|
1525
|
+
'rttoNodeGrp-[' << @attributes['tDn'] << ']'
|
1526
|
+
end
|
1527
|
+
end
|
1335
1528
|
class MgmtStNodeDef < MO
|
1336
1529
|
@class_name = 'mgmt.StNodeDef'
|
1337
1530
|
@ruby_class = 'MgmtStNodeDef'
|