Class: Google::Apis::MigrationcenterV1::FstabEntryList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::FstabEntryList
- 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
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.
2051 2052 2053 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 2051 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::FstabEntry>
Fstab entries.
Corresponds to the JSON property entries
2049 2050 2051 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 2049 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2056 2057 2058 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 2056 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |