Class: Azure::ServiceFabric::V6_5_0_36::Models::DeployedApplicationHealthReportExpiredEvent
- Inherits:
-
ApplicationEvent
- Object
- FabricEvent
- ApplicationEvent
- Azure::ServiceFabric::V6_5_0_36::Models::DeployedApplicationHealthReportExpiredEvent
- Includes:
- MsRestAzure
- Defined in:
- lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb
Overview
Deployed Application Health Report Expired event.
Instance Attribute Summary collapse
-
#application_instance_id ⇒ Integer
Id of Application instance.
-
#description ⇒ String
Description of report.
-
#health_state ⇒ String
Describes the property health state.
-
#Kind ⇒ Object
Returns the value of attribute Kind.
-
#node_name ⇒ String
The name of a Service Fabric node.
-
#property ⇒ String
Describes the property.
-
#remove_when_expired ⇒ Boolean
Indicates the removal when it expires.
-
#sequence_number ⇒ Integer
Sequence number of report.
-
#source_id ⇒ String
Id of report source.
-
#source_utc_timestamp ⇒ DateTime
Source time.
-
#time_to_live_ms ⇒ Integer
Time to live in milli-seconds.
Attributes inherited from ApplicationEvent
Attributes inherited from FabricEvent
#category, #event_instance_id, #has_correlated_events, #time_stamp
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DeployedApplicationHealthReportExpiredEvent class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ DeployedApplicationHealthReportExpiredEvent
constructor
A new instance of DeployedApplicationHealthReportExpiredEvent.
Constructor Details
#initialize ⇒ DeployedApplicationHealthReportExpiredEvent
Returns a new instance of DeployedApplicationHealthReportExpiredEvent.
16 17 18 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 16 def initialize @Kind = "DeployedApplicationHealthReportExpired" end |
Instance Attribute Details
#application_instance_id ⇒ Integer
Returns Id of Application instance.
23 24 25 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 23 def application_instance_id @application_instance_id end |
#description ⇒ String
Returns Description of report.
44 45 46 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 44 def description @description end |
#health_state ⇒ String
Returns Describes the property health state.
35 36 37 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 35 def health_state @health_state end |
#Kind ⇒ Object
Returns the value of attribute Kind.
20 21 22 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 20 def Kind @Kind end |
#node_name ⇒ String
Returns The name of a Service Fabric node.
26 27 28 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 26 def node_name @node_name end |
#property ⇒ String
Returns Describes the property.
32 33 34 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 32 def property @property end |
#remove_when_expired ⇒ Boolean
Returns Indicates the removal when it expires.
47 48 49 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 47 def remove_when_expired @remove_when_expired end |
#sequence_number ⇒ Integer
Returns Sequence number of report.
41 42 43 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 41 def sequence_number @sequence_number end |
#source_id ⇒ String
Returns Id of report source.
29 30 31 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 29 def source_id @source_id end |
#source_utc_timestamp ⇒ DateTime
Returns Source time.
50 51 52 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 50 def @source_utc_timestamp end |
#time_to_live_ms ⇒ Integer
Returns Time to live in milli-seconds.
38 39 40 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 38 def time_to_live_ms @time_to_live_ms end |
Class Method Details
.mapper ⇒ Object
Mapper for DeployedApplicationHealthReportExpiredEvent class as Ruby Hash. This will be used for serialization/deserialization.
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 187 188 189 190 191 192 193 194 195 196 197 198 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/deployed_application_health_report_expired_event.rb', line 58 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DeployedApplicationHealthReportExpired', type: { name: 'Composite', class_name: 'DeployedApplicationHealthReportExpiredEvent', 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' } }, application_id: { client_side_validation: true, required: true, serialized_name: 'ApplicationId', type: { name: 'String' } }, application_instance_id: { client_side_validation: true, required: true, serialized_name: 'ApplicationInstanceId', type: { name: 'Number' } }, node_name: { client_side_validation: true, required: true, serialized_name: 'NodeName', type: { name: 'String' } }, 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 |