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-04-17 UTC."],[[["This document provides reference documentation for the `UpdateSubnetRequest` class within the Google Cloud VMware Engine v1 API, specifically version 1.2.0."],["`UpdateSubnetRequest` is used to request updates to a subnet and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties such as `Subnet` to define subnet details and `UpdateMask` to specify which fields should be updated."],["Constructors are available to create a new `UpdateSubnetRequest` or to create one based on an existing `UpdateSubnetRequest` instance."],["There are other versions of the `UpdateSubnetRequest` class available from version 1.0.0 all the way up to the latest 1.6.0 version."]]],[]]