Class: Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHistory

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb

Overview

A record of the times when the repair task entered each state.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#approved_utc_timestampDateTime

state

Returns:

  • (DateTime)

    The time when the repair task entered the Approved



32
33
34
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 32

def approved_utc_timestamp
  @approved_utc_timestamp
end

#claimed_utc_timestampDateTime

state.

Returns:

  • (DateTime)

    The time when the repair task entered the Claimed



24
25
26
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 24

def claimed_utc_timestamp
  @claimed_utc_timestamp
end

#completed_utc_timestampDateTime

state

Returns:

  • (DateTime)

    The time when the repair task entered the Completed



44
45
46
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 44

def completed_utc_timestamp
  @completed_utc_timestamp
end

#created_utc_timestampDateTime

state.

Returns:

  • (DateTime)

    The time when the repair task entered the Created



20
21
22
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 20

def created_utc_timestamp
  @created_utc_timestamp
end

#executing_utc_timestampDateTime

state

Returns:

  • (DateTime)

    The time when the repair task entered the Executing



36
37
38
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 36

def executing_utc_timestamp
  @executing_utc_timestamp
end

#preparing_health_check_end_utc_timestampDateTime

check in the Preparing state.

Returns:

  • (DateTime)

    The time when the repair task completed the health



52
53
54
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 52

def preparing_health_check_end_utc_timestamp
  @preparing_health_check_end_utc_timestamp
end

#preparing_health_check_start_utc_timestampDateTime

check in the Preparing state.

Returns:

  • (DateTime)

    The time when the repair task started the health



48
49
50
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 48

def preparing_health_check_start_utc_timestamp
  @preparing_health_check_start_utc_timestamp
end

#preparing_utc_timestampDateTime

state.

Returns:

  • (DateTime)

    The time when the repair task entered the Preparing



28
29
30
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 28

def preparing_utc_timestamp
  @preparing_utc_timestamp
end

#restoring_health_check_end_utc_timestampDateTime

check in the Restoring state.

Returns:

  • (DateTime)

    The time when the repair task completed the health



60
61
62
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 60

def restoring_health_check_end_utc_timestamp
  @restoring_health_check_end_utc_timestamp
end

#restoring_health_check_start_utc_timestampDateTime

check in the Restoring state.

Returns:

  • (DateTime)

    The time when the repair task started the health



56
57
58
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 56

def restoring_health_check_start_utc_timestamp
  @restoring_health_check_start_utc_timestamp
end

#restoring_utc_timestampDateTime

state

Returns:

  • (DateTime)

    The time when the repair task entered the Restoring



40
41
42
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 40

def restoring_utc_timestamp
  @restoring_utc_timestamp
end

Class Method Details

.mapperObject

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



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
# File 'lib/6.4.0.36/generated/azure_service_fabric/models/repair_task_history.rb', line 67

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'RepairTaskHistory',
    type: {
      name: 'Composite',
      class_name: 'RepairTaskHistory',
      model_properties: {
        created_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'CreatedUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        claimed_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'ClaimedUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        preparing_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'PreparingUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        approved_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'ApprovedUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        executing_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'ExecutingUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        restoring_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'RestoringUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        completed_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'CompletedUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        preparing_health_check_start_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'PreparingHealthCheckStartUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        preparing_health_check_end_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'PreparingHealthCheckEndUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        restoring_health_check_start_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'RestoringHealthCheckStartUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        },
        restoring_health_check_end_utc_timestamp: {
          client_side_validation: true,
          required: false,
          serialized_name: 'RestoringHealthCheckEndUtcTimestamp',
          type: {
            name: 'DateTime'
          }
        }
      }
    }
  }
end