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 
namefield is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network} 
#name=
def name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The 
namefield is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network} 
    Returns
    
  - 
        (::String) — Required. The 
namefield 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 
idof the network. 
#new_network_id=
def new_network_id=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The new 
idof the network. 
    Returns
    
- 
        (::String) — Required. The new 
idof the network.