Class StackScriptState
Inherited Members
Namespace: Pulumi.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class StackScriptState : ResourceArgs
Constructors
View SourceStackScriptState()
Declaration
public StackScriptState()
Properties
View SourceCreated
The date this StackScript was created.
Declaration
public Input<string> Created { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeploymentsActive
Count of currently active, deployed Linodes created from this StackScript.
Declaration
public Input<int> DeploymentsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DeploymentsTotal
The total number of times this StackScript has been deployed.
Declaration
public Input<int> DeploymentsTotal { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Description
A description for the StackScript.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Images
An array of Image IDs representing the Images that this StackScript is compatible for deploying with.
Declaration
public InputList<string> Images { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
IsPublic
This determines whether other users can use your StackScript. Once a StackScript is made public, it cannot be made private. Changing is_public forces the creation of a new StackScript
Declaration
public Input<bool> IsPublic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Label
The StackScript's label is for display purposes only.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RevNote
This field allows you to add notes for the set of revisions made to this StackScript.
Declaration
public Input<string> RevNote { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Script
The script to execute when provisioning a new Linode with this StackScript.
Declaration
public Input<string> Script { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Updated
The date this StackScript was updated.
Declaration
public Input<string> Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserDefinedFields
This is a list of fields defined with a special syntax inside this StackScript that allow for supplying customized parameters during deployment.
Declaration
public InputList<StackScriptUserDefinedFieldGetArgs> UserDefinedFields { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<StackScriptUserDefinedFieldGetArgs> |
UserGravatarId
The Gravatar ID for the User who created the StackScript.
Declaration
public Input<string> UserGravatarId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
The User who created the StackScript.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |