RoverBundleRequestCollection

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

Bases: object

All the roverBundleRequests associated to this roverNode or roverCluster.

Methods

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

Attributes

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

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

[Required] Gets the items of this RoverBundleRequestCollection. List of roverBundleRequests.

Returns:The items of this RoverBundleRequestCollection.
Return type:list[oci.rover.models.RoverBundleRequestSummary]