Class: Google::Cloud::VMMigration::V1::AzureVmDetails::Disk

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

Overview

A message describing a data disk.

Instance Attribute Summary collapse

Instance Attribute Details

#lun::Integer

Returns The disk's Logical Unit Number (LUN).

Returns:

  • (::Integer)

    The disk's Logical Unit Number (LUN).



1550
1551
1552
1553
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1550

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

#name::String

Returns The disk name.

Returns:

  • (::String)

    The disk name.



1550
1551
1552
1553
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1550

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

#size_gb::Integer

Returns The disk size in GB.

Returns:

  • (::Integer)

    The disk size in GB.



1550
1551
1552
1553
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1550

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