Show / Hide Table of Contents

Class InstanceConfigHelpersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceConfigHelpersArgs
Inherited Members
ResourceArgs.Empty
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 InstanceConfigHelpersArgs : ResourceArgs

Constructors

View Source

InstanceConfigHelpersArgs()

Declaration
public InstanceConfigHelpersArgs()

Properties

View Source

DevtmpfsAutomount

Declaration
public Input<bool> DevtmpfsAutomount { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Distro

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

Declaration
public Input<bool> Distro { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ModulesDep

Creates a modules dependency file for the Kernel you run.

Declaration
public Input<bool> ModulesDep { get; set; }
Property Value
Type Description
Input<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 Input<bool> Network { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

UpdatedbDisabled

Disables updatedb cron job to avoid disk thrashing.

Declaration
public Input<bool> UpdatedbDisabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.