Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class Mount.
Carries information about a particular disk mount inside a container.
Generated from protobuf message google.cloud.lifesciences.v2beta.Mount
Namespace
Google \ Cloud \ LifeSciences \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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
bool
If true, the disk is mounted read-only inside the container.
getDisk
The name of the disk to mount, as specified in the resources section.
string
setDisk
The name of the disk to mount, as specified in the resources section.
var
string
$this
getPath
The path to mount the disk inside the container.
string
setPath
The path to mount the disk inside the container.
var
string
$this
getReadOnly
If true, the disk is mounted read-only inside the container.
bool
setReadOnly
If true, the disk is mounted read-only inside the container.
var
bool
$this