Class UpdateLinkRequest

    • Method Detail

      • globalNetworkId

        public final String globalNetworkId()

        The ID of the global network.

        Returns:
        The ID of the global network.
      • linkId

        public final String linkId()

        The ID of the link.

        Returns:
        The ID of the link.
      • description

        public final String description()

        A description of the link.

        Constraints: Maximum length of 256 characters.

        Returns:
        A description of the link.

        Constraints: Maximum length of 256 characters.

      • type

        public final String type()

        The type of the link.

        Constraints: Maximum length of 128 characters.

        Returns:
        The type of the link.

        Constraints: Maximum length of 128 characters.

      • bandwidth

        public final Bandwidth bandwidth()

        The upload and download speed in Mbps.

        Returns:
        The upload and download speed in Mbps.
      • provider

        public final String provider()

        The provider of the link.

        Constraints: Maximum length of 128 characters.

        Returns:
        The provider of the link.

        Constraints: Maximum length of 128 characters.

      • 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