Class ActivityProblemAggregation
Provides the parameters and their corresponding count.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ActivityProblemAggregation
Properties
Count
Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of occurrences with given dimensions |
Remarks
Required
DimensionsMap
Declaration
[Required(ErrorMessage = "DimensionsMap is required.")]
[JsonProperty(PropertyName = "dimensionsMap")]
public Dictionary<string, string> DimensionsMap { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | The key-value pairs of dimensions and their names |
Remarks
Required
GeographicalLocation
Declaration
[Required(ErrorMessage = "GeographicalLocation is required.")]
[JsonProperty(PropertyName = "geographicalLocation")]
public GeographicalLocation GeographicalLocation { get; set; }
Property Value
Type | Description |
---|---|
GeographicalLocation |
Remarks
Required
PoliticalLocation
Declaration
[Required(ErrorMessage = "PoliticalLocation is required.")]
[JsonProperty(PropertyName = "politicalLocation")]
public PoliticalLocation PoliticalLocation { get; set; }
Property Value
Type | Description |
---|---|
PoliticalLocation |
Remarks
Required