Show / Hide Table of Contents

Class ManagementAgentAggregationCollection

The summary of Management Agent count items

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

Properties

Items

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

List in which each item describes an aggregation of Managment Agents

Remarks

Required

In this article
Back to top