Class AssociateTrunkInterfaceRequest

    • Method Detail

      • branchInterfaceId

        public final String branchInterfaceId()

        The ID of the branch network interface.

        Returns:
        The ID of the branch network interface.
      • trunkInterfaceId

        public final String trunkInterfaceId()

        The ID of the trunk network interface.

        Returns:
        The ID of the trunk network interface.
      • vlanId

        public final Integer vlanId()

        The ID of the VLAN. This applies to the VLAN protocol.

        Returns:
        The ID of the VLAN. This applies to the VLAN protocol.
      • greKey

        public final Integer greKey()

        The application key. This applies to the GRE protocol.

        Returns:
        The application key. This applies to the GRE protocol.
      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • 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