Show / Hide Table of Contents

Class ManagedEntityAggregation

Aggregated summary information for ManagedEntity

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

Properties

Count

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

Count of managed entities in a compartment.

Remarks

Required

Dimensions

Declaration
[Required(ErrorMessage = "Dimensions is required.")]
[JsonProperty(PropertyName = "dimensions")]
public ManagedEntityDimension Dimensions { get; set; }
Property Value
Type Description
ManagedEntityDimension
Remarks

Required

In this article
Back to top