Skip to content

Enum: NetworkInterfaceTypeIdEnum

The network interface type identifier.

URI: ocsf:NetworkInterfaceTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
WIRED None Wired
WIRELESS None Wireless
MOBILE None Mobile
TUNNEL None Tunnel
OTHER None Other

Slots

Name Description
type_id The network interface type identifier

Identifier and Mapping Information

Schema Source

LinkML Source

name: NetworkInterfaceTypeIdEnum
description: The network interface type identifier.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  WIRED:
    text: WIRED
    description: Wired
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Wired
  WIRELESS:
    text: WIRELESS
    description: Wireless
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Wireless
  MOBILE:
    text: MOBILE
    description: Mobile
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Mobile
  TUNNEL:
    text: TUNNEL
    description: Tunnel
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Tunnel
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other