Class InstanceCollection
Results of an instance search. Contains both InstanceSummary items and other information, such as metadata.
Inherited Members
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