Class ImageImportState
Inheritance
System.Object
ImageImportState
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()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ImageImportState : ResourceArgs
Constructors
View Source
ImageImportState()
Declaration
public ImageImportState()
Properties
View Source
Architecture
Specifies the architecture of the system disk after you specify a data disk snapshot as the data source of the system disk for creating an image. Valid values: i386 , Default is x86_64.
Declaration
public Input<string> Architecture { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Description
Description of the image. The length is 2 to 256 English or Chinese characters, and cannot begin with http: // and https: //.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DiskDeviceMappings
Description of the system with disks and snapshots under the image.
Declaration
public InputList<ImageImportDiskDeviceMappingGetArgs> DiskDeviceMappings { get; set; }
Property Value
View Source
ImageName
The image name. The length is 2 ~ 128 English or Chinese characters. Must start with a capital letter or Chinese, and cannot start with http: // and https: //. Can contain numbers, colons (:), underscores (_), or hyphens (-).
Declaration
public Input<string> ImageName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
LicenseType
Declaration
public Input<string> LicenseType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
OsType
Operating system platform type. Valid values: windows, Default is linux.
Declaration
public Input<string> OsType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Specifies the operating system platform of the system disk after you specify a data disk snapshot as the data source of the system disk for creating an image. Valid values: CentOS, Ubuntu, SUSE, OpenSUSE, Debian, CoreOS, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows 7, Default is Others Linux, Customized Linux.
Declaration
public Input<string> Platform { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|