VMware Engine v1 API - Class UpdateSubnetRequest (1.3.0)

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]

Inheritance

object > UpdateSubnetRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

UpdateSubnetRequest()

public UpdateSubnetRequest()

UpdateSubnetRequest(UpdateSubnetRequest)

public UpdateSubnetRequest(UpdateSubnetRequest other)
Parameter
NameDescription
otherUpdateSubnetRequest

Properties

Subnet

public Subnet Subnet { get; set; }

Required. Subnet description.

Property Value
TypeDescription
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
TypeDescription
FieldMask