Show / Hide Table of Contents

Class ImageCopyState

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

Constructors

View Source

ImageCopyState()

Declaration
public ImageCopyState()

Properties

View Source

Description

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

Encrypted

Indicates whether to encrypt the image.

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

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

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

KmsKeyId

Key ID used to encrypt the image.

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

Name

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

SourceImageId

The source image ID.

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

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

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