Class: Google::Cloud::VMMigration::V1::PersistentDisk

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

Overview

Details of a created Persistent Disk.

Instance Attribute Summary collapse

Instance Attribute Details

#disk_uri::String

Returns The URI of the Persistent Disk.

Returns:

  • (::String)

    The URI of the Persistent Disk.



2745
2746
2747
2748
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2745

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

#source_disk_number::Integer

Returns The ordinal number of the source VM disk.

Returns:

  • (::Integer)

    The ordinal number of the source VM disk.



2745
2746
2747
2748
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2745

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