Show / Hide Table of Contents

Class ImageArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ImageArgs
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 ImageArgs : ResourceArgs

Constructors

View Source

ImageArgs()

Declaration
public ImageArgs()

Properties

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.