public sealed class ResourceStatusScheduling : IMessage<ResourceStatusScheduling>, IEquatable<ResourceStatusScheduling>, IDeepCloneable<ResourceStatusScheduling>, IBufferMessage, IMessage
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
[[["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 latest version available is 3.6.0, with the content presenting versions ranging from 1.0.0 to 3.6.0 for the `ResourceStatusScheduling` class."],["`ResourceStatusScheduling` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class `ResourceStatusScheduling` includes an `AvailabilityDomain` property of type `int`, which determines the instance placement within a specific availability domain, and a boolean property `HasAvailabilityDomain` to check if it is set."],["The `ResourceStatusScheduling` class is part of the `Google.Cloud.Compute.V1` namespace and is located within the `Google.Cloud.Compute.V1.dll` assembly."],["The class provides two constructors: a default constructor and another one allowing copying from another `ResourceStatusScheduling` instance, providing multiple ways to instatiate the object."]]],[]]