Class InfrastructureCollection
A collection of Database Infrastructure resources.
Inherited Members
Namespace: Oci.DataccService.Models
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class InfrastructureCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InfrastructureSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfrastructureSummary> | A list of Database Infrastructure resources. |
Remarks
Required