GetInstancesResult

data class GetInstancesResult(val id: String, val ids: List<String>, val instances: List<GetInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null)

A collection of values returned by getInstances.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, instances: List<GetInstancesInstance>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, status: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of CEN instances IDs.

Link copied to clipboard

A list of CEN instances. Each element contains the following attributes:

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of CEN instances names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

Status of the CEN instance, including "Creating", "Active" and "Deleting".

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

A map of tags assigned to the Cen Instance.