Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.85 KB

File metadata and controls

34 lines (28 loc) · 1.85 KB

IntersightClient::ConvergedinfraHealthCheckDefinition

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'convergedinfra.HealthCheckDefinition']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'convergedinfra.HealthCheckDefinition']
category String Category that the health check belongs to. [optional]
common_causes String Static information detailing the common causes for the health check failure. [optional]
description String Description of the health check definition. [optional]
execution_mode String Execution mode of the health check on converged infrastructure pod. * `OnDemand` - Execute the health check on-demand. * `Periodic` - Execute the health check on a periodic basis. [optional][default to 'OnDemand']
label String Label for the health check definition that is displayed on UI. [optional]
name String Name of the health check definition. [optional]
suggested_resolution String Static information detailing the possible remediation actions that can be taken to remedy the health check failure. [optional]

Example

require 'intersight_client'

instance = IntersightClient::ConvergedinfraHealthCheckDefinition.new(
  class_id: null,
  object_type: null,
  category: null,
  common_causes: null,
  description: null,
  execution_mode: null,
  label: null,
  name: null,
  suggested_resolution: null
)