Class ImageExportArgs
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 ImageExportArgs : ResourceArgs
Constructors
View SourceImageExportArgs()
Declaration
public ImageExportArgs()
Properties
View SourceImageId
The source image ID.
Declaration
public Input<string> ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OssBucket
Save the exported OSS bucket.
Declaration
public Input<string> OssBucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OssPrefix
The prefix of your OSS Object. It can be composed of numbers or letters, and the character length is 1 ~ 30.
Declaration
public Input<string> OssPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |