public sealed class InstancePropertiesPatch : IMessage<InstancePropertiesPatch>, IEquatable<InstancePropertiesPatch>, IDeepCloneable<InstancePropertiesPatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InstancePropertiesPatch.
Represents the change that you want to make to the instance properties.
[[["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."],[[["This webpage provides reference documentation for the `InstancePropertiesPatch` class within the Google Compute Engine v1 API."],["The `InstancePropertiesPatch` class is used to represent changes you want to make to an instance's properties, including labels and metadata."],["The documentation shows all versions of the `InstancePropertiesPatch`, with version 3.6.0 being the most up-to-date release."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message manipulation, equality checks, deep cloning, and buffer management."],["Key properties of the class include `Labels` and `Metadata`, which allow patching label and metadata key-value pairs onto an instance."]]],[]]