Module netapp_ontap.models.node_ha_ports

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class NodeHaPortsSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)

The fields of the NodeHaPorts object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

number GET

HA port number

Example: 0

state GET

HA port state:

  • down - Logical HA link is down.
  • initialized - Logical HA link is initialized. The physical link is up, but the subnet manager hasn’t started to configure the port.
  • armed - Logical HA link is armed. The physical link is up and the subnet manager started but did not yet complete configuring the port.
  • active - Logical HA link is active.
  • reserved - Logical HA link is active, but the physical link is down.

Valid choices:

  • down
  • initialized
  • armed
  • active
  • reserved