Class UpdateLagRequest

    • Method Detail

      • lagId

        public final String lagId()

        The ID of the LAG.

        Returns:
        The ID of the LAG.
      • lagName

        public final String lagName()

        The name of the LAG.

        Returns:
        The name of the LAG.
      • minimumLinks

        public final Integer minimumLinks()

        The minimum number of physical connections that must be operational for the LAG itself to be operational.

        Returns:
        The minimum number of physical connections that must be operational for the LAG itself to be operational.
      • encryptionMode

        public final String encryptionMode()

        The LAG MAC Security (MACsec) encryption mode.

        Amazon Web Services applies the value to all connections which are part of the LAG.

        Returns:
        The LAG MAC Security (MACsec) encryption mode.

        Amazon Web Services applies the value to all connections which are part of the LAG.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object