SnapCollection¶
-
class
oci.os_management_hub.models.SnapCollection(**kwargs)¶ Bases:
objectThe set of snaps returned for the
list_managed_instance_snaps()operation.Methods
__init__(**kwargs)Initializes a new SnapCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this SnapCollection. -
__init__(**kwargs)¶ Initializes a new SnapCollection 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.SnapSummary]) – The value to assign to the items property of this SnapCollection.
-
items¶ [Required] Gets the items of this SnapCollection. The list of snaps.
Returns: The items of this SnapCollection. Return type: list[oci.os_management_hub.models.SnapSummary]
-