public sealed class UpdateSubnetRequest : IMessage<UpdateSubnetRequest>, IEquatable<UpdateSubnetRequest>, IDeepCloneable<UpdateSubnetRequest>, IBufferMessage, IMessageReference documentation and code samples for the VMware Engine v1 API class UpdateSubnetRequest.
Request message for [VmwareEngine.UpdateSubnet][google.cloud.vmwareengine.v1.VmwareEngine.UpdateSubnet]
Implements
IMessageUpdateSubnetRequest, IEquatableUpdateSubnetRequest, IDeepCloneableUpdateSubnetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
UpdateSubnetRequest()
public UpdateSubnetRequest()UpdateSubnetRequest(UpdateSubnetRequest)
public UpdateSubnetRequest(UpdateSubnetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateSubnetRequest |
Properties
Subnet
public Subnet Subnet { get; set; }Required. Subnet description.
| Property Value | |
|---|---|
| Type | Description |
Subnet |
|
UpdateMask
public FieldMask UpdateMask { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|