StackResourceDriftCollection¶
-
class
oci.resource_manager.models.
StackResourceDriftCollection
(**kwargs)¶ Bases:
object
Drift status details for resources in the stack.
Methods
__init__
(**kwargs)Initializes a new StackResourceDriftCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this StackResourceDriftCollection. -
__init__
(**kwargs)¶ Initializes a new StackResourceDriftCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.resource_manager.models.StackResourceDriftSummary]) – The value to assign to the items property of this StackResourceDriftCollection.
-
items
¶ [Required] Gets the items of this StackResourceDriftCollection. Collection of drift status details for all resources defined in the stack.
Returns: The items of this StackResourceDriftCollection. Return type: list[oci.resource_manager.models.StackResourceDriftSummary]
-