Class: Google::Apis::VmmigrationV1::ComputeEngineDisksTargetDetails
- Inherits:
-
Object
- Object
- Google::Apis::VmmigrationV1::ComputeEngineDisksTargetDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vmmigration_v1/classes.rb,
lib/google/apis/vmmigration_v1/representations.rb,
lib/google/apis/vmmigration_v1/representations.rb
Overview
ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
Instance Attribute Summary collapse
-
#disks ⇒ Array<Google::Apis::VmmigrationV1::PersistentDisk>
The details of each created Persistent Disk.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ComputeEngineDisksTargetDetails
constructor
A new instance of ComputeEngineDisksTargetDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ComputeEngineDisksTargetDetails
Returns a new instance of ComputeEngineDisksTargetDetails.
966 967 968 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 966 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disks ⇒ Array<Google::Apis::VmmigrationV1::PersistentDisk>
The details of each created Persistent Disk.
Corresponds to the JSON property disks
964 965 966 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 964 def disks @disks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
971 972 973 |
# File 'lib/google/apis/vmmigration_v1/classes.rb', line 971 def update!(**args) @disks = args[:disks] if args.key?(:disks) end |