Class: Google::Apis::MigrationcenterV1alpha1::FstabEntryList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::FstabEntryList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
Fstab content.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ FstabEntryList
constructor
A new instance of FstabEntryList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FstabEntryList
Returns a new instance of FstabEntryList.
3518 3519 3520 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3518 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1alpha1::FstabEntry>
Fstab entries.
Corresponds to the JSON property entries
3516 3517 3518 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3516 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3523 3524 3525 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3523 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |