Class InstanceConfigDevicesSdd
Inheritance
System.Object
InstanceConfigDevicesSdd
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Linode.Outputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class InstanceConfigDevicesSdd
Fields
View SourceDiskId
The Disk ID of the associated disk_label, if used.
Declaration
public readonly int? DiskId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
DiskLabel
The label of the disk to map to this device slot.
Declaration
public readonly string DiskLabel
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeId
The Volume ID to map to this device slot.
Declaration
public readonly int? VolumeId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |