GetProvisionedProductsProduct

data class GetProvisionedProductsProduct(val createTime: String, val id: String, val lastProvisioningTaskId: String, val lastSuccessfulProvisioningTaskId: String, val lastTaskId: String, val outputs: List<GetProvisionedProductsProductOutput>, val ownerPrincipalId: String, val ownerPrincipalType: String, val parameters: List<GetProvisionedProductsProductParameter>, val portfolioId: String, val productId: String, val productName: String, val productVersionId: String, val productVersionName: String, val provisionedProductArn: String, val provisionedProductId: String, val provisionedProductName: String, val provisionedProductType: String, val stackId: String, val stackRegionId: String, val status: String, val statusMessage: String, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(createTime: String, id: String, lastProvisioningTaskId: String, lastSuccessfulProvisioningTaskId: String, lastTaskId: String, outputs: List<GetProvisionedProductsProductOutput>, ownerPrincipalId: String, ownerPrincipalType: String, parameters: List<GetProvisionedProductsProductParameter>, portfolioId: String, productId: String, productName: String, productVersionId: String, productVersionName: String, provisionedProductArn: String, provisionedProductId: String, provisionedProductName: String, provisionedProductType: String, stackId: String, stackRegionId: String, status: String, statusMessage: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the product instance

Link copied to clipboard
val id: String
Link copied to clipboard

The ID of the last instance operation task

Link copied to clipboard

The ID of the last successful instance operation task

Link copied to clipboard

The ID of the last task

Link copied to clipboard
Link copied to clipboard

The RAM entity ID of the owner

Link copied to clipboard

The RAM entity type of the owner

Link copied to clipboard

Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.

Link copied to clipboard

Product ID.

Link copied to clipboard

The name of the product

Link copied to clipboard

Product version ID.

Link copied to clipboard

The name of the product version

Link copied to clipboard

The ARN of the product instance

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The name of the instance.The length is 1~128 characters.

Link copied to clipboard

Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).

Link copied to clipboard

The ID of the ROS stack

Link copied to clipboard

The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.

Link copied to clipboard

Instance status

Link copied to clipboard

The status message of the product instance

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