Class: Google::Cloud::VMMigration::V1::VmwareSourceVmDetails::VmwareDiskDetails

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 a Vmware VM 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.



3618
3619
3620
3621
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3618

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

#label::String (readonly)

Returns Output only. The disk label.

Returns:

  • (::String)

    Output only. The disk label.



3618
3619
3620
3621
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3618

class VmwareDiskDetails
  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.



3618
3619
3620
3621
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3618

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