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 for `Google.Cloud.Compute.V1.ResourceStatusScheduling` is 3.6.0, and multiple previous versions, ranging from 1.0.0 to 3.5.0, are also accessible."],["`ResourceStatusScheduling` is a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class `ResourceStatusScheduling` inherits from the `object` class and provides constructors for default initialization and cloning from another `ResourceStatusScheduling` instance."],["The `ResourceStatusScheduling` class includes properties such as `AvailabilityDomain`, which is an integer specifying the domain, and `HasAvailabilityDomain`, a boolean indicating if the field is set."],["The class is located within the `Google.Cloud.Compute.V1` namespace, and is found within the Google.Cloud.Compute.V1.dll assembly."]]],[]]