Class ImageCopyState
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.AliCloud.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ImageCopyState : ResourceArgs
Constructors
View SourceImageCopyState()
Declaration
public ImageCopyState()
Properties
View SourceDescription
The description of the image. It must be 2 to 256 characters in length and must not start with http:// or https://. Default value: null.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Encrypted
Indicates whether to encrypt the image.
Declaration
public Input<bool> Encrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Force
Indicates whether to force delete the custom image, Default is false.
- true:Force deletes the custom image, regardless of whether the image is currently being used by other instances.
- false:Verifies that the image is not currently in use by any other instances before deleting the image.
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ImageName
The image name. It must be 2 to 128 characters in length, and must begin with a letter or Chinese character (beginning with http:// or https:// is not allowed). It can contain digits, colons (:), underscores (_), or hyphens (-). Default value: null.
Declaration
public Input<string> ImageName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KmsKeyId
Key ID used to encrypt the image.
Declaration
public Input<string> KmsKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceImageId
The source image ID.
Declaration
public Input<string> SourceImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceRegionId
The ID of the region to which the source custom image belongs. You can call DescribeRegions to view the latest regions of Alibaba Cloud.
Declaration
public Input<string> SourceRegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
The tag value of an image. The value of N ranges from 1 to 20.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |