Show / Hide Table of Contents

Class NetworkAnchorCollection

Results of a networkAnchor search. Contains both NetworkAnchorSummary items and other information, such as metadata.

Inheritance
object
NetworkAnchorCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class NetworkAnchorCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<NetworkAnchorSummary> Items { get; set; }
Property Value
Type Description
List<NetworkAnchorSummary>

List of networkAnchors.

Remarks

Required

In this article
Back to top