Class: Falcon::DomainScanV2

Inherits:
Object
  • Object
show all
Defined in:
lib/crimson-falcon/models/domain_scan_v2.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ DomainScanV2

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 212

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `Falcon::DomainScanV2` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `Falcon::DomainScanV2`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'affected_hosts_count')
    self.affected_hosts_count = attributes[:'affected_hosts_count']
  end

  if attributes.key?(:'cid')
    self.cid = attributes[:'cid']
  end

  if attributes.key?(:'cloud_ml_level_detection')
    self.cloud_ml_level_detection = attributes[:'cloud_ml_level_detection']
  end

  if attributes.key?(:'cloud_ml_level_prevention')
    self.cloud_ml_level_prevention = attributes[:'cloud_ml_level_prevention']
  end

  if attributes.key?(:'completed_host_count')
    self.completed_host_count = attributes[:'completed_host_count']
  end

  if attributes.key?(:'cpu_priority')
    self.cpu_priority = attributes[:'cpu_priority']
  end

  if attributes.key?(:'created_by')
    self.created_by = attributes[:'created_by']
  end

  if attributes.key?(:'created_on')
    self.created_on = attributes[:'created_on']
  end

  if attributes.key?(:'description')
    self.description = attributes[:'description']
  end

  if attributes.key?(:'endpoint_notification')
    self.endpoint_notification = attributes[:'endpoint_notification']
  end

  if attributes.key?(:'file_paths')
    if (value = attributes[:'file_paths']).is_a?(Array)
      self.file_paths = value
    end
  end

  if attributes.key?(:'filecount')
    self.filecount = attributes[:'filecount']
  end

  if attributes.key?(:'host_groups')
    if (value = attributes[:'host_groups']).is_a?(Array)
      self.host_groups = value
    end
  end

  if attributes.key?(:'hosts')
    if (value = attributes[:'hosts']).is_a?(Array)
      self.hosts = value
    end
  end

  if attributes.key?(:'id')
    self.id = attributes[:'id']
  end

  if attributes.key?(:'incomplete_host_count')
    self.incomplete_host_count = attributes[:'incomplete_host_count']
  end

  if attributes.key?(:'initiated_from')
    self.initiated_from = attributes[:'initiated_from']
  end

  if attributes.key?(:'last_updated')
    self.last_updated = attributes[:'last_updated']
  end

  if attributes.key?(:'max_duration')
    self.max_duration = attributes[:'max_duration']
  end

  if attributes.key?(:'max_file_size')
    self.max_file_size = attributes[:'max_file_size']
  end

  if attributes.key?(:'metadata')
    if (value = attributes[:'metadata']).is_a?(Array)
      self. = value
    end
  end

  if attributes.key?(:'missing_host_count')
    self.missing_host_count = attributes[:'missing_host_count']
  end

  if attributes.key?(:'not_started_host_count')
    self.not_started_host_count = attributes[:'not_started_host_count']
  end

  if attributes.key?(:'pause_duration')
    self.pause_duration = attributes[:'pause_duration']
  end

  if attributes.key?(:'policy_setting')
    if (value = attributes[:'policy_setting']).is_a?(Array)
      self.policy_setting = value
    end
  end

  if attributes.key?(:'preemption_priority')
    self.preemption_priority = attributes[:'preemption_priority']
  end

  if attributes.key?(:'profile_id')
    self.profile_id = attributes[:'profile_id']
  end

  if attributes.key?(:'quarantine')
    self.quarantine = attributes[:'quarantine']
  end

  if attributes.key?(:'scan_completed_on')
    self.scan_completed_on = attributes[:'scan_completed_on']
  end

  if attributes.key?(:'scan_exclusions')
    if (value = attributes[:'scan_exclusions']).is_a?(Array)
      self.scan_exclusions = value
    end
  end

  if attributes.key?(:'scan_inclusions')
    if (value = attributes[:'scan_inclusions']).is_a?(Array)
      self.scan_inclusions = value
    end
  end

  if attributes.key?(:'scan_started_on')
    self.scan_started_on = attributes[:'scan_started_on']
  end

  if attributes.key?(:'sensor_ml_level_detection')
    self.sensor_ml_level_detection = attributes[:'sensor_ml_level_detection']
  end

  if attributes.key?(:'sensor_ml_level_prevention')
    self.sensor_ml_level_prevention = attributes[:'sensor_ml_level_prevention']
  end

  if attributes.key?(:'severity')
    self.severity = attributes[:'severity']
  end

  if attributes.key?(:'started_host_count')
    self.started_host_count = attributes[:'started_host_count']
  end

  if attributes.key?(:'status')
    self.status = attributes[:'status']
  end

  if attributes.key?(:'targeted_host_count')
    self.targeted_host_count = attributes[:'targeted_host_count']
  end
end

Instance Attribute Details

#affected_hosts_countObject

Returns the value of attribute affected_hosts_count.



35
36
37
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 35

def affected_hosts_count
  @affected_hosts_count
end

#cidObject

Returns the value of attribute cid.



37
38
39
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 37

def cid
  @cid
end

#cloud_ml_level_detectionObject

Returns the value of attribute cloud_ml_level_detection.



39
40
41
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 39

def cloud_ml_level_detection
  @cloud_ml_level_detection
end

#cloud_ml_level_preventionObject

Returns the value of attribute cloud_ml_level_prevention.



41
42
43
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 41

def cloud_ml_level_prevention
  @cloud_ml_level_prevention
end

#completed_host_countObject

Returns the value of attribute completed_host_count.



43
44
45
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 43

def completed_host_count
  @completed_host_count
end

#cpu_priorityObject

Returns the value of attribute cpu_priority.



45
46
47
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 45

def cpu_priority
  @cpu_priority
end

#created_byObject

Returns the value of attribute created_by.



47
48
49
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 47

def created_by
  @created_by
end

#created_onObject

Returns the value of attribute created_on.



49
50
51
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 49

def created_on
  @created_on
end

#descriptionObject

Returns the value of attribute description.



51
52
53
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 51

def description
  @description
end

#endpoint_notificationObject

Returns the value of attribute endpoint_notification.



53
54
55
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 53

def endpoint_notification
  @endpoint_notification
end

#file_pathsObject

Returns the value of attribute file_paths.



55
56
57
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 55

def file_paths
  @file_paths
end

#filecountObject

Returns the value of attribute filecount.



57
58
59
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 57

def filecount
  @filecount
end

#host_groupsObject

Returns the value of attribute host_groups.



59
60
61
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 59

def host_groups
  @host_groups
end

#hostsObject

Returns the value of attribute hosts.



61
62
63
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 61

def hosts
  @hosts
end

#idObject

Returns the value of attribute id.



63
64
65
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 63

def id
  @id
end

#incomplete_host_countObject

Returns the value of attribute incomplete_host_count.



65
66
67
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 65

def incomplete_host_count
  @incomplete_host_count
end

#initiated_fromObject

Returns the value of attribute initiated_from.



67
68
69
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 67

def initiated_from
  @initiated_from
end

#last_updatedObject

Returns the value of attribute last_updated.



69
70
71
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 69

def last_updated
  @last_updated
end

#max_durationObject

Returns the value of attribute max_duration.



71
72
73
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 71

def max_duration
  @max_duration
end

#max_file_sizeObject

Returns the value of attribute max_file_size.



73
74
75
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 73

def max_file_size
  @max_file_size
end

#metadataObject

Returns the value of attribute metadata.



75
76
77
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 75

def 
  @metadata
end

#missing_host_countObject

Returns the value of attribute missing_host_count.



77
78
79
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 77

def missing_host_count
  @missing_host_count
end

#not_started_host_countObject

Returns the value of attribute not_started_host_count.



79
80
81
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 79

def not_started_host_count
  @not_started_host_count
end

#pause_durationObject

Returns the value of attribute pause_duration.



81
82
83
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 81

def pause_duration
  @pause_duration
end

#policy_settingObject

Returns the value of attribute policy_setting.



83
84
85
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 83

def policy_setting
  @policy_setting
end

#preemption_priorityObject

Returns the value of attribute preemption_priority.



85
86
87
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 85

def preemption_priority
  @preemption_priority
end

#profile_idObject

Returns the value of attribute profile_id.



87
88
89
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 87

def profile_id
  @profile_id
end

#quarantineObject

Returns the value of attribute quarantine.



89
90
91
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 89

def quarantine
  @quarantine
end

#scan_completed_onObject

Returns the value of attribute scan_completed_on.



91
92
93
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 91

def scan_completed_on
  @scan_completed_on
end

#scan_exclusionsObject

Returns the value of attribute scan_exclusions.



93
94
95
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 93

def scan_exclusions
  @scan_exclusions
end

#scan_inclusionsObject

Returns the value of attribute scan_inclusions.



95
96
97
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 95

def scan_inclusions
  @scan_inclusions
end

#scan_started_onObject

Returns the value of attribute scan_started_on.



97
98
99
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 97

def scan_started_on
  @scan_started_on
end

#sensor_ml_level_detectionObject

Returns the value of attribute sensor_ml_level_detection.



99
100
101
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 99

def sensor_ml_level_detection
  @sensor_ml_level_detection
end

#sensor_ml_level_preventionObject

Returns the value of attribute sensor_ml_level_prevention.



101
102
103
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 101

def sensor_ml_level_prevention
  @sensor_ml_level_prevention
end

#severityObject

Returns the value of attribute severity.



103
104
105
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 103

def severity
  @severity
end

#started_host_countObject

Returns the value of attribute started_host_count.



105
106
107
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 105

def started_host_count
  @started_host_count
end

#statusObject

Returns the value of attribute status.



107
108
109
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 107

def status
  @status
end

#targeted_host_countObject

Returns the value of attribute targeted_host_count.



109
110
111
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 109

def targeted_host_count
  @targeted_host_count
end

Class Method Details

.acceptable_attributesObject

Returns all the JSON keys this model knows about



156
157
158
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 156

def self.acceptable_attributes
  attribute_map.values
end

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



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
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 112

def self.attribute_map
  {
    :'affected_hosts_count' => :'affected_hosts_count',
    :'cid' => :'cid',
    :'cloud_ml_level_detection' => :'cloud_ml_level_detection',
    :'cloud_ml_level_prevention' => :'cloud_ml_level_prevention',
    :'completed_host_count' => :'completed_host_count',
    :'cpu_priority' => :'cpu_priority',
    :'created_by' => :'created_by',
    :'created_on' => :'created_on',
    :'description' => :'description',
    :'endpoint_notification' => :'endpoint_notification',
    :'file_paths' => :'file_paths',
    :'filecount' => :'filecount',
    :'host_groups' => :'host_groups',
    :'hosts' => :'hosts',
    :'id' => :'id',
    :'incomplete_host_count' => :'incomplete_host_count',
    :'initiated_from' => :'initiated_from',
    :'last_updated' => :'last_updated',
    :'max_duration' => :'max_duration',
    :'max_file_size' => :'max_file_size',
    :'metadata' => :'metadata',
    :'missing_host_count' => :'missing_host_count',
    :'not_started_host_count' => :'not_started_host_count',
    :'pause_duration' => :'pause_duration',
    :'policy_setting' => :'policy_setting',
    :'preemption_priority' => :'preemption_priority',
    :'profile_id' => :'profile_id',
    :'quarantine' => :'quarantine',
    :'scan_completed_on' => :'scan_completed_on',
    :'scan_exclusions' => :'scan_exclusions',
    :'scan_inclusions' => :'scan_inclusions',
    :'scan_started_on' => :'scan_started_on',
    :'sensor_ml_level_detection' => :'sensor_ml_level_detection',
    :'sensor_ml_level_prevention' => :'sensor_ml_level_prevention',
    :'severity' => :'severity',
    :'started_host_count' => :'started_host_count',
    :'status' => :'status',
    :'targeted_host_count' => :'targeted_host_count'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



505
506
507
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 505

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_nullableObject

List of attributes with nullable: true



205
206
207
208
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 205

def self.openapi_nullable
  Set.new([
  ])
end

.openapi_typesObject

Attribute type mapping.



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
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 161

def self.openapi_types
  {
    :'affected_hosts_count' => :'Integer',
    :'cid' => :'String',
    :'cloud_ml_level_detection' => :'Integer',
    :'cloud_ml_level_prevention' => :'Integer',
    :'completed_host_count' => :'Integer',
    :'cpu_priority' => :'Integer',
    :'created_by' => :'String',
    :'created_on' => :'Time',
    :'description' => :'String',
    :'endpoint_notification' => :'Boolean',
    :'file_paths' => :'Array<String>',
    :'filecount' => :'DomainFileCountV2',
    :'host_groups' => :'Array<String>',
    :'hosts' => :'Array<String>',
    :'id' => :'String',
    :'incomplete_host_count' => :'Integer',
    :'initiated_from' => :'String',
    :'last_updated' => :'Time',
    :'max_duration' => :'Integer',
    :'max_file_size' => :'Integer',
    :'metadata' => :'Array<String>',
    :'missing_host_count' => :'Integer',
    :'not_started_host_count' => :'Integer',
    :'pause_duration' => :'Integer',
    :'policy_setting' => :'Array<Integer>',
    :'preemption_priority' => :'Integer',
    :'profile_id' => :'String',
    :'quarantine' => :'Boolean',
    :'scan_completed_on' => :'Time',
    :'scan_exclusions' => :'Array<String>',
    :'scan_inclusions' => :'Array<String>',
    :'scan_started_on' => :'Time',
    :'sensor_ml_level_detection' => :'Integer',
    :'sensor_ml_level_prevention' => :'Integer',
    :'severity' => :'Integer',
    :'started_host_count' => :'Integer',
    :'status' => :'String',
    :'targeted_host_count' => :'Integer'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 447

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      affected_hosts_count == o.affected_hosts_count &&
      cid == o.cid &&
      cloud_ml_level_detection == o.cloud_ml_level_detection &&
      cloud_ml_level_prevention == o.cloud_ml_level_prevention &&
      completed_host_count == o.completed_host_count &&
      cpu_priority == o.cpu_priority &&
      created_by == o.created_by &&
      created_on == o.created_on &&
      description == o.description &&
      endpoint_notification == o.endpoint_notification &&
      file_paths == o.file_paths &&
      filecount == o.filecount &&
      host_groups == o.host_groups &&
      hosts == o.hosts &&
      id == o.id &&
      incomplete_host_count == o.incomplete_host_count &&
      initiated_from == o.initiated_from &&
      last_updated == o.last_updated &&
      max_duration == o.max_duration &&
      max_file_size == o.max_file_size &&
       == o. &&
      missing_host_count == o.missing_host_count &&
      not_started_host_count == o.not_started_host_count &&
      pause_duration == o.pause_duration &&
      policy_setting == o.policy_setting &&
      preemption_priority == o.preemption_priority &&
      profile_id == o.profile_id &&
      quarantine == o.quarantine &&
      scan_completed_on == o.scan_completed_on &&
      scan_exclusions == o.scan_exclusions &&
      scan_inclusions == o.scan_inclusions &&
      scan_started_on == o.scan_started_on &&
      sensor_ml_level_detection == o.sensor_ml_level_detection &&
      sensor_ml_level_prevention == o.sensor_ml_level_prevention &&
      severity == o.severity &&
      started_host_count == o.started_host_count &&
      status == o.status &&
      targeted_host_count == o.targeted_host_count
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 536

def _deserialize(type, value)
  case type.to_sym
  when :Time
    Time.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    # models (e.g. Pet) or oneOf
    klass = Falcon.const_get(type)
    klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



607
608
609
610
611
612
613
614
615
616
617
618
619
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 607

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 512

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  attributes = attributes.transform_keys(&:to_sym)
  self.class.openapi_types.each_pair do |key, type|
    if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
      self.send("#{key}=", nil)
    elsif type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


492
493
494
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 492

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



498
499
500
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 498

def hash
  [affected_hosts_count, cid, cloud_ml_level_detection, cloud_ml_level_prevention, completed_host_count, cpu_priority, created_by, created_on, description, endpoint_notification, file_paths, filecount, host_groups, hosts, id, incomplete_host_count, initiated_from, last_updated, max_duration, max_file_size, , missing_host_count, not_started_host_count, pause_duration, policy_setting, preemption_priority, profile_id, quarantine, scan_completed_on, scan_exclusions, scan_inclusions, scan_started_on, sensor_ml_level_detection, sensor_ml_level_prevention, severity, started_host_count, status, targeted_host_count].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 394

def list_invalid_properties
  invalid_properties = Array.new
  if @affected_hosts_count.nil?
    invalid_properties.push('invalid value for "affected_hosts_count", affected_hosts_count cannot be nil.')
  end

  if @completed_host_count.nil?
    invalid_properties.push('invalid value for "completed_host_count", completed_host_count cannot be nil.')
  end

  if @id.nil?
    invalid_properties.push('invalid value for "id", id cannot be nil.')
  end

  if @incomplete_host_count.nil?
    invalid_properties.push('invalid value for "incomplete_host_count", incomplete_host_count cannot be nil.')
  end

  if @missing_host_count.nil?
    invalid_properties.push('invalid value for "missing_host_count", missing_host_count cannot be nil.')
  end

  if @not_started_host_count.nil?
    invalid_properties.push('invalid value for "not_started_host_count", not_started_host_count cannot be nil.')
  end

  if @started_host_count.nil?
    invalid_properties.push('invalid value for "started_host_count", started_host_count cannot be nil.')
  end

  if @targeted_host_count.nil?
    invalid_properties.push('invalid value for "targeted_host_count", targeted_host_count cannot be nil.')
  end

  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



583
584
585
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 583

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



589
590
591
592
593
594
595
596
597
598
599
600
601
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 589

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = self.class.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



577
578
579
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 577

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



433
434
435
436
437
438
439
440
441
442
443
# File 'lib/crimson-falcon/models/domain_scan_v2.rb', line 433

def valid?
  return false if @affected_hosts_count.nil?
  return false if @completed_host_count.nil?
  return false if @id.nil?
  return false if @incomplete_host_count.nil?
  return false if @missing_host_count.nil?
  return false if @not_started_host_count.nil?
  return false if @started_host_count.nil?
  return false if @targeted_host_count.nil?
  true
end