Class: Google::Cloud::MigrationCenter::V1::MachineDiskDetails

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

Overview

Details of machine disks.

Instance Attribute Summary collapse

Instance Attribute Details

#disks::Google::Cloud::MigrationCenter::V1::DiskEntryList

Returns List of disks.



2040
2041
2042
2043
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2040

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

#total_capacity_bytes::Integer

Returns Disk total Capacity.

Returns:

  • (::Integer)

    Disk total Capacity.



2040
2041
2042
2043
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2040

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

#total_free_bytes::Integer

Returns Total disk free space.

Returns:

  • (::Integer)

    Total disk free space.



2040
2041
2042
2043
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2040

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