GetEcsImagePipelinePipeline

data class GetEcsImagePipelinePipeline(val addAccounts: List<String>, val baseImage: String, val baseImageType: String, val buildContent: String, val creationTime: String, val deleteInstanceOnFailure: Boolean, val description: String, val id: String, val imageName: String, val imagePipelineId: String, val instanceType: String, val internetMaxBandwidthOut: Int, val name: String, val resourceGroupId: String, val systemDiskSize: Int, val tags: Map<String, String>? = null, val toRegionIds: List<String>, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(addAccounts: List<String>, baseImage: String, baseImageType: String, buildContent: String, creationTime: String, deleteInstanceOnFailure: Boolean, description: String, id: String, imageName: String, imagePipelineId: String, instanceType: String, internetMaxBandwidthOut: Int, name: String, resourceGroupId: String, systemDiskSize: Int, tags: Map<String, String>? = null, toRegionIds: List<String>, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IDs of Alibaba Cloud accounts to which the image was shared.

Link copied to clipboard

The source image.

Link copied to clipboard

The type of the source image.

Link copied to clipboard

The content of the image template.

Link copied to clipboard

The time when the image template was created.

Link copied to clipboard

Indicates whether the intermediate instance was released when the image failed to be created.

Link copied to clipboard

The description of the image template.

Link copied to clipboard
val id: String

The ID of the Image Pipeline.

Link copied to clipboard

The name prefix of the created image.

Link copied to clipboard

The ID of the image template.

Link copied to clipboard

The instance type of the intermediate instance.

Link copied to clipboard

The size of the outbound public bandwidth for the intermediate instance. Unit: Mbit/s.

Link copied to clipboard

The name of the image template.

Link copied to clipboard

The ID of the resource group to which the image template belongs.

Link copied to clipboard

The system disk size of the intermediate instance. Unit: GiB.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.

Link copied to clipboard

The IDs of regions to which to distribute the created image.

Link copied to clipboard

The vswitch id.