ProvisionCollection¶
-
class
oci.fleet_apps_management.models.
ProvisionCollection
(**kwargs)¶ Bases:
object
Results of a famProvision search. Contains both FamProvisionSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new ProvisionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProvisionCollection. -
__init__
(**kwargs)¶ Initializes a new ProvisionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.ProvisionSummary]) – The value to assign to the items property of this ProvisionCollection.
-
items
¶ [Required] Gets the items of this ProvisionCollection. List of famProvisions.
Returns: The items of this ProvisionCollection. Return type: list[oci.fleet_apps_management.models.ProvisionSummary]
-