Show / Hide Table of Contents

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 Source

Comments

  • Arbitrary user comments about this config.
Declaration
public readonly string Comments
Field Value
Type Description
System.String
View Source

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
View Source

Helpers

Helpers enabled when booting to this Linode Config.

Declaration
public readonly InstanceConfigHelpers Helpers
Field Value
Type Description
InstanceConfigHelpers
View Source

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
View Source

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
View Source

MemoryLimit

  • Defaults to the total RAM of the Linode
Declaration
public readonly int? MemoryLimit
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RootDevice

  • The root device to boot. The corresponding disk must be attached to a device slot. Example: &quot;/dev/sda&quot;
Declaration
public readonly string RootDevice
Field Value
Type Description
System.String
View Source

RunLevel

  • Defines the state of your Linode after booting. Defaults to &quot;default&quot;.
Declaration
public readonly string RunLevel
Field Value
Type Description
System.String
View Source

VirtMode

  • Controls the virtualization mode. Defaults to &quot;paravirt&quot;.
Declaration
public readonly string VirtMode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.