Skip to content

Class: Reset Communication Parameter Operation (ResetCommunicationParameterOperation)

Reset communication parameter operation can be performed on the asset

URI: base:ResetCommunicationParameterOperation

 classDiagram
    class ResetCommunicationParameterOperation
    click ResetCommunicationParameterOperation href "../ResetCommunicationParameterOperation/"
      AssetOperation <|-- ResetCommunicationParameterOperation
        click AssetOperation href "../AssetOperation/"

      ResetCommunicationParameterOperation : activation_flag

      ResetCommunicationParameterOperation : operation_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
operation_name 1
String
Name of a device management operation AssetOperation
activation_flag 1
Boolean
Attribute for specifying if the operation is available in terms of true or fa... AssetOperation

Identifier and Mapping Information

Schema Source

  • from schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml

Mappings

Mapping Type Mapped Value
self base:ResetCommunicationParameterOperation
native base:ResetCommunicationParameterOperation

LinkML Source

Direct

name: ResetCommunicationParameterOperation
description: Reset communication parameter operation can be performed on the asset
title: Reset Communication Parameter Operation
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
is_a: AssetOperation
slot_usage:
  operation_name:
    name: operation_name
    equals_string: ResetCommunicationParameter

Induced

name: ResetCommunicationParameterOperation
description: Reset communication parameter operation can be performed on the asset
title: Reset Communication Parameter Operation
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
is_a: AssetOperation
slot_usage:
  operation_name:
    name: operation_name
    equals_string: ResetCommunicationParameter
attributes:
  operation_name:
    name: operation_name
    description: Name of a device management operation.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
    rank: 1000
    alias: operation_name
    owner: ResetCommunicationParameterOperation
    domain_of:
    - AssetOperation
    range: string
    required: true
    equals_string: ResetCommunicationParameter
  activation_flag:
    name: activation_flag
    description: Attribute for specifying if the operation is available in terms of
      true or false
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base.yaml
    rank: 1000
    alias: activation_flag
    owner: ResetCommunicationParameterOperation
    domain_of:
    - AssetOperation
    range: boolean
    required: true

Any questions left?

Ask the community