summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json')
-rw-r--r--static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json284
1 files changed, 119 insertions, 165 deletions
diff --git a/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json b/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
index efe704d112..b6109673a5 100644
--- a/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
+++ b/static/redfish/v1/JsonSchemas/NetworkAdapter/NetworkAdapter.json
@@ -1,14 +1,15 @@
{
+ "$id": "http://redfish.dmtf.org/schemas/v1/NetworkAdapter.v1_3_0.json",
"$ref": "#/definitions/NetworkAdapter",
"$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",
+ "copyright": "Copyright 2014-2019 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.",
+ "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_.]+$": {
+ "^([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",
@@ -27,8 +28,8 @@
},
"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."
+ "description": "The available OEM-specific actions for this Resource.",
+ "longDescription": "This property shall contain the available OEM-specific actions for this Resource."
}
},
"type": "object"
@@ -38,7 +39,7 @@
"description": "The capabilities of a controller.",
"longDescription": "This type shall describe the capabilities of a controller.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -53,44 +54,24 @@
},
"properties": {
"DataCenterBridging": {
- "anyOf": [
- {
- "$ref": "#/definitions/DataCenterBridging"
- },
- {
- "type": "null"
- }
- ],
- "description": "Data Center Bridging (DCB) for this controller.",
- "longDescription": "This object shall contain capability, status, and configuration values related to Data Center Bridging (DCB) for this controller."
+ "$ref": "#/definitions/DataCenterBridging",
+ "description": "Data center bridging (DCB) for this controller.",
+ "longDescription": "This property shall contain capability, status, and configuration values related to data center bridging (DCB) for this controller."
},
"NPAR": {
- "anyOf": [
- {
- "$ref": "#/definitions/NicPartitioning"
- },
- {
- "type": "null"
- }
- ],
+ "$ref": "#/definitions/NicPartitioning",
"description": "NIC Partitioning (NPAR) capabilities for this controller.",
- "longDescription": "This object shall contain capability, status, and configuration values related to NIC partitioning for this controller."
+ "longDescription": "This property shall contain capability, status, and configuration values related to NIC partitioning for this controller.",
+ "versionAdded": "v1_2_0"
},
"NPIV": {
- "anyOf": [
- {
- "$ref": "#/definitions/NPIV"
- },
- {
- "type": "null"
- }
- ],
+ "$ref": "#/definitions/NPIV",
"description": "N_Port ID Virtualization (NPIV) capabilties for this controller.",
- "longDescription": "This object shall contain N_Port ID Virtualization (NPIV) capabilties for this controller."
+ "longDescription": "This property shall contain N_Port ID Virtualization (NPIV) capabilties for this controller."
},
"NetworkDeviceFunctionCount": {
"description": "The maximum number of physical functions available on this controller.",
- "longDescription": "The value of this property shall be the number of physical functions available on this controller.",
+ "longDescription": "This property shall contain the number of physical functions available on this controller.",
"readonly": true,
"type": [
"integer",
@@ -99,7 +80,7 @@
},
"NetworkPortCount": {
"description": "The number of physical ports on this controller.",
- "longDescription": "The value of this property shall be the number of physical ports on this controller.",
+ "longDescription": "This property shall contain the number of physical ports on this controller.",
"readonly": true,
"type": [
"integer",
@@ -107,26 +88,19 @@
]
},
"VirtualizationOffload": {
- "anyOf": [
- {
- "$ref": "#/definitions/VirtualizationOffload"
- },
- {
- "type": "null"
- }
- ],
+ "$ref": "#/definitions/VirtualizationOffload",
"description": "Virtualization offload for this controller.",
- "longDescription": "This object shall contain capability, status, and configuration values related to virtualization offload for this controller."
+ "longDescription": "This property shall contain capability, status, and configuration values related to virtualization offload for this controller."
}
},
"type": "object"
},
"ControllerLinks": {
"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.",
+ "description": "The links to other Resources that are related to this Resource.",
+ "longDescription": "The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -141,45 +115,45 @@
},
"properties": {
"NetworkDeviceFunctions": {
- "description": "An array of references to the NetworkDeviceFunctions associated with this Network Controller.",
+ "description": "An array of links to the NetworkDeviceFunctions associated with this Network Controller.",
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json#/definitions/NetworkDeviceFunction"
},
- "longDescription": "The value of this property shall be an array of references of type NetworkDeviceFunction that represent the Network Device Functions associated with this Network Controller.",
+ "longDescription": "This property shall contain an array of links of the NetworkDeviceFunction type that represent the network device functions associated with this Network Controller.",
"readonly": true,
"type": "array"
},
"NetworkDeviceFunctions@odata.count": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
},
"NetworkPorts": {
- "description": "An array of references to the NetworkPorts associated with this Network Controller.",
+ "description": "An array of links to the NetworkPorts associated with this Network Controller.",
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json#/definitions/NetworkPort"
},
- "longDescription": "The value of this property shall be an array of references of type NetworkPort that represent the Network Ports associated with this Network Controller.",
+ "longDescription": "This property shall contain an array of links of the NetworkPort type that represent the Network Ports associated with this Network Controller.",
"readonly": true,
"type": "array"
},
"NetworkPorts@odata.count": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
},
"Oem": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
- "description": "Oem extension object.",
- "longDescription": "This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."
+ "description": "The OEM extension property.",
+ "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
},
"PCIeDevices": {
- "description": "An array of references to the PCIeDevices associated with this Network Controller.",
+ "description": "An array of links to the PCIeDevices associated with this Network Controller.",
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice"
},
- "longDescription": "The value of this property shall be an array of references of type PCIeDevice that represent the PCI-e Devices associated with this Network Controller.",
+ "longDescription": "This property shall contain an array of links of the PCIeDevice type that represent the PCIe devices associated with this Network Controller.",
"readonly": true,
"type": "array"
},
"PCIeDevices@odata.count": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
}
},
"type": "object"
@@ -189,7 +163,7 @@
"description": "A network controller ASIC that makes up part of a NetworkAdapter.",
"longDescription": "This type shall describe a network controller ASIC that makes up part of a NetworkAdapter.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -204,57 +178,54 @@
},
"properties": {
"ControllerCapabilities": {
- "anyOf": [
- {
- "$ref": "#/definitions/ControllerCapabilities"
- },
- {
- "type": "null"
- }
- ],
+ "$ref": "#/definitions/ControllerCapabilities",
"description": "The capabilities of this controller.",
- "longDescription": "The value of this property shall contain the capabilities of this controller."
+ "longDescription": "This property shall contain the capabilities of this controller."
},
"FirmwarePackageVersion": {
"description": "The version of the user-facing firmware package.",
- "longDescription": "The value of this property shall be the version number of the user-facing firmware package.",
+ "longDescription": "This property shall contain the version number of the user-facing firmware package.",
"readonly": true,
"type": [
"string",
"null"
]
},
+ "Identifiers": {
+ "description": "The Durable names for the network adapter.",
+ "items": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Identifier"
+ },
+ "longDescription": "This property shall contain a list of all known durable names for the associated network adapter.",
+ "type": "array",
+ "versionAdded": "v1_3_0"
+ },
"Links": {
"$ref": "#/definitions/ControllerLinks",
- "description": "Links.",
+ "description": "The links.",
"longDescription": "Links for this controller."
},
"Location": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
- "description": "The Location of the network adapter controller.",
- "longDescription": "This property shall contain location information of the associated network adapter controller."
+ "description": "The location of the network adapter controller.",
+ "longDescription": "This property shall contain location information of the associated network adapter controller.",
+ "versionAdded": "v1_1_0"
},
"PCIeInterface": {
- "anyOf": [
- {
- "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeInterface"
- },
- {
- "type": "null"
- }
- ],
+ "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeInterface",
"description": "The PCIe interface details for this controller.",
- "longDescription": "This object shall contain details on the PCIe interface used to connect this PCIe-based controller to its host."
+ "longDescription": "This property shall contain details for the PCIe interface that connects this PCIe-based controller to its host.",
+ "versionAdded": "v1_2_0"
}
},
"type": "object"
},
"DataCenterBridging": {
"additionalProperties": false,
- "description": "Data Center Bridging (DCB) for capabilities of a controller.",
- "longDescription": "This type shall describe the capability, status, and configuration values related to Data Center Bridging (DCB) for a controller.",
+ "description": "Data center bridging (DCB) for capabilities of a controller.",
+ "longDescription": "This type shall describe the capability, status, and configuration values related to data center bridging (DCB) for a controller.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -269,8 +240,8 @@
},
"properties": {
"Capable": {
- "description": "Whether this controller is capable of Data Center Bridging (DCB).",
- "longDescription": "The value of this property shall be a boolean indicating whether this controller is capable of Data Center Bridging (DCB).",
+ "description": "An indication of whether this controller is capable of data center bridging (DCB).",
+ "longDescription": "This property shall indicate whether this controller is capable of data center bridging (DCB).",
"readonly": true,
"type": [
"boolean",
@@ -285,7 +256,7 @@
"description": "N_Port ID Virtualization (NPIV) capabilties for a controller.",
"longDescription": "This type shall contain N_Port ID Virtualization (NPIV) capabilties for a controller.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -301,7 +272,7 @@
"properties": {
"MaxDeviceLogins": {
"description": "The maximum number of N_Port ID Virtualization (NPIV) logins allowed simultaneously from all ports on this controller.",
- "longDescription": "The value of this property shall be the maximum number of N_Port ID Virtualization (NPIV) logins allowed simultaneously from all ports on this controller.",
+ "longDescription": "This property shall contain the maximum number of N_Port ID Virtualization (NPIV) logins allowed simultaneously from all ports on this controller.",
"readonly": true,
"type": [
"integer",
@@ -310,7 +281,7 @@
},
"MaxPortLogins": {
"description": "The maximum number of N_Port ID Virtualization (NPIV) logins allowed per physical port on this controller.",
- "longDescription": "The value of this property shall be the maximum number of N_Port ID Virtualization (NPIV) logins allowed per physical port on this controller.",
+ "longDescription": "This property shall contain the maximum number of N_Port ID Virtualization (NPIV) logins allowed per physical port on this controller.",
"readonly": true,
"type": [
"integer",
@@ -325,7 +296,7 @@
"description": "A NetworkAdapter represents the physical network adapter capable of connecting to a computer network. Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters.",
"longDescription": "A NetworkAdapter represents the physical network adapter capable of connecting to a computer network. Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -340,41 +311,35 @@
},
"properties": {
"@odata.context": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
},
"@odata.etag": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
},
"@odata.id": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
},
"@odata.type": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.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."
+ "description": "The available actions for this Resource.",
+ "longDescription": "This property shall contain the available actions for this Resource."
},
"Assembly": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
- "description": "A reference to the Assembly resource associated with this adapter.",
- "longDescription": "The value of this property shall be a link to a resource of type Assembly.",
- "readonly": true
+ "description": "The link to the assembly Resource associated with this adapter.",
+ "longDescription": "This property shall contain a link to a Resource of type assembly.",
+ "readonly": true,
+ "versionAdded": "v1_1_0"
},
"Controllers": {
"description": "The set of network controllers ASICs that make up this NetworkAdapter.",
"items": {
- "anyOf": [
- {
- "$ref": "#/definitions/Controllers"
- },
- {
- "type": "null"
- }
- ]
+ "$ref": "#/definitions/Controllers"
},
- "longDescription": "The value of this property shall contain the set of network controllers ASICs that make up this NetworkAdapter.",
+ "longDescription": "This property shall contain the set of network controllers ASICs that make up this NetworkAdapter.",
"type": "array"
},
"Description": {
@@ -394,7 +359,7 @@
},
"Manufacturer": {
"description": "The manufacturer or OEM of this network adapter.",
- "longDescription": "The value of this property shall contain a value that represents the manufacturer of the network adapter.",
+ "longDescription": "This property shall contain a value that represents the manufacturer of the network adapter.",
"readonly": true,
"type": [
"string",
@@ -403,7 +368,7 @@
},
"Model": {
"description": "The model string for this network adapter.",
- "longDescription": "The value of this property shall contain the information about how the manufacturer references this network adapter.",
+ "longDescription": "This property shall contain the information about how the manufacturer refers to this network adapter.",
"readonly": true,
"type": [
"string",
@@ -416,24 +381,24 @@
},
"NetworkDeviceFunctions": {
"$ref": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection.json#/definitions/NetworkDeviceFunctionCollection",
- "description": "A reference to the collection of NetworkDeviceFunctions associated with this NetworkAdapter.",
- "longDescription": "The value of this property shall be a link to a collection of type NetworkDeviceFunctionCollection.",
+ "description": "The link to the collection of NetworkDeviceFunctions associated with this NetworkAdapter.",
+ "longDescription": "This property shall contain a link to a Resource Collection of type NetworkDeviceFunctionCollection.",
"readonly": true
},
"NetworkPorts": {
"$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPortCollection.json#/definitions/NetworkPortCollection",
- "description": "A reference to the collection of NetworkPorts associated with this NetworkAdapter.",
- "longDescription": "The value of this property shall be a link to a collection of type NetworkPortCollection.",
+ "description": "The link to the collection of NetworkPorts associated with this NetworkAdapter.",
+ "longDescription": "This property shall contain a link to a Resource Collection of type NetworkPortCollection.",
"readonly": true
},
"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*."
+ "description": "The OEM extension property.",
+ "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
},
"PartNumber": {
"description": "Part number for this network adapter.",
- "longDescription": "The value of this property shall contain the part number for the network adapter as defined by the manufacturer.",
+ "longDescription": "This property shall contain the part number for the network adapter as defined by the manufacturer.",
"readonly": true,
"type": [
"string",
@@ -442,7 +407,7 @@
},
"SKU": {
"description": "The manufacturer SKU for this network adapter.",
- "longDescription": "The value of this property shall contain the Stock Keeping Unit (SKU) for the network adapter.",
+ "longDescription": "This property shall contain the SKU for the network adapter.",
"readonly": true,
"type": [
"string",
@@ -451,7 +416,7 @@
},
"SerialNumber": {
"description": "The serial number for this network adapter.",
- "longDescription": "The value of this property shall contain the serial number for the network adapter.",
+ "longDescription": "This property shall contain the serial number for the network adapter.",
"readonly": true,
"type": [
"string",
@@ -460,8 +425,8 @@
},
"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."
+ "description": "The status and health of the Resource and its subordinate or dependent Resources.",
+ "longDescription": "This property shall contain any status or health properties of the Resource."
}
},
"required": [
@@ -477,7 +442,7 @@
"description": "NIC Partitioning capability, status, and configuration for a controller.",
"longDescription": "This type shall contain the capability, status, and configuration values for a controller.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -492,32 +457,34 @@
},
"properties": {
"NparCapable": {
- "description": "Indicates whether or not NIC function partitioning is supported by a controller.",
- "longDescription": "This property shall indicate the ability of a controller to support NIC function partitioning.",
+ "description": "An indication of whether the controller supports NIC function partitioning.",
+ "longDescription": "This property shall indicate whether the controller supports NIC function partitioning.",
"readonly": true,
"type": [
"boolean",
"null"
- ]
+ ],
+ "versionAdded": "v1_2_0"
},
"NparEnabled": {
- "description": "When true, NIC function partitioning is active on this controller.",
- "longDescription": "This property shall indicate whether or not NIC function partitioning is active on this controller.",
+ "description": "An indication of whether NIC function partitioning is active on this controller.",
+ "longDescription": "This property shall indicate whether NIC function partitioning is active on this controller.",
"readonly": false,
"type": [
"boolean",
"null"
- ]
+ ],
+ "versionAdded": "v1_2_0"
}
},
"type": "object"
},
"OemActions": {
"additionalProperties": true,
- "description": "The available OEM specific actions for this resource.",
- "longDescription": "This type shall contain any additional OEM actions for this resource.",
+ "description": "The available OEM-specific actions for this Resource.",
+ "longDescription": "This type shall contain the available OEM-specific actions for this Resource.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -536,10 +503,10 @@
"ResetSettingsToDefault": {
"additionalProperties": false,
"description": "This action is to clear the settings back to factory defaults.",
- "longDescription": "This action shall perform a reset of all active and pending settings back to factory default settings upon reset of the network adapter.",
+ "longDescription": "This action shall reset of all active and pending settings back to factory default settings upon reset of the network adapter.",
"parameters": {},
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -555,7 +522,7 @@
"properties": {
"target": {
"description": "Link to invoke action",
- "format": "uri",
+ "format": "uri-reference",
"type": "string"
},
"title": {
@@ -570,7 +537,7 @@
"description": "Single-Root Input/Output Virtualization (SR-IOV) capabilities.",
"longDescription": "This type shall contain Single-Root Input/Output Virtualization (SR-IOV) capabilities.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -585,8 +552,8 @@
},
"properties": {
"SRIOVVEPACapable": {
- "description": "Whether this controller supports Single Root Input/Output Virtualization (SR-IOV) in Virtual Ethernet Port Aggregator (VEPA) mode.",
- "longDescription": "The value of this property shall be a boolean indicating whether this controller supports Single Root Input/Output Virtualization (SR-IOV) in Virtual Ethernet Port Aggregator (VEPA) mode.",
+ "description": "An indication of whether this controller supports single root input/output virtualization (SR-IOV) in Virtual Ethernet Port Aggregator (VEPA) mode.",
+ "longDescription": "This property shall indicate whether this controller supports single root input/output virtualization (SR-IOV) in Virtual Ethernet Port Aggregator (VEPA) mode.",
"readonly": true,
"type": [
"boolean",
@@ -601,7 +568,7 @@
"description": "A virtual function of a controller.",
"longDescription": "This type shall describe the capability, status, and configuration values related to a virtual function for a controller.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -616,8 +583,8 @@
},
"properties": {
"DeviceMaxCount": {
- "description": "The maximum number of Virtual Functions (VFs) supported by this controller.",
- "longDescription": "The value of this property shall be the maximum number of Virtual Functions (VFs) supported by this controller.",
+ "description": "The maximum number of virtual functions supported by this controller.",
+ "longDescription": "This property shall contain the maximum number of virtual functions supported by this controller.",
"readonly": true,
"type": [
"integer",
@@ -625,8 +592,8 @@
]
},
"MinAssignmentGroupSize": {
- "description": "The minimum number of Virtual Functions (VFs) that can be allocated or moved between physical functions for this controller.",
- "longDescription": "The value of this property shall be the minimum number of Virtual Functions (VFs) that can be allocated or moved between physical functions for this controller.",
+ "description": "The minimum number of virtual functions that can be allocated or moved between physical functions for this controller.",
+ "longDescription": "This property shall contain the minimum number of virtual functions that can be allocated or moved between physical functions for this controller.",
"readonly": true,
"type": [
"integer",
@@ -634,8 +601,8 @@
]
},
"NetworkPortMaxCount": {
- "description": "The maximum number of Virtual Functions (VFs) supported per network port for this controller.",
- "longDescription": "The value of this property shall be the maximum number of Virtual Functions (VFs) supported per network port for this controller.",
+ "description": "The maximum number of virtual functions supported per network port for this controller.",
+ "longDescription": "This property shall contain the maximum number of virtual functions supported per network port for this controller.",
"readonly": true,
"type": [
"integer",
@@ -650,7 +617,7 @@
"description": "A Virtualization offload capability of a controller.",
"longDescription": "This type shall describe the capability, status, and configuration values related to a virtualization offload for a controller.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([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",
@@ -665,26 +632,12 @@
},
"properties": {
"SRIOV": {
- "anyOf": [
- {
- "$ref": "#/definitions/SRIOV"
- },
- {
- "type": "null"
- }
- ],
+ "$ref": "#/definitions/SRIOV",
"description": "Single-Root Input/Output Virtualization (SR-IOV) capabilities.",
- "longDescription": "This object shall contain Single-Root Input/Output Virtualization (SR-IOV) capabilities."
+ "longDescription": "This property shall contain Single-Root Input/Output Virtualization (SR-IOV) capabilities."
},
"VirtualFunction": {
- "anyOf": [
- {
- "$ref": "#/definitions/VirtualFunction"
- },
- {
- "type": "null"
- }
- ],
+ "$ref": "#/definitions/VirtualFunction",
"description": "The virtual function of the controller.",
"longDescription": "This property shall describe the capability, status, and configuration values related to the virtual function for this controller."
}
@@ -693,5 +646,6 @@
}
},
"owningEntity": "DMTF",
- "title": "#NetworkAdapter.v1_2_0.NetworkAdapter"
+ "release": "2019.2",
+ "title": "#NetworkAdapter.v1_3_0.NetworkAdapter"
} \ No newline at end of file