Interface VCpuCountRange.Builder

    • Method Detail

      • min

        VCpuCountRange.Builder min​(Integer min)

        The minimum number of vCPUs. If the value is 0, there is no minimum limit.

        Parameters:
        min - The minimum number of vCPUs. If the value is 0, there is no minimum limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        VCpuCountRange.Builder max​(Integer max)

        The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.

        Parameters:
        max - The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.