public sealed class UpdateSubnetRequest : IMessage<UpdateSubnetRequest>, IEquatable<UpdateSubnetRequest>, IDeepCloneable<UpdateSubnetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class UpdateSubnetRequest.
Request message for
[VmwareEngine.UpdateSubnet][google.cloud.vmwareengine.v1.VmwareEngine.UpdateSubnet]
Required. Field mask is used to specify the fields to be overwritten in the
Subnet resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["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 information for the `UpdateSubnetRequest` class within the VMware Engine v1 API."],["The `UpdateSubnetRequest` class is used to send a request to update a subnet via the `VmwareEngine.UpdateSubnet` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Subnet` to specify the subnet description and `UpdateMask` to determine which fields are overwritten."],["The document outlines the available versions for the `UpdateSubnetRequest` class, ranging from version 1.0.0 to 1.6.0 (latest)."]]],[]]