Class CopyImageState
Inheritance
System.Object
CopyImageState
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 CopyImageState : ResourceArgs
Constructors
View Source
CopyImageState()
Declaration
Properties
View Source
Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Encrypted
Declaration
public Input<bool> Encrypted { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Force
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
ImageName
Declaration
public Input<string> ImageName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
KmsKeyId
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
Declaration
public Input<string> SourceImageId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
SourceRegionId
Declaration
public Input<string> SourceRegionId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|