class Azure::ServiceFabric::V6_5_0_36::Models::ApplicationTypeApplicationsHealthEvaluation
Represents health evaluation for applications of a particular application type. The application type applications evaluation can be returned when cluster health evaluation returns unhealthy aggregated health state, either Error or Warning. It contains health evaluations for each unhealthy application of the included application type that impacted current aggregated health state.
Attributes
@return [String] The application type name as defined in the application manifest.
@return [Integer] Maximum allowed percentage of unhealthy applications for the application type, specified as an entry in ApplicationTypeHealthPolicyMap.
@return [Integer] Total number of applications of the application type found in the health store.
@return [Array<HealthEvaluationWrapper>] List of unhealthy evaluations that led to the aggregated health state. Includes all the unhealthy ApplicationHealthEvaluation
of this application type that impacted the aggregated health.
Public Class Methods
Mapper for ApplicationTypeApplicationsHealthEvaluation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.5.0.36/generated/azure_service_fabric/models/application_type_applications_health_evaluation.rb, line 52 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationTypeApplications', type: { name: 'Composite', class_name: 'ApplicationTypeApplicationsHealthEvaluation', model_properties: { aggregated_health_state: { client_side_validation: true, required: false, serialized_name: 'AggregatedHealthState', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'Description', type: { name: 'String' } }, Kind: { client_side_validation: true, required: true, serialized_name: 'Kind', type: { name: 'String' } }, application_type_name: { client_side_validation: true, required: false, serialized_name: 'ApplicationTypeName', type: { name: 'String' } }, max_percent_unhealthy_applications: { client_side_validation: true, required: false, serialized_name: 'MaxPercentUnhealthyApplications', type: { name: 'Number' } }, total_count: { client_side_validation: true, required: false, serialized_name: 'TotalCount', type: { name: 'Number' } }, unhealthy_evaluations: { client_side_validation: true, required: false, serialized_name: 'UnhealthyEvaluations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'HealthEvaluationWrapperElementType', type: { name: 'Composite', class_name: 'HealthEvaluationWrapper' } } } } } } } end
# File lib/6.5.0.36/generated/azure_service_fabric/models/application_type_applications_health_evaluation.rb, line 21 def initialize @Kind = "ApplicationTypeApplications" end