public sealed class WorkerReleasedEvent : IMessage<WorkerReleasedEvent>, IEquatable<WorkerReleasedEvent>, IDeepCloneable<WorkerReleasedEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class WorkerReleasedEvent.
An event generated when the worker VM that was assigned to the pipeline
has been released (deleted).
[[["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."],[[["This document provides reference documentation for the `WorkerReleasedEvent` class within the Cloud Life Sciences v2beta API, detailing its structure and usage."],["`WorkerReleasedEvent` signifies an event that occurs when a worker VM assigned to a pipeline is released or deleted."],["The `WorkerReleasedEvent` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Instance`, which represents the worker's instance name, and `Zone`, which specifies the zone where the worker was running."],["There are two constructors available for the `WorkerReleasedEvent`, a default one and one that takes another `WorkerReleasedEvent` instance as an argument."]]],[]]