Slot: IPv6 address (ipv6_address)
The IP v6 address of a device port.
URI: base:ipv6_address Alias: ipv6_address
Inheritance
- ipv6_address
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Ipv6Connectivity | Configuration of an IP port | yes |
Properties
-
Range: String
-
Regex pattern:
^(?:[a-fA-F0-9]{1,4}:){7}[a-fA-F0-9]{1,4}$
Identifier and Mapping Information
Schema Source
- from schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | base:ipv6_address |
| native | base:ipv6_address |
LinkML Source
name: ipv6_address
conforms_to: https://www.rfc-editor.org/rfc/rfc4291#section-2.2 (except compressed
form)
description: The IP v6 address of a device port.
title: IPv6 address
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
rank: 1000
alias: ipv6_address
domain_of:
- Ipv6Connectivity
range: string
pattern: ^(?:[a-fA-F0-9]{1,4}:){7}[a-fA-F0-9]{1,4}$