Show / Hide Table of Contents

Class ManagementAgentPluginAggregation

A count of Management Agents Plugins sharing the values for specified dimensions.

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

Properties

Count

Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type Description
int?

The number of Management Agent Plugins in this group

Dimensions

Declaration
[JsonProperty(PropertyName = "dimensions")]
public ManagementAgentPluginAggregationDimensions Dimensions { get; set; }
Property Value
Type Description
ManagementAgentPluginAggregationDimensions
In this article
Back to top