summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json
blob: 4f5dffbb0d53fb9198cd007e9a36ac071a8936b9 (plain)
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
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
{
    "$id": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.v1_3_1.json",
    "$ref": "#/definitions/NetworkDeviceFunction",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "Actions": {
            "additionalProperties": false,
            "description": "The available actions for this resource.",
            "longDescription": "This type shall contain the available actions for this resource.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "Oem": {
                    "$ref": "#/definitions/OemActions",
                    "description": "This property contains the available OEM specific actions for this resource.",
                    "longDescription": "This property shall contain any additional OEM actions for this resource.",
                    "versionAdded": "v1_1_0"
                }
            },
            "type": "object"
        },
        "AuthenticationMethod": {
            "enum": [
                "None",
                "CHAP",
                "MutualCHAP"
            ],
            "enumDescriptions": {
                "CHAP": "iSCSI Challenge Handshake Authentication Protocol (CHAP) authentication is used.",
                "MutualCHAP": "iSCSI Mutual Challenge Handshake Authentication Protocol (CHAP) authentication is used.",
                "None": "No iSCSI authentication is used."
            },
            "type": "string"
        },
        "BootMode": {
            "enum": [
                "Disabled",
                "PXE",
                "iSCSI",
                "FibreChannel",
                "FibreChannelOverEthernet"
            ],
            "enumDescriptions": {
                "Disabled": "Do not indicate to UEFI/BIOS that this device is bootable.",
                "FibreChannel": "Boot this device using the embedded Fibre Channel support and configuration.  Only applicable if the NetworkDeviceFunctionType is set to FibreChannel.",
                "FibreChannelOverEthernet": "Boot this device using the embedded Fibre Channel over Ethernet (FCoE) boot support and configuration.  Only applicable if the NetworkDeviceFunctionType is set to FibreChannelOverEthernet.",
                "PXE": "Boot this device using the embedded PXE support.  Only applicable if the NetworkDeviceFunctionType is set to Ethernet.",
                "iSCSI": "Boot this device using the embedded iSCSI boot support and configuration.  Only applicable if the NetworkDeviceFunctionType is set to iSCSI."
            },
            "type": "string"
        },
        "BootTargets": {
            "additionalProperties": false,
            "description": "A Fibre Channel boot target configured for a network device function.",
            "longDescription": "This type shall describe a Fibre Channel boot target configured for a network device function.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "BootPriority": {
                    "description": "The relative priority for this entry in the boot targets array.",
                    "longDescription": "The value of this property shall be the relative priority for this entry in the boot targets array.  Lower numbers shall represent higher priority, with zero being the highest priority.  The BootPriority shall be unique for all entries of the BootTargets array.",
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "LUNID": {
                    "description": "The Logical Unit Number (LUN) ID to boot from on the device referred to by the corresponding WWPN.",
                    "longDescription": "The value of this property shall be the Logical Unit Number (LUN) ID to boot from on the device referred to by the corresponding WWPN.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "WWPN": {
                    "description": "The World-Wide Port Name to boot from.",
                    "longDescription": "The value of this property shall be World-Wide Port Name (WWPN) to boot from.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "type": "object"
        },
        "Ethernet": {
            "additionalProperties": false,
            "description": "This type describes Ethernet capabilities, status, and configuration of a network device function.",
            "longDescription": "This type shall describe the Ethernet capabilities, status, and configuration values for a network device function.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "MACAddress": {
                    "description": "This is the currently configured MAC address of the (logical port) network device function.",
                    "longDescription": "The value of this property shall be the effective current MAC Address of this network device function. If an assignable MAC address is not supported, this is a read only alias of the PermanentMACAddress.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "MTUSize": {
                    "description": "The Maximum Transmission Unit (MTU) configured for this network device function.",
                    "longDescription": "The Maximum Transmission Unit (MTU) configured for this Network Device Function.  This value serves as a default for the OS driver when booting.  The value only takes-effect on boot.",
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "PermanentMACAddress": {
                    "description": "This is the permanent MAC address assigned to this network device function (physical function).",
                    "longDescription": "The value of this property shall be the Permanent MAC Address of this network device function (physical function). This value is typically programmed during the manufacturing time. This address is not assignable.",
                    "readonly": true,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "VLAN": {
                    "anyOf": [
                        {
                            "$ref": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.json#/definitions/VLAN"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "If this Network Interface supports more than one VLAN, this property is not present. VLANs collections appear in the Link section of this resource.",
                    "longDescription": "The value of this property shall be the VLAN for this interface.  If this interface supports more than one VLAN, the VLAN property shall not be present and the VLANS collection link shall be present instead.",
                    "versionAdded": "v1_3_0"
                },
                "VLANs": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection.json#/definitions/VLanNetworkInterfaceCollection",
                    "description": "This is a reference to a collection of VLANs and is only used if the interface supports more than one VLANs.",
                    "longDescription": "The value of this property shall reference a collection of VLAN resources. If this property is used, the VLANEnabled and VLANId property shall not be used.",
                    "readonly": true,
                    "versionAdded": "v1_3_0"
                }
            },
            "type": "object"
        },
        "FibreChannel": {
            "additionalProperties": false,
            "description": "This type describes Fibre Channel capabilities, status, and configuration of a network device function.",
            "longDescription": "This object shall describe the Fibre Channel capabilities, status, and configuration values for a network device function.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "AllowFIPVLANDiscovery": {
                    "description": "Whether the FCoE Initialization Protocol (FIP) is used for populating the FCoE VLAN Id.",
                    "longDescription": "For FCoE connections, the value of this property shall be a boolean indicating whether the FIP VLAN Discovery Protocol is used to determine the FCoE VLAN ID selected by the network device function for the FCoE connection.  If true, and the FIP VLAN Discovery succeeds, the FCoEActiveVLANId property shall reflect the FCoE VLAN ID to be used for all FCoE traffic.  If false, or if the FIP VLAN Discovery protocol fails, the FCoELocalVLANId shall be used for all FCoE traffic and the FCoEActiveVLANId shall reflect the FCoELocalVLANId.",
                    "readonly": false,
                    "type": [
                        "boolean",
                        "null"
                    ]
                },
                "BootTargets": {
                    "description": "An array of Fibre Channel boot targets configured for this network device function.",
                    "items": {
                        "anyOf": [
                            {
                                "$ref": "#/definitions/BootTargets"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "longDescription": "The value of this property shall be an array of Fibre Channel boot targets configured for this network device function.",
                    "type": "array"
                },
                "FCoEActiveVLANId": {
                    "description": "The active FCoE VLAN ID.",
                    "longDescription": "For FCoE connections, the value of this property shall be null or a VLAN ID currently being used for FCoE traffic.  When the FCoE link is down this value shall be null.  When the FCoE link is up this value shall be either the FCoELocalVLANId property or a VLAN discovered via the FIP protocol.",
                    "maximum": 4094,
                    "minimum": 0,
                    "readonly": true,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "FCoELocalVLANId": {
                    "description": "The locally configured FCoE VLAN ID.",
                    "longDescription": "For FCoE connections, the value of this property shall be the VLAN ID configured locally by setting this property.  This value shall be used for FCoE traffic to this network device function during boot unless AllowFIPVLANDiscovery is true and a valid FCoE VLAN ID is found via the FIP VLAN Discovery Protocol.",
                    "maximum": 4094,
                    "minimum": 0,
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "FibreChannelId": {
                    "description": "The Fibre Channel Id assigned by the switch for this interface.",
                    "longDescription": "This property shall indicate the Fibre Channel Id assigned by the switch for this interface.",
                    "readonly": true,
                    "type": [
                        "string",
                        "null"
                    ],
                    "versionAdded": "v1_3_0"
                },
                "PermanentWWNN": {
                    "description": "This is the permanent WWNN address assigned to this network device function (physical function).",
                    "longDescription": "The value of this property shall be the permanent World-Wide Node Name (WWNN) of this network device function (physical function). This value is typically programmed during the manufacturing time. This address is not assignable.",
                    "readonly": true,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "PermanentWWPN": {
                    "description": "This is the permanent WWPN address assigned to this network device function (physical function).",
                    "longDescription": "The value of this property shall be the permanent World-Wide Port Name (WWPN) of this network device function (physical function). This value is typically programmed during the manufacturing time. This address is not assignable.",
                    "readonly": true,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "WWNN": {
                    "description": "This is the currently configured WWNN address of the network device function (physical function).",
                    "longDescription": "The value of this property shall be the effective current World-Wide Node Name (WWNN) of this network device function (physical function). If an assignable WWNN is not supported, this is a read only alias of the PermanentWWNN.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "WWNSource": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/WWNSource"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "The configuration source of the WWNs for this connection (WWPN and WWNN).",
                    "longDescription": "The value of this property shall be the configuration source of the World-Wide Names (WWNs) for this connection (WWPN and WWNN).",
                    "readonly": false
                },
                "WWPN": {
                    "description": "This is the currently configured WWPN address of the network device function (physical function).",
                    "longDescription": "The value of this property shall be the effective current World-Wide Port Name (WWPN) of this network device function (physical function). If an assignable WWPN is not supported, this is a read only alias of the PermanentWWPN.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                }
            },
            "type": "object"
        },
        "IPAddressType": {
            "enum": [
                "IPv4",
                "IPv6"
            ],
            "enumDescriptions": {
                "IPv4": "IPv4 addressing is used for all IP-fields in this object.",
                "IPv6": "IPv6 addressing is used for all IP-fields in this object."
            },
            "type": "string"
        },
        "Links": {
            "additionalProperties": false,
            "description": "Contains references to other resources that are related to this resource.",
            "longDescription": "This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "Endpoints": {
                    "description": "An array of references to endpoints associated with this network device function.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint"
                    },
                    "longDescription": "The type shall contain an array property who's members reference resources, of type Endpoint, which are associated with this network device function.",
                    "readonly": true,
                    "type": "array",
                    "versionAdded": "v1_2_0"
                },
                "Endpoints@odata.count": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
                },
                "PCIeFunction": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json#/definitions/PCIeFunction",
                    "description": "A reference to the PCIeFunction associated with this Network Device Function.",
                    "longDescription": "The value of this property shall be a references of type PCIeFunction that represents the PCI-e Function associated with this Network Device Function.",
                    "readonly": true
                },
                "PhysicalPortAssignment": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json#/definitions/NetworkPort",
                    "description": "The physical port that this network device function is currently assigned to.",
                    "longDescription": "The value of this property shall be the physical port that this network device function is currently assigned to. This value shall be one of the AssignablePhysicalPorts array members.",
                    "versionAdded": "v1_3_0"
                }
            },
            "type": "object"
        },
        "NetworkDeviceFunction": {
            "additionalProperties": false,
            "description": "A Network Device Function represents a logical interface exposed by the network adapter.",
            "longDescription": "A Network Device Function represents a logical interface exposed by the network adapter.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "@odata.context": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context"
                },
                "@odata.etag": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag"
                },
                "@odata.id": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id"
                },
                "@odata.type": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type"
                },
                "Actions": {
                    "$ref": "#/definitions/Actions",
                    "description": "The available actions for this resource.",
                    "longDescription": "The Actions property shall contain the available actions for this resource.",
                    "versionAdded": "v1_1_0"
                },
                "AssignablePhysicalPorts": {
                    "description": "The array of physical port references that this network device function may be assigned to.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json#/definitions/NetworkPort"
                    },
                    "longDescription": "The value of this property shall be an array of physical port references that this network device function may be assigned to.",
                    "readonly": true,
                    "type": "array"
                },
                "AssignablePhysicalPorts@odata.count": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
                },
                "BootMode": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/BootMode"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "The boot mode configured for this network device function.",
                    "longDescription": "The value of this property shall be the boot mode configured for this network device function.  If the value is not quot;Disabled\", this network device function shall be configured for boot using the specified technology.",
                    "readonly": false
                },
                "Description": {
                    "anyOf": [
                        {
                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "readonly": true
                },
                "DeviceEnabled": {
                    "description": "Whether the network device function is enabled.",
                    "longDescription": "The value of this property shall be a boolean indicating whether the network device function is enabled.  Disabled network device functions shall not be enumerated or seen by the operating system.",
                    "readonly": false,
                    "type": [
                        "boolean",
                        "null"
                    ]
                },
                "Ethernet": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/Ethernet"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "Ethernet.",
                    "longDescription": "This object shall contain Ethernet capabilities, status, and configuration values for this network device function."
                },
                "FibreChannel": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/FibreChannel"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "Fibre Channel.",
                    "longDescription": "This object shall contain Fibre Channel capabilities, status, and configuration values for this network device function."
                },
                "Id": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
                    "readonly": true
                },
                "Links": {
                    "$ref": "#/definitions/Links",
                    "description": "Links.",
                    "longDescription": "Links for this NetworkDeviceFunction."
                },
                "MaxVirtualFunctions": {
                    "description": "The number of virtual functions (VFs) that are available for this Network Device Function.",
                    "longDescription": "The value of this property shall be the number of virtual functions (VFs) that are available for this Network Device Function.",
                    "readonly": true,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "Name": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
                    "readonly": true
                },
                "NetDevFuncCapabilities": {
                    "description": "Capabilities of this network device function.",
                    "items": {
                        "anyOf": [
                            {
                                "$ref": "#/definitions/NetworkDeviceTechnology"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "longDescription": "This object shall contain an array of capabilities of this network device function.",
                    "readonly": true,
                    "type": "array"
                },
                "NetDevFuncType": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/NetworkDeviceTechnology"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "The configured capability of this network device function.",
                    "longDescription": "The value of this property shall be the configured capability of this network device function.",
                    "readonly": false
                },
                "Oem": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
                    "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.",
                    "longDescription": "The value of this string shall be of the format for the reserved word *Oem*."
                },
                "PhysicalPortAssignment": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json#/definitions/NetworkPort",
                    "description": "The physical port that this network device function is currently assigned to.",
                    "longDescription": "The value of this property shall be the physical port that this network device function is currently assigned to. This value shall be one of the AssignablePhysicalPorts array members.",
                    "readonly": true
                },
                "Status": {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
                    "description": "This property describes the status and health of the resource and its children.",
                    "longDescription": "This property shall contain any status or health properties of the resource."
                },
                "VirtualFunctionsEnabled": {
                    "description": "Whether Single Root I/O Virtualization (SR-IOV) Virual Functions (VFs) are enabled for this Network Device Function.",
                    "longDescription": "The value of this property shall be a boolean indicating whether Single Root I/O Virtualization (SR-IOV) Virual Functions (VFs) are enabled for this Network Device Function.",
                    "readonly": true,
                    "type": [
                        "boolean",
                        "null"
                    ]
                },
                "iSCSIBoot": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/iSCSIBoot"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "iSCSI Boot.",
                    "longDescription": "This object shall contain iSCSI boot capabilities, status, and configuration values for this network device function."
                }
            },
            "required": [
                "@odata.id",
                "@odata.type",
                "Id",
                "Name"
            ],
            "type": "object"
        },
        "NetworkDeviceTechnology": {
            "enum": [
                "Disabled",
                "Ethernet",
                "FibreChannel",
                "iSCSI",
                "FibreChannelOverEthernet"
            ],
            "enumDescriptions": {
                "Disabled": "Neither enumerated nor visible to the operating system.",
                "Ethernet": "Appears to the operating system as an Ethernet device.",
                "FibreChannel": "Appears to the operating system as a Fibre Channel device.",
                "FibreChannelOverEthernet": "Appears to the operating system as an FCoE device.",
                "iSCSI": "Appears to the operating system as an iSCSI device."
            },
            "type": "string"
        },
        "OemActions": {
            "additionalProperties": true,
            "description": "The available OEM specific actions for this resource.",
            "longDescription": "This type shall contain any additional OEM actions for this resource.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {},
            "type": "object"
        },
        "WWNSource": {
            "enum": [
                "ConfiguredLocally",
                "ProvidedByFabric"
            ],
            "enumDescriptions": {
                "ConfiguredLocally": "The set of FC/FCoE boot targets was applied locally through API or UI.",
                "ProvidedByFabric": "The set of FC/FCoE boot targets was applied by the Fibre Channel fabric."
            },
            "type": "string"
        },
        "iSCSIBoot": {
            "additionalProperties": false,
            "description": "This type describes iSCSI boot capabilities, status, and configuration of a network device function.",
            "longDescription": "This type shall describe the iSCSI boot capabilities, status, and configuration values for a network device function.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "AuthenticationMethod": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/AuthenticationMethod"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "The iSCSI boot authentication method for this network device function.",
                    "longDescription": "The value of this property shall be the iSCSI boot authentication method for this network device function.",
                    "readonly": false
                },
                "CHAPSecret": {
                    "description": "The shared secret for CHAP authentication.",
                    "longDescription": "The value of this property shall be the shared secret for CHAP authentication.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "CHAPUsername": {
                    "description": "The username for CHAP authentication.",
                    "longDescription": "The value of this property shall behe username for CHAP authentication.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "IPAddressType": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/IPAddressType"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "description": "The type of IP address (IPv6 or IPv4) being populated in the iSCSIBoot IP address fields.",
                    "longDescription": "The value of this property shall behe type of IP address (IPv6 or IPv4) being populated in the iSCSIBoot IP address fields.  Mixing of IPv6 and IPv4 addresses on the same network device function shall not be permissible.",
                    "readonly": false
                },
                "IPMaskDNSViaDHCP": {
                    "description": "Whether the iSCSI boot initiator uses DHCP to obtain the iniator name, IP address, and netmask.",
                    "longDescription": "The value of this property shall be a boolean indicating whether the iSCSI boot initiator uses DHCP to obtain the iniator name, IP address, and netmask.",
                    "readonly": false,
                    "type": [
                        "boolean",
                        "null"
                    ]
                },
                "InitiatorDefaultGateway": {
                    "description": "The IPv6 or IPv4 iSCSI boot default gateway.",
                    "longDescription": "The value of this property shall be the IPv6 or IPv4 iSCSI boot default gateway.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "InitiatorIPAddress": {
                    "description": "The IPv6 or IPv4 address of the iSCSI initiator.",
                    "longDescription": "The value of this property shall be the IPv6 or IPv4 address of the iSCSI boot initiator.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "InitiatorName": {
                    "description": "The iSCSI initiator name.",
                    "longDescription": "The value of this property shall be the iSCSI boot initiator name.  The value of this property should match formats defined in RFC3720 or RFC3721.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "InitiatorNetmask": {
                    "description": "The IPv6 or IPv4 netmask of the iSCSI boot initiator.",
                    "longDescription": "The value of this property shall be the IPv6 or IPv4 netmask of the iSCSI boot initiator.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "MutualCHAPSecret": {
                    "description": "The CHAP Secret for 2-way CHAP authentication.",
                    "longDescription": "The value of this property shall be the CHAP Secret for 2-way CHAP authentication.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "MutualCHAPUsername": {
                    "description": "The CHAP Username for 2-way CHAP authentication.",
                    "longDescription": "The value of this property shall be the CHAP Username for 2-way CHAP authentication.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "PrimaryDNS": {
                    "description": "The IPv6 or IPv4 address of the primary DNS server for the iSCSI boot initiator.",
                    "longDescription": "The value of this property shall be the IPv6 or IPv4 address of the primary DNS server for the iSCSI boot initiator.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "PrimaryLUN": {
                    "description": "The logical unit number (LUN) for the primary iSCSI boot target.",
                    "longDescription": "The value of this property shall be the logical unit number (LUN) for the primary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "PrimaryTargetIPAddress": {
                    "description": "The IP address (IPv6 or IPv4) for the primary iSCSI boot target.",
                    "longDescription": "The value of this property shall be the IP address (IPv6 or IPv4) for the primary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "PrimaryTargetName": {
                    "description": "The name of the iSCSI primary boot target.",
                    "longDescription": "The value of this property shall be the name of the primary iSCSI boot target.  The value of this property should match formats defined in RFC3720 or RFC3721.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "PrimaryTargetTCPPort": {
                    "description": "The TCP port for the primary iSCSI boot target.",
                    "longDescription": "The value of this property shall be the TCP port for the primary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "PrimaryVLANEnable": {
                    "description": "This indicates if the primary VLAN is enabled.",
                    "longDescription": "The value of this property shall be used to indicate if this VLAN is enabled for the primary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "boolean",
                        "null"
                    ]
                },
                "PrimaryVLANId": {
                    "description": "The 802.1q VLAN ID to use for iSCSI boot from the primary target.",
                    "longDescription": "The value of this property shall be the 802.1q VLAN ID to use for iSCSI boot from the primary target.  This VLAN ID is only used if PrimaryVLANEnable is true.",
                    "maximum": 4094,
                    "minimum": 0,
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "RouterAdvertisementEnabled": {
                    "description": "Whether IPv6 router advertisement is enabled for the iSCSI boot target.",
                    "longDescription": "The value of this property shall be a boolean indicating whether IPv6 router advertisement is enabled for the iSCSI boot target.  This setting shall only apply to IPv6 configurations.",
                    "readonly": false,
                    "type": [
                        "boolean",
                        "null"
                    ]
                },
                "SecondaryDNS": {
                    "description": "The IPv6 or IPv4 address of the secondary DNS server for the iSCSI boot initiator.",
                    "longDescription": "The value of this property shall be the IPv6 or IPv4 address of the secondary DNS server for the iSCSI boot initiator.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "SecondaryLUN": {
                    "description": "The logical unit number (LUN) for the secondary iSCSI boot target.",
                    "longDescription": "The value of this property shall be the logical unit number (LUN) for the secondary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "SecondaryTargetIPAddress": {
                    "description": "The IP address (IPv6 or IPv4) for the secondary iSCSI boot target.",
                    "longDescription": "The value of this property shall be the IP address (IPv6 or IPv4) for the secondary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "SecondaryTargetName": {
                    "description": "The name of the iSCSI secondary boot target.",
                    "longDescription": "The value of this property shall be the name of the secondary iSCSI boot target.  The value of this property should match formats defined in RFC3720 or RFC3721.",
                    "readonly": false,
                    "type": [
                        "string",
                        "null"
                    ]
                },
                "SecondaryTargetTCPPort": {
                    "description": "The TCP port for the secondary iSCSI boot target.",
                    "longDescription": "The value of this property shall be the TCP port for the secondary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "SecondaryVLANEnable": {
                    "description": "This indicates if the secondary VLAN is enabled.",
                    "longDescription": "The value of this property shall be used to indicate if this VLAN is enabled for the secondary iSCSI boot target.",
                    "readonly": false,
                    "type": [
                        "boolean",
                        "null"
                    ]
                },
                "SecondaryVLANId": {
                    "description": "The 802.1q VLAN ID to use for iSCSI boot from the secondary target.",
                    "longDescription": "The value of this property shall be the 802.1q VLAN ID to use for iSCSI boot from the secondary target.  This VLAN ID is only used if SecondaryVLANEnable is true.",
                    "maximum": 4094,
                    "minimum": 0,
                    "readonly": false,
                    "type": [
                        "integer",
                        "null"
                    ]
                },
                "TargetInfoViaDHCP": {
                    "description": "Whether the iSCSI boot target name, LUN, IP address, and netmask should be obtained from DHCP.",
                    "longDescription": "The value of this property shall be a boolean indicating whether the iSCSI boot target name, LUN, IP address, and netmask should be obtained from DHCP.",
                    "readonly": false,
                    "type": [
                        "boolean",
                        "null"
                    ]
                }
            },
            "type": "object"
        }
    },
    "owningEntity": "DMTF",
    "release": "2018.2",
    "title": "#NetworkDeviceFunction.v1_3_1.NetworkDeviceFunction"
}