NetworkAnchorCollection¶
-
class
oci.multicloud.models.
NetworkAnchorCollection
(**kwargs)¶ Bases:
object
Results of a networkAnchor search. Contains both NetworkAnchorSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new NetworkAnchorCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this NetworkAnchorCollection. -
__init__
(**kwargs)¶ Initializes a new NetworkAnchorCollection 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.NetworkAnchorSummary]) – The value to assign to the items property of this NetworkAnchorCollection.
-
items
¶ [Required] Gets the items of this NetworkAnchorCollection. List of networkAnchors.
Returns: The items of this NetworkAnchorCollection. Return type: list[oci.multicloud.models.NetworkAnchorSummary]
-