Class CccInfrastructureCollection
Results of a Compute Cloud@Customer infrastructure search.
Inherited Members
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CccInfrastructureCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CccInfrastructureSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<CccInfrastructureSummary> | List of Compute Cloud@Customer infrastructures. |
Remarks
Required