Show / Hide Table of Contents

Class InstanceConfigHelpers

Inheritance
System.Object
InstanceConfigHelpers
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 InstanceConfigHelpers

Fields

View Source

DevtmpfsAutomount

Declaration
public readonly bool? DevtmpfsAutomount
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Distro

Controls the behavior of the Linode Config's Distribution Helper setting.

Declaration
public readonly bool? Distro
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ModulesDep

Creates a modules dependency file for the Kernel you run.

Declaration
public readonly bool? ModulesDep
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Network

Controls the behavior of the Linode Config's Network Helper setting, used to automatically configure additional IP addresses assigned to this instance.

Declaration
public readonly bool? Network
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

UpdatedbDisabled

Disables updatedb cron job to avoid disk thrashing.

Declaration
public readonly bool? UpdatedbDisabled
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.