FleetPropertyCollection¶
-
class
oci.fleet_apps_management.models.
FleetPropertyCollection
(**kwargs)¶ Bases:
object
Results of a fleetProperty search. Contains both FleetPropertySummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new FleetPropertyCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this FleetPropertyCollection. -
__init__
(**kwargs)¶ Initializes a new FleetPropertyCollection 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.FleetPropertySummary]) – The value to assign to the items property of this FleetPropertyCollection.
-
items
¶ [Required] Gets the items of this FleetPropertyCollection. List of fleet properties in Fleet Application Management.
Returns: The items of this FleetPropertyCollection. Return type: list[oci.fleet_apps_management.models.FleetPropertySummary]
-