Interface NetworkUpdateSettings.Builder

  • Method Details

    • networkType

      NetworkUpdateSettings.Builder networkType(String networkType)

      The target network type for the directory update.

      Parameters:
      networkType - The target network type for the directory update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • networkType

      NetworkUpdateSettings.Builder networkType(NetworkType networkType)

      The target network type for the directory update.

      Parameters:
      networkType - The target network type for the directory update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customerDnsIpsV6

      NetworkUpdateSettings.Builder customerDnsIpsV6(Collection<String> customerDnsIpsV6)

      IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.

      Parameters:
      customerDnsIpsV6 - IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customerDnsIpsV6

      NetworkUpdateSettings.Builder customerDnsIpsV6(String... customerDnsIpsV6)

      IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.

      Parameters:
      customerDnsIpsV6 - IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.