ResourceAnchorCollection

class oci.multicloud.models.ResourceAnchorCollection(**kwargs)

Bases: object

Results of a resourceAnchor search. Contains both ResourceAnchorSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new ResourceAnchorCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ResourceAnchorCollection.
__init__(**kwargs)

Initializes a new ResourceAnchorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.multicloud.models.ResourceAnchorSummary]) – The value to assign to the items property of this ResourceAnchorCollection.
items

[Required] Gets the items of this ResourceAnchorCollection. List of resourceAnchors.

Returns:The items of this ResourceAnchorCollection.
Return type:list[oci.multicloud.models.ResourceAnchorSummary]