MirrorsCollection¶
-
class
oci.os_management_hub.models.
MirrorsCollection
(**kwargs)¶ Bases:
object
List of mirrors associated with a Management Station
Methods
__init__
(**kwargs)Initializes a new MirrorsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MirrorsCollection. -
__init__
(**kwargs)¶ Initializes a new MirrorsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.os_management_hub.models.MirrorSummary]) – The value to assign to the items property of this MirrorsCollection.
-
items
¶ [Required] Gets the items of this MirrorsCollection. List of mirrors
Returns: The items of this MirrorsCollection. Return type: list[oci.os_management_hub.models.MirrorSummary]
-