public sealed class FutureResourcesSpecLocalSsdPartition : IMessage<FutureResourcesSpecLocalSsdPartition>, IEquatable<FutureResourcesSpecLocalSsdPartition>, IDeepCloneable<FutureResourcesSpecLocalSsdPartition>, IBufferMessage, IMessageImplements
IMessageFutureResourcesSpecLocalSsdPartition, IEquatableFutureResourcesSpecLocalSsdPartition, IDeepCloneableFutureResourcesSpecLocalSsdPartition, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|