Show / Hide Table of Contents

Class AdvancedClusterFileSystemCollection

Results of the ACFS lists. Contains SystemVersionSummary items.

Inheritance
object
AdvancedClusterFileSystemCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AdvancedClusterFileSystemCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AdvancedClusterFileSystemSummary> Items { get; set; }
Property Value
Type Description
List<AdvancedClusterFileSystemSummary>

List of Advanced Cluster File Systems.

Remarks

Required

In this article
Back to top