ResourceAnchorCollection

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

Bases: object

List of resource anchors in the indicated Multicloud subscription.

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 resource anchors.

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