Class HsmClusterCollection
HsmClusterCollection object with page of HsmClusterSummary objects.
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class HsmClusterCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HsmClusterSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<HsmClusterSummary> | List of HSM Cluster Summary Objects. |
Remarks
Required