Send feedback
Cloud Life Sciences v2beta API - Class Mount (2.0.0-beta03)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.0.0-beta03 keyboard_arrow_down
public sealed class Mount : IMessage<Mount>, IEquatable<Mount>, IDeepCloneable<Mount>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class Mount.
Carries information about a particular disk mount inside a container.
Namespace
Google.Cloud.LifeSciences.V2Beta
Assembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
Mount()
Mount(Mount)
public Mount(Mount other)
Parameter Name Description other
Mount
Properties
Disk
public string Disk { get; set; }
The name of the disk to mount, as specified in the resources section.
Property Value Type Description String
Path
public string Path { get; set; }
The path to mount the disk inside the container.
Property Value Type Description String
ReadOnly
public bool ReadOnly { get; set; }
If true, the disk is mounted read-only inside the container.
Property Value Type Description Boolean
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-12 UTC."],[],[]]