public sealed class AutoscalingConfig.Types.AutoscalingTargets : IMessage<AutoscalingConfig.Types.AutoscalingTargets>, IEquatable<AutoscalingConfig.Types.AutoscalingTargets>, IDeepCloneable<AutoscalingConfig.Types.AutoscalingTargets>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class AutoscalingConfig.Types.AutoscalingTargets.
public int HighPriorityCpuUtilizationPercent { get; set; }
Required. The target high priority cpu utilization percentage that the
autoscaler should be trying to achieve for the instance. This number is
on a scale from 0 (no utilization) to 100 (full utilization). The valid
range is [10, 90] inclusive.
public int StorageUtilizationPercent { get; set; }
Required. The target storage utilization percentage that the autoscaler
should be trying to achieve for the instance. This number is on a scale
from 0 (no utilization) to 100 (full utilization). The valid range is
[10, 99] inclusive.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eAutoscalingConfig.Types.AutoscalingTargets\u003c/code\u003e class within the Google Cloud Spanner Instance Administration v1 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 5.0.0-beta05, with numerous previous versions also available for reference, ranging from version 3.5.0 to 5.0.0-beta04.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutoscalingTargets\u003c/code\u003e class is designed for managing autoscaling configurations for Spanner instances, and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eAutoscalingTargets\u003c/code\u003e class include \u003ccode\u003eHighPriorityCpuUtilizationPercent\u003c/code\u003e (ranging from 10 to 90) and \u003ccode\u003eStorageUtilizationPercent\u003c/code\u003e (ranging from 10 to 100), which define the target utilization percentages for CPU and storage respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides details on the constructors for this class, including a default constructor and one that takes another \u003ccode\u003eAutoscalingTargets\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]