Show / Hide Table of Contents

Class ManagementAgentAggregation

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

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

Properties

Count

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

The number of Management Agents in this group

Dimensions

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