Class: Google::Cloud::BareMetalSolution::V2::UpdateNetworkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::UpdateNetworkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/network.rb
Overview
Message requesting to updating a network.
Instance Attribute Summary collapse
-
#network ⇒ ::Google::Cloud::BareMetalSolution::V2::Network
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
Instance Attribute Details
#network ⇒ ::Google::Cloud::BareMetalSolution::V2::Network
Returns Required. The network to update.
The name
field is used to identify the instance to update.
Format: projects/{project}/locations/{location}/networks/{network}.
311 312 313 314 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 311 class UpdateNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to update.
The only currently supported fields are:
labels
, reservations
, vrf.vlan_attachments
.
311 312 313 314 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 311 class UpdateNetworkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |