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 documentation page covers the `UpdateSubnetRequest` class within the Google Cloud VMware Engine v1 API, specifically version 1.5.0."],["`UpdateSubnetRequest` is used to request updates to a subnet via the `VmwareEngine.UpdateSubnet` method."],["The class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSubnetRequest` class includes properties for `Subnet`, which describes the subnet to be updated, and `UpdateMask`, which determines which fields are to be updated."],["There are two constructors for creating `UpdateSubnetRequest` objects: a default constructor and one that copies values from another `UpdateSubnetRequest` instance."]]],[]]