public sealed class UpdateNetworkRequest : IMessage<UpdateNetworkRequest>, IEquatable<UpdateNetworkRequest>, IDeepCloneable<UpdateNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateNetworkRequest.
Message requesting to updating a network.
Implements
IMessageUpdateNetworkRequest, IEquatableUpdateNetworkRequest, IDeepCloneableUpdateNetworkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
UpdateNetworkRequest()
public UpdateNetworkRequest()
UpdateNetworkRequest(UpdateNetworkRequest)
public UpdateNetworkRequest(UpdateNetworkRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateNetworkRequest |
Properties
Network
public Network Network { get; set; }
Required. The network to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/networks/{network}
Property Value | |
---|---|
Type | Description |
Network |
UpdateMask
public FieldMask UpdateMask { get; set; }
The list of fields to update.
The only currently supported fields are:
labels
, reservations
, vrf.vlan_attachments
Property Value | |
---|---|
Type | Description |
FieldMask |