summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json')
-rw-r--r--static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json68
1 files changed, 36 insertions, 32 deletions
diff --git a/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json b/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
index b52266fb2b..efabbc0c57 100644
--- a/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
+++ b/static/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json
@@ -1,14 +1,15 @@
{
+ "$id": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.v1_1_4.json",
"$ref": "#/definitions/VLanNetworkInterface",
"$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",
@@ -24,18 +25,19 @@
"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."
+ "description": "The available OEM-specific actions for this Resource.",
+ "longDescription": "This property shall contain the available OEM-specific actions for this Resource.",
+ "versionAdded": "v1_1_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",
@@ -53,10 +55,10 @@
},
"VLAN": {
"additionalProperties": false,
- "description": "This type describes the attributes of a Virtual LAN.",
- "longDescription": "This type shall contain any attributes of a Virtual LAN.",
+ "description": "The attributes of a VLAN.",
+ "longDescription": "This type shall contain any attributes of a VLAN.",
"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",
@@ -71,8 +73,8 @@
},
"properties": {
"VLANEnable": {
- "description": "This indicates if this VLAN is enabled.",
- "longDescription": "The value of this property shall be used to indicate if this VLAN is enabled for this interface.",
+ "description": "An indication of whether this VLAN is enabled for this VLAN network interface.",
+ "longDescription": "This property shall indicate whether this VLAN is enabled for this VLAN network interface.",
"readonly": false,
"type": [
"boolean",
@@ -88,8 +90,8 @@
"type": "null"
}
],
- "description": "This indicates the VLAN identifier for this VLAN.",
- "longDescription": "The value of this property shall be used to indicate the VLAN identifier for this VLAN.",
+ "description": "The ID for this VLAN.",
+ "longDescription": "This property shall contain the ID for this VLAN.",
"readonly": false
}
},
@@ -106,10 +108,10 @@
},
"VLanNetworkInterface": {
"additionalProperties": false,
- "description": "This resource describes the attributes of a Virtual LAN.",
- "longDescription": "This resource shall contain any attributes of a Virtual LAN.",
+ "description": "The attributes of a VLAN.",
+ "longDescription": "The VLanNetworkInterface Schema shall contain any attributes of a VLAN.",
"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",
@@ -124,21 +126,22 @@
},
"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.",
+ "versionAdded": "v1_1_0"
},
"Description": {
"anyOf": [
@@ -161,12 +164,12 @@
},
"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."
},
"VLANEnable": {
- "description": "This indicates if this VLAN is enabled.",
- "longDescription": "The value of this property shall be used to indicate if this VLAN is enabled for this interface.",
+ "description": "An indication of whether this VLAN is enabled for this interface.",
+ "longDescription": "This property shall indicate whether this VLAN is enabled for this interface.",
"readonly": false,
"type": [
"boolean",
@@ -182,8 +185,8 @@
"type": "null"
}
],
- "description": "This indicates the VLAN identifier for this VLAN.",
- "longDescription": "The value of this property shall be used to indicate the VLAN identifier for this VLAN.",
+ "description": "The ID for this VLAN.",
+ "longDescription": "This property shall contain the ID for this VLAN.",
"readonly": false
}
},
@@ -201,5 +204,6 @@
}
},
"owningEntity": "DMTF",
- "title": "#VLanNetworkInterface.v1_1_2.VLanNetworkInterface"
+ "release": "2017.1",
+ "title": "#VLanNetworkInterface.v1_1_4.VLanNetworkInterface"
} \ No newline at end of file