Bare Metal Solution v2 API - Class UpdateNetworkRequest (1.5.0)

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.

Inheritance

object > UpdateNetworkRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

UpdateNetworkRequest()

public UpdateNetworkRequest()

UpdateNetworkRequest(UpdateNetworkRequest)

public UpdateNetworkRequest(UpdateNetworkRequest other)
Parameter
NameDescription
otherUpdateNetworkRequest

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