Show / Hide Table of Contents

Class ManagementAgentPluginAggregationCollection

The summary of Management Agent Plugin count items

Inheritance
object
ManagementAgentPluginAggregationCollection
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 ManagementAgentPluginAggregationCollection

Properties

Items

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

List in which each item describes an aggregation of Managment Agent Plugins

Remarks

Required

In this article
Back to top