InternalOccmDemandSignalCatalogResourceCollection¶
-
class
oci.capacity_management.models.
InternalOccmDemandSignalCatalogResourceCollection
(**kwargs)¶ Bases:
object
A list containing detailed information about different resources.
Methods
__init__
(**kwargs)Initializes a new InternalOccmDemandSignalCatalogResourceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this InternalOccmDemandSignalCatalogResourceCollection. -
__init__
(**kwargs)¶ Initializes a new InternalOccmDemandSignalCatalogResourceCollection 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.InternalOccmDemandSignalCatalogResourceSummary]) – The value to assign to the items property of this InternalOccmDemandSignalCatalogResourceCollection.
-
items
¶ [Required] Gets the items of this InternalOccmDemandSignalCatalogResourceCollection. An array of items containing detailed information about different resources.
Returns: The items of this InternalOccmDemandSignalCatalogResourceCollection. Return type: list[oci.capacity_management.models.InternalOccmDemandSignalCatalogResourceSummary]
-