Class UpdateComputeQuotaRequest

    • Method Detail

      • computeQuotaId

        public final String computeQuotaId()

        ID of the compute allocation definition.

        Returns:
        ID of the compute allocation definition.
      • targetVersion

        public final Integer targetVersion()

        Target version.

        Returns:
        Target version.
      • computeQuotaConfig

        public final ComputeQuotaConfig computeQuotaConfig()

        Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.

        Returns:
        Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.
      • computeQuotaTarget

        public final ComputeQuotaTarget computeQuotaTarget()

        The target entity to allocate compute resources to.

        Returns:
        The target entity to allocate compute resources to.
      • activationState

        public final ActivationState activationState()

        The state of the compute allocation being described. Use to enable or disable compute allocation.

        Default is Enabled.

        If the service returns an enum value that is not available in the current SDK version, activationState will return ActivationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from activationStateAsString().

        Returns:
        The state of the compute allocation being described. Use to enable or disable compute allocation.

        Default is Enabled.

        See Also:
        ActivationState
      • activationStateAsString

        public final String activationStateAsString()

        The state of the compute allocation being described. Use to enable or disable compute allocation.

        Default is Enabled.

        If the service returns an enum value that is not available in the current SDK version, activationState will return ActivationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from activationStateAsString().

        Returns:
        The state of the compute allocation being described. Use to enable or disable compute allocation.

        Default is Enabled.

        See Also:
        ActivationState
      • description

        public final String description()

        Description of the compute allocation definition.

        Returns:
        Description of the compute allocation definition.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object