Class: Azure::ServiceFabric::V7_0_0_42::Models::NodeNewHealthReportEvent

Inherits:
NodeEvent show all
Includes:
MsRestAzure
Defined in:
lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb

Overview

Node Health Report Created event.

Instance Attribute Summary collapse

Attributes inherited from NodeEvent

#node_name

Attributes inherited from FabricEvent

#category, #event_instance_id, #has_correlated_events, #time_stamp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNodeNewHealthReportEvent

Returns a new instance of NodeNewHealthReportEvent.



16
17
18
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 16

def initialize
  @Kind = "NodeNewHealthReport"
end

Instance Attribute Details

#descriptionString

Returns Description of report.

Returns:

  • (String)

    Description of report.



41
42
43
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 41

def description
  @description
end

#health_stateString

Returns Describes the property health state.

Returns:

  • (String)

    Describes the property health state.



32
33
34
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 32

def health_state
  @health_state
end

#KindObject

Returns the value of attribute Kind.



20
21
22
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 20

def Kind
  @Kind
end

#node_instance_idInteger

Returns Id of Node instance.

Returns:

  • (Integer)

    Id of Node instance.



23
24
25
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 23

def node_instance_id
  @node_instance_id
end

#propertyString

Returns Describes the property.

Returns:

  • (String)

    Describes the property.



29
30
31
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 29

def property
  @property
end

#remove_when_expiredBoolean

Returns Indicates the removal when it expires.

Returns:

  • (Boolean)

    Indicates the removal when it expires.



44
45
46
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 44

def remove_when_expired
  @remove_when_expired
end

#sequence_numberInteger

Returns Sequence number of report.

Returns:

  • (Integer)

    Sequence number of report.



38
39
40
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 38

def sequence_number
  @sequence_number
end

#source_idString

Returns Id of report source.

Returns:

  • (String)

    Id of report source.



26
27
28
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 26

def source_id
  @source_id
end

#source_utc_timestampDateTime

Returns Source time.

Returns:

  • (DateTime)

    Source time.



47
48
49
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 47

def source_utc_timestamp
  @source_utc_timestamp
end

#time_to_live_msInteger

Returns Time to live in milli-seconds.

Returns:

  • (Integer)

    Time to live in milli-seconds.



35
36
37
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 35

def time_to_live_ms
  @time_to_live_ms
end

Class Method Details

.mapperObject

Mapper for NodeNewHealthReportEvent class as Ruby Hash. This will be used for serialization/deserialization.



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
# File 'lib/7.0.0.42/generated/azure_service_fabric/models/node_new_health_report_event.rb', line 54

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'NodeNewHealthReport',
    type: {
      name: 'Composite',
      class_name: 'NodeNewHealthReportEvent',
      model_properties: {
        event_instance_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'EventInstanceId',
          type: {
            name: 'String'
          }
        },
        category: {
          client_side_validation: true,
          required: false,
          serialized_name: 'Category',
          type: {
            name: 'String'
          }
        },
        time_stamp: {
          client_side_validation: true,
          required: true,
          serialized_name: 'TimeStamp',
          type: {
            name: 'DateTime'
          }
        },
        has_correlated_events: {
          client_side_validation: true,
          required: false,
          serialized_name: 'HasCorrelatedEvents',
          type: {
            name: 'Boolean'
          }
        },
        Kind: {
          client_side_validation: true,
          required: true,
          serialized_name: 'Kind',
          type: {
            name: 'String'
          }
        },
        node_name: {
          client_side_validation: true,
          required: true,
          serialized_name: 'NodeName',
          type: {
            name: 'String'
          }
        },
        node_instance_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'NodeInstanceId',
          type: {
            name: 'Number'
          }
        },
        source_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'SourceId',
          type: {
            name: 'String'
          }
        },
        property: {
          client_side_validation: true,
          required: true,
          serialized_name: 'Property',
          type: {
            name: 'String'
          }
        },
        health_state: {
          client_side_validation: true,
          required: true,
          serialized_name: 'HealthState',
          type: {
            name: 'String'
          }
        },
        time_to_live_ms: {
          client_side_validation: true,
          required: true,
          serialized_name: 'TimeToLiveMs',
          type: {
            name: 'Number'
          }
        },
        sequence_number: {
          client_side_validation: true,
          required: true,
          serialized_name: 'SequenceNumber',
          type: {
            name: 'Number'
          }
        },
        description: {
          client_side_validation: true,
          required: true,
          serialized_name: 'Description',
          type: {
            name: 'String'
          }
        },
        remove_when_expired: {
          client_side_validation: true,
          required: true,
          serialized_name: 'RemoveWhenExpired',
          type: {
            name: 'Boolean'
          }
        },
        source_utc_timestamp: {
          client_side_validation: true,
          required: true,
          serialized_name: 'SourceUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        }
      }
    }
  }
end