Interface VCpuCountRange.Builder

    • Method Detail

      • max

        VCpuCountRange.Builder max​(Integer max)

        The maximum amount of vCPU.

        Parameters:
        max - The maximum amount of vCPU.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        VCpuCountRange.Builder min​(Integer min)

        The minimum amount of vCPU.

        Parameters:
        min - The minimum amount of vCPU.
        Returns:
        Returns a reference to this object so that method calls can be chained together.