Class InstanceConfigDevicesSddArgs
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.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class InstanceConfigDevicesSddArgs : ResourceArgs
Constructors
View SourceInstanceConfigDevicesSddArgs()
Declaration
public InstanceConfigDevicesSddArgs()
Properties
View SourceDiskId
The Disk ID of the associated disk_label, if used.
Declaration
public Input<int> DiskId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DiskLabel
The label of the disk to map to this device slot.
Declaration
public Input<string> DiskLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VolumeId
The Volume ID to map to this device slot.
Declaration
public Input<int> VolumeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |