Show / Hide Table of Contents

Class FleetErrorAggregationSummary

High level view of fleet error aggregations.

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

Properties

FleetErrorAggregations

Declaration
[Required(ErrorMessage = "FleetErrorAggregations is required.")]
[JsonProperty(PropertyName = "fleetErrorAggregations")]
public List<FleetErrorAggregation> FleetErrorAggregations { get; set; }
Property Value
Type Description
List<FleetErrorAggregation>

List of fleet error aggregations.

Remarks

Required

HealthyFleetCount

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

Count of fleets with no problems.

Remarks

Required

In this article
Back to top