Skip to content

FileAccessProtocol

URI: FileAccessProtocol

Permissible Values

Value Meaning Description
NFSv3 None NFS Version 3
NFSv4 None NFS Version 4
CIFS None Common Internet File System
AFS None Andrew File System
HDFS None Hadoop File System
IPFS None InterPlanetary File System, cf https://en
Other None Any other proprietary access protocol

Slots

Name Description
highLevelAccessProtocol Underlying higher level access protocol

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#storage-configuration

LinkML Source

name: FileAccessProtocol
from_schema: https://w3id.org/gaia-x/development#storage-configuration
permissible_values:
  NFSv3:
    text: NFSv3
    description: NFS Version 3
  NFSv4:
    text: NFSv4
    description: NFS Version 4
  CIFS:
    text: CIFS
    description: Common Internet File System
  AFS:
    text: AFS
    description: Andrew File System
  HDFS:
    text: HDFS
    description: Hadoop File System
  IPFS:
    text: IPFS
    description: InterPlanetary File System, cf https://en.wikipedia.org/wiki/IPFS
  Other:
    text: Other
    description: Any other proprietary access protocol