Class ImageArgs
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
Assembly: Pulumi.Linode.dll
Syntax
public sealed class ImageArgs : ResourceArgs
Constructors
View SourceImageArgs()
Declaration
public ImageArgs()
Properties
View SourceDescription
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> |
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> |