Module netapp_ontap.models.port_lag

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class PortLagSchema (*, 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 PortLag object

Ancestors

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

Class variables

active_ports GET

Active ports of a LAG (ifgrp). (Some member ports may be inactive.)

distribution_policy GET POST

Policy for mapping flows to ports for outbound packets through a LAG (ifgrp).

Valid choices:

  • port
  • ip
  • mac
  • sequential
member_ports GET POST PATCH

The member_ports field of the port_lag.

mode GET POST

Determines how the ports interact with the switch.

Valid choices:

  • multimode_lacp
  • multimode
  • singlemode