public sealed class WaitZoneOperationRequest : IMessage<WaitZoneOperationRequest>, IEquatable<WaitZoneOperationRequest>, IDeepCloneable<WaitZoneOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class WaitZoneOperationRequest.
A request message for ZoneOperations.Wait. See the method description for details.
[[["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-21 UTC."],[[["The latest version available for `WaitZoneOperationRequest` is 3.6.0, with the provided content listing versions down to 1.0.0."],["`WaitZoneOperationRequest` is a class within the `Google.Cloud.Compute.V1` namespace in the Compute Engine v1 API and serves as a request message for `ZoneOperations.Wait`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide different functionalities."],["The class `WaitZoneOperationRequest` has three properties, `Operation`, `Project`, and `Zone`, that can be used to specify the request details, including the project ID and zone."],["The class `WaitZoneOperationRequest` can be constructed either with no parameters, or by using another `WaitZoneOperationRequest` object as a parameter to copy it's values."]]],[]]