RoverNodeCollection

class oci.rover.models.RoverNodeCollection(**kwargs)

Bases: object

Results of a roverNode search. Contains both RoverNodeSummary items and other data.

Methods

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

Attributes

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

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

Parameters:items (list[oci.rover.models.RoverNodeSummary]) – The value to assign to the items property of this RoverNodeCollection.
items

[Required] Gets the items of this RoverNodeCollection. List of roverNodes.

Returns:The items of this RoverNodeCollection.
Return type:list[oci.rover.models.RoverNodeSummary]