Skip to content

Class: ICMPConnectionFacet

"An ICMP connection facet is a grouping of characteristics unique to portions of a network connection that are conformant to the Internet Control message Protocol (ICMP) standard."

URI: master:ICMPConnectionFacet

classDiagram class ICMPConnectionFacet Facet <|-- ICMPConnectionFacet ICMPConnectionFacet : icmpCode ICMPConnectionFacet : icmpType

Inheritance

Slots

Name Cardinality and Range Description Inheritance
icmpCode 0..1
HexBinaryType
"Specifies the ICMP code byte direct
icmpType 0..1
HexBinaryType
"Specifies the ICMP type byte direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:ICMPConnectionFacet
native master:ICMPConnectionFacet

LinkML Source

Direct

name: ICMPConnectionFacet
description: '"An ICMP connection facet is a grouping of characteristics unique to
  portions of a network connection that are conformant to the Internet Control message
  Protocol (ICMP) standard."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- icmpCode
- icmpType
slot_usage:
  icmpCode:
    name: icmpCode
    multivalued: true
    domain_of:
    - ICMPConnectionFacet
  icmpType:
    name: icmpType
    multivalued: true
    domain_of:
    - ICMPConnectionFacet

Induced

name: ICMPConnectionFacet
description: '"An ICMP connection facet is a grouping of characteristics unique to
  portions of a network connection that are conformant to the Internet Control message
  Protocol (ICMP) standard."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  icmpCode:
    name: icmpCode
    multivalued: true
    domain_of:
    - ICMPConnectionFacet
  icmpType:
    name: icmpType
    multivalued: true
    domain_of:
    - ICMPConnectionFacet
attributes:
  icmpCode:
    name: icmpCode
    description: '"Specifies the ICMP code byte."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: icmpCode
    owner: ICMPConnectionFacet
    domain_of:
    - ICMPConnectionFacet
    range: hex binary type
  icmpType:
    name: icmpType
    description: '"Specifies the ICMP type byte."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: icmpType
    owner: ICMPConnectionFacet
    domain_of:
    - ICMPConnectionFacet
    range: hex binary type