Class: Google::Cloud::LifeSciences::V2beta::Mount

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#disk::String

Returns The name of the disk to mount, as specified in the resources section.

Returns:

  • (::String)

    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

#path::String

Returns The path to mount the disk inside the container.

Returns:

  • (::String)

    The path to mount the disk inside the container.



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

#read_only::Boolean

Returns If true, the disk is mounted read-only inside the container.

Returns:

  • (::Boolean)

    If true, the disk is mounted read-only inside the container.



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