Class ManagementAgentAggregation
A count of Management Agents sharing the values for specified dimensions.
Inherited Members
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 |