Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::Mount.
Carries information about a particular disk mount inside a container.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disk
def disk() -> ::String
Returns
- (::String) — The name of the disk to mount, as specified in the resources section.
#disk=
def disk=(value) -> ::String
Parameter
- value (::String) — 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.
#path
def path() -> ::String
Returns
- (::String) — The path to mount the disk inside the container.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — The path to mount the disk inside the container.
Returns
- (::String) — The path to mount the disk inside the container.
#read_only
def read_only() -> ::Boolean
Returns
- (::Boolean) — If true, the disk is mounted read-only inside the container.
#read_only=
def read_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, the disk is mounted read-only inside the container.
Returns
- (::Boolean) — If true, the disk is mounted read-only inside the container.