Class UpdateNetworkRequest (1.1.2)

UpdateNetworkRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message requesting to updating a network.

Attributes

NameDescription
network google.cloud.bare_metal_solution_v2.types.Network
Required. The network to update. The ``name`` field is used to identify the instance to update. Format: projects/{project}/locations/{location}/networks/{network}
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to update. The only currently supported fields are: ``labels``, ``reservations``

Inheritance

builtins.object > proto.message.Message > UpdateNetworkRequest