Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::NFS.
Represents an NFS server and remote path:
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#remote_path
def
remote_path
()
-
>
::
String
Returns
- (::String) — Remote source path exported from NFS, e.g., "/share".
#remote_path=
def
remote_path=
(
value
)
-
>
::
String
Parameter
- value(::String) — Remote source path exported from NFS, e.g., "/share".
Returns
- (::String) — Remote source path exported from NFS, e.g., "/share".
#server
def
server
()
-
>
::
String
Returns
- (::String) — URI of the NFS server, e.g. an IP address.
#server=
def
server=
(
value
)
-
>
::
String
Parameter
- value(::String) — URI of the NFS server, e.g. an IP address.
Returns
- (::String) — URI of the NFS server, e.g. an IP address.