Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::UpdateNetworkRequest.
Message requesting to updating a network.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#network
def network() -> ::Google::Cloud::BareMetalSolution::V2::Network
-
(::Google::Cloud::BareMetalSolution::V2::Network) — Required. The network to update.
The
name
field is used to identify the instance to update. Format: projects/{project}/locations/{location}/networks/{network}
#network=
def network=(value) -> ::Google::Cloud::BareMetalSolution::V2::Network
-
value (::Google::Cloud::BareMetalSolution::V2::Network) — Required. The network to update.
The
name
field is used to identify the instance to update. Format: projects/{project}/locations/{location}/networks/{network}
-
(::Google::Cloud::BareMetalSolution::V2::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
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — The list of fields to update.
The only currently supported fields are:
labels
,reservations
,vrf.vlan_attachments
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — The list of fields to update.
The only currently supported fields are:
labels
,reservations
,vrf.vlan_attachments
-
(::Google::Protobuf::FieldMask) — The list of fields to update.
The only currently supported fields are:
labels
,reservations
,vrf.vlan_attachments