Show / Hide Table of Contents

Class ImageState

Inheritance
System.Object
InputArgs
ResourceArgs
ImageState
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
Assembly: Pulumi.Linode.dll
Syntax
public sealed class ImageState : ResourceArgs

Constructors

View Source

ImageState()

Declaration
public ImageState()

Properties

View Source

Created

When this Image was created.

Declaration
public Input<string> Created { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreatedBy

The name of the User who created this Image.

Declaration
public Input<string> CreatedBy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Description

A detailed description of this Image.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

IsPublic

True if the Image is public.

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

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Vendor

The upstream distribution vendor. Nil for private Images.

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