Show / Hide Table of Contents

Class VmClusterNetworkCollection

A collection of VM cluster network Database Infrastructure resources.

Inheritance
object
VmClusterNetworkCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top