TransportInfo.yaml 697 Bytes
Newer Older
description: This type represents the general information of a mobile edge service.
type: object
required:
- id
- name
- type
- protocol
- version
- endpoint
properties:
  id:
    $ref: '#/definitions/TransportInfo.Id'
  name:
    $ref: '#/definitions/TransportInfo.Name'
  description:
    $ref: '#/definitions/TransportInfo.Description'
  type:
    $ref: '#/definitions/TransportTypes'
  protocol:
    $ref: '#/definitions/TransportInfo.Protocol'
  version:
    $ref: '#/definitions/TransportInfo.Version'
  endpoint:
    $ref: '#/definitions/EndPointInfo'
    $ref: '#/definitions/SecurityInfo'
  implSpecificInfo:
    $ref: '#/definitions/TransportInfo.ImplSpecificInfo'