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-04-09 UTC."],[[["The latest version of the `ResourceStatusScheduling` class is 3.6.0, but version 3.3.0 is the current context."],["This class provides functionality related to scheduling resource statuses within the Google Cloud Compute environment, as part of the `Google.Cloud.Compute.V1` namespace."],["The `ResourceStatusScheduling` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google.Protobuf."],["The class has two constructors: a default constructor and one that takes another `ResourceStatusScheduling` object for copying."],["It includes properties such as `AvailabilityDomain`, an integer specifying the placement domain, and `HasAvailabilityDomain`, indicating if `AvailabilityDomain` is set."]]],[]]