AdvancedClusterFileSystemCollection

class oci.database.models.AdvancedClusterFileSystemCollection(**kwargs)

Bases: object

Results of the ACFS lists. Contains SystemVersionSummary items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database.models.AdvancedClusterFileSystemSummary]) – The value to assign to the items property of this AdvancedClusterFileSystemCollection.
items

[Required] Gets the items of this AdvancedClusterFileSystemCollection. List of Advanced Cluster File Systems.

Returns:The items of this AdvancedClusterFileSystemCollection.
Return type:list[oci.database.models.AdvancedClusterFileSystemSummary]