OccmDemandSignalResourcePropertyConstraintsCollection¶
-
class
oci.capacity_management.models.
OccmDemandSignalResourcePropertyConstraintsCollection
(**kwargs)¶ Bases:
object
A list containing detailed information about a resource’s property constraints.
Methods
__init__
(**kwargs)Initializes a new OccmDemandSignalResourcePropertyConstraintsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OccmDemandSignalResourcePropertyConstraintsCollection. -
__init__
(**kwargs)¶ Initializes a new OccmDemandSignalResourcePropertyConstraintsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.capacity_management.models.OccmDemandSignalResourcePropertyConstraintsSummary]) – The value to assign to the items property of this OccmDemandSignalResourcePropertyConstraintsCollection.
-
items
¶ [Required] Gets the items of this OccmDemandSignalResourcePropertyConstraintsCollection. An array of items containing detailed information about a resource’s property dependecies.
Returns: The items of this OccmDemandSignalResourcePropertyConstraintsCollection. Return type: list[oci.capacity_management.models.OccmDemandSignalResourcePropertyConstraintsSummary]
-