Class: Google::Cloud::BareMetalSolution::V2::RenameVolumeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/volume.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 volume. Format: projects/{project}/locations/{location}/volumes/{volume}.

Returns:

  • (::String)

    Required. The name field is used to identify the volume. Format: projects/{project}/locations/{location}/volumes/{volume}



297
298
299
300
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 297

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

#new_volume_id::String

Returns Required. The new id of the volume.

Returns:

  • (::String)

    Required. The new id of the volume.



297
298
299
300
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 297

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