Compute Engine v1 API - Class FutureResourcesSpecLocalSsdPartition (3.22.0)

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

Inheritance

object > FutureResourcesSpecLocalSsdPartition

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FutureResourcesSpecLocalSsdPartition()

public FutureResourcesSpecLocalSsdPartition()

FutureResourcesSpecLocalSsdPartition(FutureResourcesSpecLocalSsdPartition)

public FutureResourcesSpecLocalSsdPartition(FutureResourcesSpecLocalSsdPartition other)
Parameter
Name Description
other FutureResourcesSpecLocalSsdPartition

Properties

DiskInterface

public string DiskInterface { get; set; }

Disk interface. Defaults to SCSI. Check the DiskInterface enum for the list of possible values.

Property Value
Type Description
string

DiskSizeGb

public long DiskSizeGb { get; set; }

The size of the disk in GB.

Property Value
Type Description
long

HasDiskInterface

public bool HasDiskInterface { get; }

Gets whether the "disk_interface" field is set

Property Value
Type Description
bool

HasDiskSizeGb

public bool HasDiskSizeGb { get; }

Gets whether the "disk_size_gb" field is set

Property Value
Type Description
bool