HsmPartitionCollection

class oci.key_management.models.HsmPartitionCollection(**kwargs)

Bases: object

HsmPartitionCollection object with page of HsmPartitionSummary objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.key_management.models.HsmPartitionSummary]) – The value to assign to the items property of this HsmPartitionCollection.
items

[Required] Gets the items of this HsmPartitionCollection. List of HsmPartitionSummaries.

Returns:The items of this HsmPartitionCollection.
Return type:list[oci.key_management.models.HsmPartitionSummary]