Class: Google::Cloud::Run::V2::NFSVolumeSource
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::NFSVolumeSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
Represents an NFS mount.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Path that is exported by the NFS server.
-
#read_only ⇒ ::Boolean
If true, the volume will be mounted as read only for all mounts.
-
#server ⇒ ::String
Hostname or IP address of the NFS server.
Instance Attribute Details
#path ⇒ ::String
Returns Path that is exported by the NFS server.
351 352 353 354 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 351 class NFSVolumeSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_only ⇒ ::Boolean
Returns If true, the volume will be mounted as read only for all mounts.
351 352 353 354 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 351 class NFSVolumeSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server ⇒ ::String
Returns Hostname or IP address of the NFS server.
351 352 353 354 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 351 class NFSVolumeSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |