Class: Azure::ServiceFabric::V6_3_0_9::Models::StatelessReplicaHealthReportExpiredEvent
- Inherits:
-
ReplicaEvent
- Object
- FabricEvent
- ReplicaEvent
- Azure::ServiceFabric::V6_3_0_9::Models::StatelessReplicaHealthReportExpiredEvent
- Includes:
- MsRestAzure
- Defined in:
- lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb
Overview
Stateless Replica Health Report Expired event.
Instance Attribute Summary collapse
-
#description ⇒ String
Description of report.
-
#health_state ⇒ String
Describes the property health state.
-
#Kind ⇒ Object
Returns the value of attribute Kind.
-
#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 ReplicaEvent
Attributes inherited from FabricEvent
#event_instance_id, #has_correlated_events, #time_stamp
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for StatelessReplicaHealthReportExpiredEvent class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ StatelessReplicaHealthReportExpiredEvent
constructor
A new instance of StatelessReplicaHealthReportExpiredEvent.
Constructor Details
#initialize ⇒ StatelessReplicaHealthReportExpiredEvent
Returns a new instance of StatelessReplicaHealthReportExpiredEvent.
16 17 18 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 16 def initialize @Kind = "StatelessReplicaHealthReportExpired" end |
Instance Attribute Details
#description ⇒ String
Returns Description of report.
38 39 40 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 38 def description @description end |
#health_state ⇒ String
Returns Describes the property health state.
29 30 31 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 29 def health_state @health_state end |
#Kind ⇒ Object
Returns the value of attribute Kind.
20 21 22 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 20 def Kind @Kind end |
#property ⇒ String
Returns Describes the property.
26 27 28 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 26 def property @property end |
#remove_when_expired ⇒ Boolean
Returns Indicates the removal when it expires.
41 42 43 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 41 def remove_when_expired @remove_when_expired end |
#sequence_number ⇒ Integer
Returns Sequence number of report.
35 36 37 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 35 def sequence_number @sequence_number end |
#source_id ⇒ String
Returns Id of report source.
23 24 25 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 23 def source_id @source_id end |
#source_utc_timestamp ⇒ DateTime
Returns Source time.
44 45 46 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 44 def @source_utc_timestamp end |
#time_to_live_ms ⇒ Integer
Returns Time to live in milli-seconds.
32 33 34 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 32 def time_to_live_ms @time_to_live_ms end |
Class Method Details
.mapper ⇒ Object
Mapper for StatelessReplicaHealthReportExpiredEvent class as Ruby Hash. This will be used for serialization/deserialization.
51 52 53 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 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/stateless_replica_health_report_expired_event.rb', line 51 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StatelessReplicaHealthReportExpired', type: { name: 'Composite', class_name: 'StatelessReplicaHealthReportExpiredEvent', model_properties: { event_instance_id: { client_side_validation: true, required: true, serialized_name: 'EventInstanceId', 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' } }, partition_id: { client_side_validation: true, required: false, serialized_name: 'PartitionId', type: { name: 'String' } }, replica_id: { client_side_validation: true, required: false, serialized_name: 'ReplicaId', type: { name: 'Number' } }, source_id: { client_side_validation: true, required: false, serialized_name: 'SourceId', type: { name: 'String' } }, property: { client_side_validation: true, required: false, serialized_name: 'Property', type: { name: 'String' } }, health_state: { client_side_validation: true, required: false, serialized_name: 'HealthState', type: { name: 'String' } }, time_to_live_ms: { client_side_validation: true, required: false, serialized_name: 'TimeToLiveMs', type: { name: 'Number' } }, sequence_number: { client_side_validation: true, required: false, serialized_name: 'SequenceNumber', type: { name: 'Number' } }, description: { client_side_validation: true, required: false, serialized_name: 'Description', type: { name: 'String' } }, remove_when_expired: { client_side_validation: true, required: false, serialized_name: 'RemoveWhenExpired', type: { name: 'Boolean' } }, source_utc_timestamp: { client_side_validation: true, required: false, serialized_name: 'SourceUtcTimestamp', type: { name: 'DateTime' } } } } } end |