ManagementApplianceCollection¶
-
class
oci.ocvp.models.ManagementApplianceCollection(**kwargs)¶ Bases:
objectA list of management appliances.
Methods
__init__(**kwargs)Initializes a new ManagementApplianceCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ManagementApplianceCollection. -
__init__(**kwargs)¶ Initializes a new ManagementApplianceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ocvp.models.ManagementApplianceSummary]) – The value to assign to the items property of this ManagementApplianceCollection.
-
items¶ [Required] Gets the items of this ManagementApplianceCollection. A list of management appliances.
Returns: The items of this ManagementApplianceCollection. Return type: list[oci.ocvp.models.ManagementApplianceSummary]
-