Class InstanceConfig
Inheritance
System.Object
InstanceConfig
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 InstanceConfig
Fields
View SourceComments
- Arbitrary user comments about this
config.
Declaration
public readonly string Comments
Field Value
| Type | Description |
|---|---|
| System.String |
Devices
A list of disk or volume attachments for this config. If the boot_config_label omits a devices block, the Linode will not be booted.
Declaration
public readonly InstanceConfigDevices Devices
Field Value
| Type | Description |
|---|---|
| InstanceConfigDevices |
Helpers
Helpers enabled when booting to this Linode Config.
Declaration
public readonly InstanceConfigHelpers Helpers
Field Value
| Type | Description |
|---|---|
| InstanceConfigHelpers |
Kernel
- A Kernel ID to boot a Linode with. Default is based on image choice. Examples are
linode/latest-64bit,linode/grub2,linode/direct-disk, etc. See all kernels here.
Declaration
public readonly string Kernel
Field Value
| Type | Description |
|---|---|
| System.String |
Label
The Config's label for display purposes. Also used by boot_config_label.
Declaration
public readonly string Label
Field Value
| Type | Description |
|---|---|
| System.String |
MemoryLimit
- Defaults to the total RAM of the Linode
Declaration
public readonly int? MemoryLimit
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RootDevice
- The root device to boot. The corresponding disk must be attached to a
deviceslot. Example:"/dev/sda"
Declaration
public readonly string RootDevice
Field Value
| Type | Description |
|---|---|
| System.String |
RunLevel
- Defines the state of your Linode after booting. Defaults to
"default".
Declaration
public readonly string RunLevel
Field Value
| Type | Description |
|---|---|
| System.String |
VirtMode
- Controls the virtualization mode. Defaults to
"paravirt".
Declaration
public readonly string VirtMode
Field Value
| Type | Description |
|---|---|
| System.String |