Class: Ipv6Identifier
Identifier for an Asset instance using one IPv6 address assigned to it.
URI: base:Ipv6Identifier
classDiagram
class Ipv6Identifier
AssetIdentifier <|-- Ipv6Identifier
Ipv6Identifier : asset_identifier_type
Ipv6Identifier : identifier_type
Ipv6Identifier : identifier_uncertainty
Ipv6Identifier : ipv6_address
Inheritance
- Identifier
- AssetIdentifier
- Ipv6Identifier
- AssetIdentifier
Attributes (AKA Slots)
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
ipv6_address | 0..1 String |
The IP v6 address of a device port | direct |
asset_identifier_type | 0..1 String |
Type designator that provides support for polymorphism using asset identifier... | AssetIdentifier |
identifier_type | 0..1 IdentifierType |
Type of an items identifier | Identifier |
identifier_uncertainty | 0..1 Integer |
Number that tells how uncertain an identifier is compared with other identifi... | Identifier |
Deprecated attributes
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
Identifier and Mapping Information
Mappings
Mapping Type | Mapped Value |
---|---|
self | base:Ipv6Identifier |
native | base:Ipv6Identifier |
LinkML Source
Direct
name: Ipv6Identifier
description: Identifier for an Asset instance using one IPv6 address assigned to it.
title: IPv6 Address Identifier
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 10
is_a: AssetIdentifier
slots:
- ipv6_address
unique_keys:
identifier:
unique_key_name: identifier
unique_key_slots:
- ipv6_address
Induced
name: Ipv6Identifier
description: Identifier for an Asset instance using one IPv6 address assigned to it.
title: IPv6 Address Identifier
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 10
is_a: AssetIdentifier
attributes:
ipv6_address:
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://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
alias: ipv6_address
owner: Ipv6Identifier
domain_of:
- Ipv6Identifier
- Ipv6Connectivity
range: string
pattern: ^(?:[a-fA-F0-9]{1,4}:){7}[a-fA-F0-9]{1,4}$
asset_identifier_type:
name: asset_identifier_type
description: Type designator that provides support for polymorphism using asset
identifiers.
title: asset identifier type
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
designates_type: true
alias: asset_identifier_type
owner: Ipv6Identifier
domain_of:
- AssetIdentifier
range: string
identifier_type:
name: identifier_type
description: Type of an items identifier.
title: identifier type
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
alias: identifier_type
owner: Ipv6Identifier
domain_of:
- Identifier
range: IdentifierType
identifier_uncertainty:
name: identifier_uncertainty
description: 'Number that tells how uncertain an identifier is compared with other
identifiers provided by an Asset Link. The highest the number, the more uncertain
the identification must be considered. This number has to be considered relative
to the other identifiers for the same element. The default value is 0, meaning
no uncertainty.
This index helps decide across Asset Links which identifiers are better suited
for deduplication. The identifier provided by two different Asset Links with
the lowest uncertainty should be chosen for deduplication purposes.'
title: identifier uncertainty
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
alias: identifier_uncertainty
owner: Ipv6Identifier
domain_of:
- Identifier
range: integer
unique_keys:
identifier:
unique_key_name: identifier
unique_key_slots:
- ipv6_address