HsmClusterCollection¶
-
class
oci.key_management.models.
HsmClusterCollection
(**kwargs)¶ Bases:
object
HsmClusterCollection object with page of HsmClusterSummary objects.
Methods
__init__
(**kwargs)Initializes a new HsmClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this HsmClusterCollection. -
__init__
(**kwargs)¶ Initializes a new HsmClusterCollection 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.HsmClusterSummary]) – The value to assign to the items property of this HsmClusterCollection.
-
items
¶ [Required] Gets the items of this HsmClusterCollection. List of HSM Cluster Summary Objects.
Returns: The items of this HsmClusterCollection. Return type: list[oci.key_management.models.HsmClusterSummary]
-