Class: Google::Cloud::VMMigration::V1::AwsSourceVmDetails::AwsDiskDetails

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

Overview

The details of an AWS instance disk.

Instance Attribute Summary collapse

Instance Attribute Details

#disk_number::Integer (readonly)

Returns Output only. The ordinal number of the disk.

Returns:

  • (::Integer)

    Output only. The ordinal number of the disk.



3667
3668
3669
3670
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3667

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

#size_gb::Integer (readonly)

Returns Output only. Size in GB.

Returns:

  • (::Integer)

    Output only. Size in GB.



3667
3668
3669
3670
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3667

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

#volume_id::String (readonly)

Returns Output only. AWS volume ID.

Returns:

  • (::String)

    Output only. AWS volume ID.



3667
3668
3669
3670
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3667

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