components: schemas: VLanNetworkInterface_v1_0_0_VLAN: additionalProperties: false properties: VLANEnable: description: This indicates if this VLAN is enabled. nullable: true type: boolean x-longDescription: The value of this property shall be used to indicate if this VLAN is enabled for this interface. VLANId: $ref: '#/components/schemas/VLanNetworkInterface_v1_0_0_VLANId' description: This indicates the VLAN identifier for this VLAN. nullable: true x-longDescription: The value of this property shall be used to indicate the VLAN identifier for this VLAN. type: object x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. x-requiredOnCreate: - VLANEnable - VLANId VLanNetworkInterface_v1_0_0_VLANId: maximum: 4094 minimum: 0 type: number VLanNetworkInterface_v1_0_0_VLanNetworkInterface: additionalProperties: false description: This resource contains information for a Virtual LAN (VLAN) network instance available on a manager, system or other device. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_context '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/odata_4_0_0_type Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Name Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-longDescription: The value of this string shall be of the format for the reserved word *Oem*. VLANEnable: description: This indicates if this VLAN is enabled. nullable: true type: boolean x-longDescription: The value of this property shall be used to indicate if this VLAN is enabled for this interface. VLANId: $ref: '#/components/schemas/VLanNetworkInterface_v1_0_0_VLANId' description: This indicates the VLAN identifier for this VLAN. nullable: true x-longDescription: The value of this property shall be used to indicate the VLAN identifier for this VLAN. required: - Id - Name type: object x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. x-requiredOnCreate: - VLANEnable - VLANId title: '#VLanNetworkInterface.v1_0_0.VLanNetworkInterface' x-copyright: Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright