Class InstanceConfigHelpersArgs
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 InstanceConfigHelpersArgs : ResourceArgs
Constructors
View SourceInstanceConfigHelpersArgs()
Declaration
public InstanceConfigHelpersArgs()
Properties
View SourceDevtmpfsAutomount
Declaration
public Input<bool> DevtmpfsAutomount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
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> |
UpdatedbDisabled
Disables updatedb cron job to avoid disk thrashing.
Declaration
public Input<bool> UpdatedbDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |