MulticloudResourceCollection¶
-
class
oci.multicloud.models.MulticloudResourceCollection(**kwargs)¶ Bases:
objectMulticloud resource information across clouds.
Methods
__init__(**kwargs)Initializes a new MulticloudResourceCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this MulticloudResourceCollection. -
__init__(**kwargs)¶ Initializes a new MulticloudResourceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.multicloud.models.MulticloudResourceSummary]) – The value to assign to the items property of this MulticloudResourceCollection.
-
items¶ [Required] Gets the items of this MulticloudResourceCollection. List of MulticloudResourceSummary.
Returns: The items of this MulticloudResourceCollection. Return type: list[oci.multicloud.models.MulticloudResourceSummary]
-