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

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

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

Carries information about a disk that can be attached to a VM.

See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations.

Specify either [Volume][google.cloud.lifesciences.v2beta.Volume] or [Disk][google.cloud.lifesciences.v2beta.Disk], but not both.

Inheritance

object > Disk

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

Disk()

public Disk()

Disk(Disk)

public Disk(Disk other)
Parameter
Name Description
other Disk

Properties

Name

public string Name { get; set; }

A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

Property Value
Type Description
string

SizeGb

public int SizeGb { get; set; }

The size, in GB, of the disk to attach. If the size is not specified, a default is chosen to ensure reasonable I/O performance.

If the disk type is specified as local-ssd, multiple local drives are automatically combined to provide the requested size. Note, however, that each physical SSD is 375GB in size, and no more than 8 drives can be attached to a single instance.

Property Value
Type Description
int

SourceImage

public string SourceImage { get; set; }

An optional image to put on the disk before attaching it to the VM.

Property Value
Type Description
string

Type

public string Type { get; set; }

The Compute Engine disk type. If unspecified, pd-standard is used.

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.