Class LustreFileSystemCollection
Results of a Lustre file system search. Contains both LustreFileSystemSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class LustreFileSystemCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LustreFileSystemSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<LustreFileSystemSummary> | List of Lustre file systems. |
Remarks
Required