Class InstanceConfigDevicesGetArgs
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 InstanceConfigDevicesGetArgs : ResourceArgs
Constructors
View SourceInstanceConfigDevicesGetArgs()
Declaration
public InstanceConfigDevicesGetArgs()
Properties
View SourceSda
... sdh - (Optional) The SDA-SDH slots, represent the Linux block device nodes for the first 8 disks attached to the Linode. Each device must be suplied sequentially. The device can be either a Disk or a Volume identified by disk_label or volume_id. Only one disk identifier is permitted per slot. Devices mapped from sde through sdh are unavailable in "fullvirt" virt_mode.
Declaration
public Input<InstanceConfigDevicesSdaGetArgs> Sda { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdaGetArgs> |
Sdb
Declaration
public Input<InstanceConfigDevicesSdbGetArgs> Sdb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdbGetArgs> |
Sdc
Declaration
public Input<InstanceConfigDevicesSdcGetArgs> Sdc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdcGetArgs> |
Sdd
Declaration
public Input<InstanceConfigDevicesSddGetArgs> Sdd { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSddGetArgs> |
Sde
Declaration
public Input<InstanceConfigDevicesSdeGetArgs> Sde { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdeGetArgs> |
Sdf
Declaration
public Input<InstanceConfigDevicesSdfGetArgs> Sdf { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdfGetArgs> |
Sdg
Declaration
public Input<InstanceConfigDevicesSdgGetArgs> Sdg { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdgGetArgs> |
Sdh
Declaration
public Input<InstanceConfigDevicesSdhGetArgs> Sdh { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdhGetArgs> |