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-31 UTC."],[[["This webpage provides documentation for the `InstancePropertiesPatch` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with a list of prior versions ranging from 3.5.0 down to 1.0.0, all accessible via their corresponding documentation links."],["`InstancePropertiesPatch` allows for modifying instance properties, represented as changes to labels and metadata which are applied to an instance."],["The `InstancePropertiesPatch` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and includes constructors for default and copy operations."],["The class provides properties for labels and metadata, both of which are `MapField\u003cstring, string\u003e` types, allowing for key-value pair adjustments."]]],[]]