public sealed class AllocationSpecificSKUReservation : IMessage<AllocationSpecificSKUReservation>, IEquatable<AllocationSpecificSKUReservation>, IDeepCloneable<AllocationSpecificSKUReservation>, IBufferMessage, IMessage
This reservation type allows to pre allocate specific instance configuration. Next ID: 5
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `AllocationSpecificSKUReservation` class allows pre-allocation of specific instance configurations within the Google Cloud Compute environment."],["The latest version of `AllocationSpecificSKUReservation` is 3.6.0, with a comprehensive history of versions available, spanning from 1.0.0 to the current release."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["Key properties include `Count` to specify the number of allocated resources, and `InUseCount` to indicate the number of instances currently in use, with boolean checks (`HasCount`, `HasInUseCount`) to determine their set state."],["It also includes the `InstanceProperties` property which details the configuration of the instance properties for the reservation, as well as 2 constructors, allowing for new instances to be made."]]],[]]