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 reference documentation for the `InstancePropertiesPatch` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment."],["The `InstancePropertiesPatch` class is used to define changes intended for an instance's properties, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes details for a range of versions, from 1.0.0 to 3.6.0, with 3.6.0 being the latest, providing access to the documentation of each version."],["The class features properties such as `Labels` and `Metadata`, both of which are of type `MapField` allowing to modify instance label and metadata pairs."],["The document lists the inherited members of `InstancePropertiesPatch` from the `object` base class, as well as its constructors, which are the parameterless `InstancePropertiesPatch()` and `InstancePropertiesPatch(InstancePropertiesPatch other)`."]]],[]]