Interface RemoteNetworkConfigResponse.Builder

    • Method Detail

      • remoteNodeNetworks

        RemoteNetworkConfigResponse.Builder remoteNodeNetworks​(Collection<RemoteNodeNetwork> remoteNodeNetworks)

        The list of network CIDRs that can contain hybrid nodes.

        Parameters:
        remoteNodeNetworks - The list of network CIDRs that can contain hybrid nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteNodeNetworks

        RemoteNetworkConfigResponse.Builder remoteNodeNetworks​(RemoteNodeNetwork... remoteNodeNetworks)

        The list of network CIDRs that can contain hybrid nodes.

        Parameters:
        remoteNodeNetworks - The list of network CIDRs that can contain hybrid nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remotePodNetworks

        RemoteNetworkConfigResponse.Builder remotePodNetworks​(Collection<RemotePodNetwork> remotePodNetworks)

        The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.

        Parameters:
        remotePodNetworks - The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remotePodNetworks

        RemoteNetworkConfigResponse.Builder remotePodNetworks​(RemotePodNetwork... remotePodNetworks)

        The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.

        Parameters:
        remotePodNetworks - The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.