Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::NFSVolumeSource.
Represents an NFS mount.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#path
def path() -> ::String
Returns
- (::String) — Path that is exported by the NFS server.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — Path that is exported by the NFS server.
Returns
- (::String) — Path that is exported by the NFS server.
#read_only
def read_only() -> ::Boolean
Returns
- (::Boolean) — If true, the volume will be mounted as read only for all mounts.
#read_only=
def read_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, the volume will be mounted as read only for all mounts.
Returns
- (::Boolean) — If true, the volume will be mounted as read only for all mounts.
#server
def server() -> ::String
Returns
- (::String) — Hostname or IP address of the NFS server
#server=
def server=(value) -> ::String
Parameter
- value (::String) — Hostname or IP address of the NFS server
Returns
- (::String) — Hostname or IP address of the NFS server