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