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.
331 332 333 334 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 331 class Mount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |