ResourceSetResourceSet class

Constructors

ResourceSetResourceSet({Input<String?>? description, Input<String?>? id, Input<String?>? lastUpdateTime, required Input<String> name, Input<String?>? resourceSetStatus, Input<List<String>?>? resourceTypeLists, Input<String?>? updateToken})
Creates a new ResourceSetResourceSet. description Description of the resource set. id 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. lastUpdateTime Last time that the resource set was changed. name Descriptive name of the resource set. You can't change the name of a resource set after you create it. resourceSetStatus 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.) resourceTypeLists 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. updateToken Unique identifier for each update to the resource set.
const
ResourceSetResourceSet.fromMap(Map<String, dynamic> map)
factory

Properties

description → Input<String?>?
Description of the resource set.
final
hashCode int
The hash code for this object.
no setterinherited
id → Input<String?>?
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.
final
lastUpdateTime → Input<String?>?
Last time that the resource set was changed.
final
name → Input<String>
Descriptive name of the resource set. You can't change the name of a resource set after you create it.
final
resourceSetStatus → Input<String?>?
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.)
final
resourceTypeLists → Input<List<String>?>?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateToken → Input<String?>?
Unique identifier for each update to the resource set.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited