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 documentation for the `UpdateSubnetRequest` class within the Google Cloud VMware Engine v1 API, outlining its purpose, inheritance, and implemented interfaces."],["The `UpdateSubnetRequest` class is used to construct requests for the `VmwareEngine.UpdateSubnet` method, allowing updates to be performed on a subnet within the VMware Engine."],["The document lists seven versions of the `UpdateSubnetRequest` class, starting with the oldest version 1.0.0 and the latest version 1.6.0, with links provided for each version."],["The `UpdateSubnetRequest` class has two constructors: a default constructor and one that accepts another `UpdateSubnetRequest` object as a parameter for copying, and it has two key properties, Subnet and UpdateMask, which are used to specify the subnet data and which fields to update."]]],[]]