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 content provides a detailed overview of the `ResourceStatusScheduling` class within the Google.Cloud.Compute.V1 namespace, starting with version 1.0.0 and going up to the latest version 3.6.0."],["The `ResourceStatusScheduling` class is part of the Google.Cloud.Compute.V1 assembly and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class inherits from the base `object` class and includes methods such as `GetHashCode`, `GetType`, and `ToString`."],["The class has properties like `AvailabilityDomain` (an integer representing the placement), and `HasAvailabilityDomain` which indicates if the field is set."],["The documentation details both a parameterless constructor `ResourceStatusScheduling()` and a copy constructor `ResourceStatusScheduling(ResourceStatusScheduling other)`."]]],[]]