Show / Hide Table of Contents

Class LustreFileSystemCollection

Results of a Lustre file system search. Contains both LustreFileSystemSummary items and other information, such as metadata.

Inheritance
object
LustreFileSystemCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top