Class: Google::Cloud::LifeSciences::V2beta::Mount
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::Mount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
Carries information about a particular disk mount inside a container.
Instance Attribute Summary collapse
-
#disk ⇒ ::String
The name of the disk to mount, as specified in the resources section.
-
#path ⇒ ::String
The path to mount the disk inside the container.
-
#read_only ⇒ ::Boolean
If true, the disk is mounted read-only inside the container.
Instance Attribute Details
#disk ⇒ ::String
Returns The name of the disk to mount, as specified in the resources section.
329 330 331 332 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 329 class Mount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns The path to mount the disk inside the container.
329 330 331 332 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 329 class Mount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_only ⇒ ::Boolean
Returns If true, the disk is mounted read-only inside the container.
329 330 331 332 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 329 class Mount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |