Class: Google::Cloud::MigrationCenter::V1::DiskEntryList
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::DiskEntryList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
VM disks.
Instance Attribute Summary collapse
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::DiskEntry>
Returns Disk entries.
2049 2050 2051 2052 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2049 class DiskEntryList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |