Class: Google::Cloud::BareMetalSolution::V2::RenameNetworkRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/network.rb

Overview

Message requesting rename of a server.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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}



372
373
374
375
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 372

class RenameNetworkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#new_network_id::String

Returns Required. The new id of the network.

Returns:

  • (::String)

    Required. The new id of the network.



372
373
374
375
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 372

class RenameNetworkRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end