Show / Hide Table of Contents

Class InstanceCollection

Results of an instance search. Contains both InstanceSummary items and other information, such as metadata.

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

Properties

Items

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

List of instances.

Remarks

Required

In this article
Back to top