Class InstanceConfigDevicesArgs
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 InstanceConfigDevicesArgs : ResourceArgs
Constructors
View SourceInstanceConfigDevicesArgs()
Declaration
public InstanceConfigDevicesArgs()
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<InstanceConfigDevicesSdaArgs> Sda { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdaArgs> |
Sdb
Declaration
public Input<InstanceConfigDevicesSdbArgs> Sdb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdbArgs> |
Sdc
Declaration
public Input<InstanceConfigDevicesSdcArgs> Sdc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdcArgs> |
Sdd
Declaration
public Input<InstanceConfigDevicesSddArgs> Sdd { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSddArgs> |
Sde
Declaration
public Input<InstanceConfigDevicesSdeArgs> Sde { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdeArgs> |
Sdf
Declaration
public Input<InstanceConfigDevicesSdfArgs> Sdf { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdfArgs> |
Sdg
Declaration
public Input<InstanceConfigDevicesSdgArgs> Sdg { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdgArgs> |
Sdh
Declaration
public Input<InstanceConfigDevicesSdhArgs> Sdh { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceConfigDevicesSdhArgs> |