Class: Google::Cloud::MigrationCenter::V1::NfsExport
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::NfsExport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
NFS export.
Instance Attribute Summary collapse
-
#export_directory ⇒ ::String
The directory being exported.
-
#hosts ⇒ ::Array<::String>
The hosts or networks to which the export is being shared.
Instance Attribute Details
#export_directory ⇒ ::String
Returns The directory being exported.
2350 2351 2352 2353 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2350 class NfsExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hosts ⇒ ::Array<::String>
Returns The hosts or networks to which the export is being shared.
2350 2351 2352 2353 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2350 class NfsExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |