Class: Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb

Overview

Definition of the dsc node report type.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#configuration_versionString

report.

Returns:

  • (String)

    Gets or sets the configurationVersion of the node



46
47
48
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 46

def configuration_version
  @configuration_version
end

#end_timeDateTime

Returns Gets or sets the end time of the node report.

Returns:

  • (DateTime)

    Gets or sets the end time of the node report.



16
17
18
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 16

def end_time
  @end_time
end

#errorsArray<DscReportError>

report.

Returns:



53
54
55
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 53

def errors
  @errors
end

#host_nameString

report.

Returns:

  • (String)

    Gets or sets the hostname of the node that sent the



65
66
67
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 65

def host_name
  @host_name
end

#i_pv4addressesArray<String>

sent the report.

Returns:

  • (Array<String>)

    Gets or sets the IPv4 address of the node that



69
70
71
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 69

def i_pv4addresses
  @i_pv4addresses
end

#i_pv6addressesArray<String>

sent the report.

Returns:

  • (Array<String>)

    Gets or sets the IPv6 address of the node that



73
74
75
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 73

def i_pv6addresses
  @i_pv6addresses
end

#idString

Returns Gets or sets the id.

Returns:

  • (String)

    Gets or sets the id.



49
50
51
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 49

def id
  @id
end

#last_modified_timeDateTime

report.

Returns:

  • (DateTime)

    Gets or sets the lastModifiedTime of the node



20
21
22
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 20

def last_modified_time
  @last_modified_time
end

#meta_configurationDscMetaConfiguration

the node at the time of the report.

Returns:



61
62
63
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 61

def meta_configuration
  @meta_configuration
end

#number_of_resourcesInteger

report.

Returns:

  • (Integer)

    Gets or sets the number of resource in the node



77
78
79
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 77

def number_of_resources
  @number_of_resources
end

#raw_errorsString

Returns Gets or sets the unparsed errors for the node report.

Returns:

  • (String)

    Gets or sets the unparsed errors for the node report.



80
81
82
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 80

def raw_errors
  @raw_errors
end

#reboot_requestedString

Returns Gets or sets the rebootRequested of the node report.

Returns:

  • (String)

    Gets or sets the rebootRequested of the node report.



38
39
40
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 38

def reboot_requested
  @reboot_requested
end

#refresh_modeString

Returns Gets or sets the refreshMode of the node report.

Returns:

  • (String)

    Gets or sets the refreshMode of the node report.



35
36
37
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 35

def refresh_mode
  @refresh_mode
end

#report_format_versionString

report.

Returns:

  • (String)

    Gets or sets the reportFormatVersion of the node



42
43
44
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 42

def report_format_version
  @report_format_version
end

#report_idString

Returns Gets or sets the id of the node report.

Returns:

  • (String)

    Gets or sets the id of the node report.



29
30
31
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 29

def report_id
  @report_id
end

#resourcesArray<DscReportResource>

node report.

Returns:



57
58
59
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 57

def resources
  @resources
end

#start_timeDateTime

Returns Gets or sets the start time of the node report.

Returns:

  • (DateTime)

    Gets or sets the start time of the node report.



23
24
25
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 23

def start_time
  @start_time
end

#statusString

Returns Gets or sets the status of the node report.

Returns:

  • (String)

    Gets or sets the status of the node report.



32
33
34
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 32

def status
  @status
end

#typeString

Returns Gets or sets the type of the node report.

Returns:

  • (String)

    Gets or sets the type of the node report.



26
27
28
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 26

def type
  @type
end

Class Method Details

.mapperObject

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



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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb', line 87

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DscNodeReport',
    type: {
      name: 'Composite',
      class_name: 'DscNodeReport',
      model_properties: {
        end_time: {
          client_side_validation: true,
          required: false,
          serialized_name: 'endTime',
          type: {
            name: 'DateTime'
          }
        },
        last_modified_time: {
          client_side_validation: true,
          required: false,
          serialized_name: 'lastModifiedTime',
          type: {
            name: 'DateTime'
          }
        },
        start_time: {
          client_side_validation: true,
          required: false,
          serialized_name: 'startTime',
          type: {
            name: 'DateTime'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        report_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'reportId',
          type: {
            name: 'String'
          }
        },
        status: {
          client_side_validation: true,
          required: false,
          serialized_name: 'status',
          type: {
            name: 'String'
          }
        },
        refresh_mode: {
          client_side_validation: true,
          required: false,
          serialized_name: 'refreshMode',
          type: {
            name: 'String'
          }
        },
        reboot_requested: {
          client_side_validation: true,
          required: false,
          serialized_name: 'rebootRequested',
          type: {
            name: 'String'
          }
        },
        report_format_version: {
          client_side_validation: true,
          required: false,
          serialized_name: 'reportFormatVersion',
          type: {
            name: 'String'
          }
        },
        configuration_version: {
          client_side_validation: true,
          required: false,
          serialized_name: 'configurationVersion',
          type: {
            name: 'String'
          }
        },
        id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        errors: {
          client_side_validation: true,
          required: false,
          serialized_name: 'errors',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'DscReportErrorElementType',
                type: {
                  name: 'Composite',
                  class_name: 'DscReportError'
                }
            }
          }
        },
        resources: {
          client_side_validation: true,
          required: false,
          serialized_name: 'resources',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'DscReportResourceElementType',
                type: {
                  name: 'Composite',
                  class_name: 'DscReportResource'
                }
            }
          }
        },
        meta_configuration: {
          client_side_validation: true,
          required: false,
          serialized_name: 'metaConfiguration',
          type: {
            name: 'Composite',
            class_name: 'DscMetaConfiguration'
          }
        },
        host_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'hostName',
          type: {
            name: 'String'
          }
        },
        i_pv4addresses: {
          client_side_validation: true,
          required: false,
          serialized_name: 'iPV4Addresses',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        i_pv6addresses: {
          client_side_validation: true,
          required: false,
          serialized_name: 'iPV6Addresses',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        number_of_resources: {
          client_side_validation: true,
          required: false,
          serialized_name: 'numberOfResources',
          type: {
            name: 'Number'
          }
        },
        raw_errors: {
          client_side_validation: true,
          required: false,
          serialized_name: 'rawErrors',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end