Module netapp_ontap.models.cluster_nodes_ha_ports

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class ClusterNodesHaPortsSchema (*, 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 ClusterNodesHaPorts object

Ancestors

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

Class variables

number: Size GET

HA port number

Example: 0

state: str 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