Class: Azure::ServiceFabric::V7_0_0_42::Models::PartitionHealthReportExpiredEvent

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

Overview

Partition Health Report Expired event.

Instance Attribute Summary collapse

Attributes inherited from PartitionEvent

#partition_id

Attributes inherited from FabricEvent

#category, #event_instance_id, #has_correlated_events, #time_stamp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePartitionHealthReportExpiredEvent

Returns a new instance of PartitionHealthReportExpiredEvent.



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

def initialize
  @Kind = "PartitionHealthReportExpired"
end

Instance Attribute Details

#descriptionString

Returns Description of report.

Returns:

  • (String)

    Description of report.



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

def description
  @description
end

#health_stateString

Returns Describes the property health state.

Returns:

  • (String)

    Describes the property health state.



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

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/partition_health_report_expired_event.rb', line 20

def Kind
  @Kind
end

#propertyString

Returns Describes the property.

Returns:

  • (String)

    Describes the property.



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

def property
  @property
end

#remove_when_expiredBoolean

Returns Indicates the removal when it expires.

Returns:

  • (Boolean)

    Indicates the removal when it expires.



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

def remove_when_expired
  @remove_when_expired
end

#sequence_numberInteger

Returns Sequence number of report.

Returns:

  • (Integer)

    Sequence number of report.



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

def sequence_number
  @sequence_number
end

#source_idString

Returns Id of report source.

Returns:

  • (String)

    Id of report source.



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

def source_id
  @source_id
end

#source_utc_timestampDateTime

Returns Source time.

Returns:

  • (DateTime)

    Source time.



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

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.



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

def time_to_live_ms
  @time_to_live_ms
end

Class Method Details

.mapperObject

Mapper for PartitionHealthReportExpiredEvent 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/7.0.0.42/generated/azure_service_fabric/models/partition_health_report_expired_event.rb', line 51

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PartitionHealthReportExpired',
    type: {
      name: 'Composite',
      class_name: 'PartitionHealthReportExpiredEvent',
      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'
          }
        },
        partition_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'PartitionId',
          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