Class ManagedEntityAggregation
Aggregated summary information for ManagedEntity
Inherited Members
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