RoverClusterCollection

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

Bases: object

Results of a roverCluster search. Contains both RoverClusterSummary items and other data.

Methods

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

Attributes

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

Initializes a new RoverClusterCollection 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.RoverClusterSummary]) – The value to assign to the items property of this RoverClusterCollection.
items

[Required] Gets the items of this RoverClusterCollection. List of roverClusterSummary.

Returns:The items of this RoverClusterCollection.
Return type:list[oci.rover.models.RoverClusterSummary]