Class: Google::Apis::VmmigrationV1alpha1::ComputeEngineDisksTargetDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vmmigration_v1alpha1/classes.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb,
lib/google/apis/vmmigration_v1alpha1/representations.rb

Overview

ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ComputeEngineDisksTargetDetails

Returns a new instance of ComputeEngineDisksTargetDetails.



703
704
705
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 703

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#disksArray<Google::Apis::VmmigrationV1alpha1::PersistentDisk>

The details of each created Persistent Disk. Corresponds to the JSON property disks



701
702
703
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 701

def disks
  @disks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



708
709
710
# File 'lib/google/apis/vmmigration_v1alpha1/classes.rb', line 708

def update!(**args)
  @disks = args[:disks] if args.key?(:disks)
end