Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::RenameNetworkRequest.
Message requesting rename of a server.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The
name
field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The
name
field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network}
Returns
-
(::String) — Required. The
name
field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network}
#new_network_id
def new_network_id() -> ::String
Returns
-
(::String) — Required. The new
id
of the network.
#new_network_id=
def new_network_id=(value) -> ::String
Parameter
-
value (::String) — Required. The new
id
of the network.
Returns
-
(::String) — Required. The new
id
of the network.