Class ImageState
Inherited Members
Namespace: Pulumi.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class ImageState : ResourceArgs
Constructors
View SourceImageState()
Declaration
public ImageState()
Properties
View SourceCreated
When this Image was created.
Declaration
public Input<string> Created { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreatedBy
The name of the User who created this Image.
Declaration
public Input<string> CreatedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Deprecated
Whether or not this Image is deprecated. Will only be True for deprecated public Images.
Declaration
public Input<bool> Deprecated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Description
A detailed description of this Image.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DiskId
The ID of the Linode Disk that this Image will be created from.
Declaration
public Input<int> DiskId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Expiry
Only Images created automatically (from a deleted Linode; type=automatic) will expire.
Declaration
public Input<string> Expiry { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsPublic
True if the Image is public.
Declaration
public Input<bool> IsPublic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Label
A short description of the Image. Labels cannot contain special characters.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LinodeId
The ID of the Linode that this Image will be created from.
Declaration
public Input<int> LinodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Size
The minimum size this Image needs to deploy. Size is in MB.
Declaration
public Input<int> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
How the Image was created. 'Manual' Images can be created at any time. 'Automatic' images are created automatically from a deleted Linode.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vendor
The upstream distribution vendor. Nil for private Images.
Declaration
public Input<string> Vendor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |