Class: Google::Apis::MigrationcenterV1::DiskEntryList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::DiskEntryList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1/classes.rb,
lib/google/apis/migrationcenter_v1/representations.rb,
lib/google/apis/migrationcenter_v1/representations.rb
Overview
VM disks.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiskEntryList
constructor
A new instance of DiskEntryList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiskEntryList
Returns a new instance of DiskEntryList.
1283 1284 1285 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1283 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::DiskEntry>
Disk entries.
Corresponds to the JSON property entries
1281 1282 1283 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1281 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1288 1289 1290 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1288 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |