Interface MaximumAllowedResources.Builder

    • Method Detail

      • cpu

        MaximumAllowedResources.Builder cpu​(String cpu)

        The maximum allowed CPU for an application.

        Parameters:
        cpu - The maximum allowed CPU for an application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memory

        MaximumAllowedResources.Builder memory​(String memory)

        The maximum allowed resources for an application.

        Parameters:
        memory - The maximum allowed resources for an application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disk

        MaximumAllowedResources.Builder disk​(String disk)

        The maximum allowed disk for an application.

        Parameters:
        disk - The maximum allowed disk for an application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.