MulticloudSubscriptionCollection¶
-
class
oci.multicloud.models.MulticloudSubscriptionCollection(**kwargs)¶ Bases:
objectResults of a multicloud subscription. Contains both MulticloudSubscription information.
Methods
__init__(**kwargs)Initializes a new MulticloudSubscriptionCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this MulticloudSubscriptionCollection. -
__init__(**kwargs)¶ Initializes a new MulticloudSubscriptionCollection 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.MulticloudSubscriptionSummary]) – The value to assign to the items property of this MulticloudSubscriptionCollection.
-
items¶ [Required] Gets the items of this MulticloudSubscriptionCollection. List of MulticloudSubscriptions.
Returns: The items of this MulticloudSubscriptionCollection. Return type: list[oci.multicloud.models.MulticloudSubscriptionSummary]
-