components: schemas: EndpointCollection: additionalProperties: false description: A Collection of Endpoint resource instances. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/context '@odata.etag': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/etag '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/type Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Description nullable: true readOnly: true Members: description: The value of each member references an Endpoint resource. items: $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/idRef readOnly: true type: array x-longDescription: The value of each member entry shall reference an Endpoint resource. Members@odata.count: $ref: http://redfish.dmtf.org/schemas/v1/odata.4.0.0.yaml#/components/schemas/count Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Name readOnly: true Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/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*. required: - Members type: object x-longDescription: An instance of this resource shall reference the set of Endpoint resources known in the scope of its use. x-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. title: '#EndpointCollection.EndpointCollection' x-copyright: Copyright 2016-2017 Storage Networking Industry Association (SNIA), USA. All rights reserved. For the full SNIA copyright policy, see http://www.snia.org/about/corporate_info/copyright x-owningEntity: SNIA