Class: Google::Cloud::MigrationCenter::V1::NfsExport

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#export_directory::String

Returns The directory being exported.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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