Cloud Life Sciences v2beta API - Class ExistingDisk (2.0.0-beta07)

public sealed class ExistingDisk : IMessage<ExistingDisk>, IEquatable<ExistingDisk>, IDeepCloneable<ExistingDisk>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API class ExistingDisk.

Configuration for an existing disk to be attached to the VM.

Inheritance

object > ExistingDisk

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

ExistingDisk()

public ExistingDisk()

ExistingDisk(ExistingDisk)

public ExistingDisk(ExistingDisk other)
Parameter
Name Description
other ExistingDisk

Properties

Disk

public string Disk { get; set; }

If disk contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. If disk does not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the form zones/<zone>/disks/<disk>, where <zone> is the zone in which the instance is allocated. The disk must be ext4 formatted.

If all Mount references to this disk have the read_only flag set to true, the disk will be attached in read-only mode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.

Property Value
Type Description
string

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 2025年11月06日 UTC.