public sealed class UpdateZoneRequest : IMessage<UpdateZoneRequest>, IEquatable<UpdateZoneRequest>, IDeepCloneable<UpdateZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateZoneRequest.
A request to update a zone.
Implements
IMessageUpdateZoneRequest, IEquatableUpdateZoneRequest, IDeepCloneableUpdateZoneRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
UpdateZoneRequest()
public UpdateZoneRequest()
UpdateZoneRequest(UpdateZoneRequest)
public UpdateZoneRequest(UpdateZoneRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateZoneRequest |
Properties
RequestId
public string RequestId { get; set; }
Optional. An optional unique identifier for this request. See AIP-155.
Property Value | |
---|---|
Type | Description |
string |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. A mask to specify the fields in the Zone to overwrite with this update. The fields specified in the update_mask are relative to the zone, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
Property Value | |
---|---|
Type | Description |
FieldMask |
Zone
public Zone Zone { get; set; }
Required. The zone to update.
Property Value | |
---|---|
Type | Description |
Zone |