ResourceSetResourceSet

data class ResourceSetResourceSet(val description: String? = null, val id: String? = null, val lastUpdateTime: String? = null, val name: String, val resourceSetStatus: String? = null, val resourceTypeLists: List<String>? = null, val updateToken: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String? = null, lastUpdateTime: String? = null, name: String, resourceSetStatus: String? = null, resourceTypeLists: List<String>? = null, updateToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the resource set.

Link copied to clipboard
val id: String? = null

Unique identifier for the resource set. It's returned in the responses to create and list commands. You provide it to operations like update and delete.

Link copied to clipboard
val lastUpdateTime: String? = null

Last time that the reosurce set was changed.

Link copied to clipboard

Descriptive name of the resource set. You can't change the name of a resource set after you create it.

Link copied to clipboard

Indicates whether the resource set is in or out of the admin's Region scope. Valid values are ACTIVE (Admin can manage and delete the resource set) or OUT_OF_ADMIN_SCOPE (Admin can view the resource set, but they can't edit or delete the resource set.)

Link copied to clipboard

Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.

Link copied to clipboard
val updateToken: String? = null