Class: Google::Apis::MigrationcenterV1alpha1::NfsExportList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::NfsExportList
- 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
NFS exports.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1alpha1::NfsExport>
NFS export entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NfsExportList
constructor
A new instance of NfsExportList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NfsExportList
Returns a new instance of NfsExportList.
4636 4637 4638 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4636 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1alpha1::NfsExport>
NFS export entries.
Corresponds to the JSON property entries
4634 4635 4636 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4634 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4641 4642 4643 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4641 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |