Class: OCI::CloudGuard::Models::ResourceProfileImpactedResourceSummary

Inherits:
Object
  • Object
show all
Defined in:
lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb

Overview

Summary information on impacted resource in resource profile.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ResourceProfileImpactedResourceSummary

Initializes the object

Parameters:

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

    Model attributes in the form of hash

Options Hash (attributes):

  • :id (String)

    The value to assign to the #id property

  • :resource_profile_id (String)

    The value to assign to the #resource_profile_id property

  • :problem_id (String)

    The value to assign to the #problem_id property

  • :compartment_id (String)

    The value to assign to the #compartment_id property

  • :resource_id (String)

    The value to assign to the #resource_id property

  • :resource_name (String)

    The value to assign to the #resource_name property

  • :resource_type (String)

    The value to assign to the #resource_type property

  • :sighting_type (String)

    The value to assign to the #sighting_type property

  • :sighting_type_display_name (String)

    The value to assign to the #sighting_type_display_name property

  • :region (String)

    The value to assign to the #region property

  • :time_identified (DateTime)

    The value to assign to the #time_identified property

  • :time_first_detected (DateTime)

    The value to assign to the #time_first_detected property

  • :time_last_detected (DateTime)

    The value to assign to the #time_last_detected property

  • :time_first_occurred (DateTime)

    The value to assign to the #time_first_occurred property

  • :time_last_occurred (DateTime)

    The value to assign to the #time_last_occurred property



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
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 138

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  self.id = attributes[:'id'] if attributes[:'id']

  self.resource_profile_id = attributes[:'resourceProfileId'] if attributes[:'resourceProfileId']

  raise 'You cannot provide both :resourceProfileId and :resource_profile_id' if attributes.key?(:'resourceProfileId') && attributes.key?(:'resource_profile_id')

  self.resource_profile_id = attributes[:'resource_profile_id'] if attributes[:'resource_profile_id']

  self.problem_id = attributes[:'problemId'] if attributes[:'problemId']

  raise 'You cannot provide both :problemId and :problem_id' if attributes.key?(:'problemId') && attributes.key?(:'problem_id')

  self.problem_id = attributes[:'problem_id'] if attributes[:'problem_id']

  self.compartment_id = attributes[:'compartmentId'] if attributes[:'compartmentId']

  raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')

  self.compartment_id = attributes[:'compartment_id'] if attributes[:'compartment_id']

  self.resource_id = attributes[:'resourceId'] if attributes[:'resourceId']

  raise 'You cannot provide both :resourceId and :resource_id' if attributes.key?(:'resourceId') && attributes.key?(:'resource_id')

  self.resource_id = attributes[:'resource_id'] if attributes[:'resource_id']

  self.resource_name = attributes[:'resourceName'] if attributes[:'resourceName']

  raise 'You cannot provide both :resourceName and :resource_name' if attributes.key?(:'resourceName') && attributes.key?(:'resource_name')

  self.resource_name = attributes[:'resource_name'] if attributes[:'resource_name']

  self.resource_type = attributes[:'resourceType'] if attributes[:'resourceType']

  raise 'You cannot provide both :resourceType and :resource_type' if attributes.key?(:'resourceType') && attributes.key?(:'resource_type')

  self.resource_type = attributes[:'resource_type'] if attributes[:'resource_type']

  self.sighting_type = attributes[:'sightingType'] if attributes[:'sightingType']

  raise 'You cannot provide both :sightingType and :sighting_type' if attributes.key?(:'sightingType') && attributes.key?(:'sighting_type')

  self.sighting_type = attributes[:'sighting_type'] if attributes[:'sighting_type']

  self.sighting_type_display_name = attributes[:'sightingTypeDisplayName'] if attributes[:'sightingTypeDisplayName']

  raise 'You cannot provide both :sightingTypeDisplayName and :sighting_type_display_name' if attributes.key?(:'sightingTypeDisplayName') && attributes.key?(:'sighting_type_display_name')

  self.sighting_type_display_name = attributes[:'sighting_type_display_name'] if attributes[:'sighting_type_display_name']

  self.region = attributes[:'region'] if attributes[:'region']

  self.time_identified = attributes[:'timeIdentified'] if attributes[:'timeIdentified']

  raise 'You cannot provide both :timeIdentified and :time_identified' if attributes.key?(:'timeIdentified') && attributes.key?(:'time_identified')

  self.time_identified = attributes[:'time_identified'] if attributes[:'time_identified']

  self.time_first_detected = attributes[:'timeFirstDetected'] if attributes[:'timeFirstDetected']

  raise 'You cannot provide both :timeFirstDetected and :time_first_detected' if attributes.key?(:'timeFirstDetected') && attributes.key?(:'time_first_detected')

  self.time_first_detected = attributes[:'time_first_detected'] if attributes[:'time_first_detected']

  self.time_last_detected = attributes[:'timeLastDetected'] if attributes[:'timeLastDetected']

  raise 'You cannot provide both :timeLastDetected and :time_last_detected' if attributes.key?(:'timeLastDetected') && attributes.key?(:'time_last_detected')

  self.time_last_detected = attributes[:'time_last_detected'] if attributes[:'time_last_detected']

  self.time_first_occurred = attributes[:'timeFirstOccurred'] if attributes[:'timeFirstOccurred']

  raise 'You cannot provide both :timeFirstOccurred and :time_first_occurred' if attributes.key?(:'timeFirstOccurred') && attributes.key?(:'time_first_occurred')

  self.time_first_occurred = attributes[:'time_first_occurred'] if attributes[:'time_first_occurred']

  self.time_last_occurred = attributes[:'timeLastOccurred'] if attributes[:'timeLastOccurred']

  raise 'You cannot provide both :timeLastOccurred and :time_last_occurred' if attributes.key?(:'timeLastOccurred') && attributes.key?(:'time_last_occurred')

  self.time_last_occurred = attributes[:'time_last_occurred'] if attributes[:'time_last_occurred']
end

Instance Attribute Details

#compartment_idString

[Required] Compartment ID for impacted resource

Returns:

  • (String)


25
26
27
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 25

def compartment_id
  @compartment_id
end

#idString

[Required] Unique identifier for impacted resource

Returns:

  • (String)


13
14
15
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 13

def id
  @id
end

#problem_idString

Problem ID associated with the impacted resource

Returns:

  • (String)


21
22
23
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 21

def problem_id
  @problem_id
end

#regionString

[Required] Region for impacted resource

Returns:

  • (String)


49
50
51
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 49

def region
  @region
end

#resource_idString

[Required] Impacted resource ID

Returns:

  • (String)


29
30
31
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 29

def resource_id
  @resource_id
end

#resource_nameString

[Required] Impacted resource name

Returns:

  • (String)


33
34
35
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 33

def resource_name
  @resource_name
end

#resource_profile_idString

[Required] Resource profile ID associated with the impacted resource

Returns:

  • (String)


17
18
19
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 17

def resource_profile_id
  @resource_profile_id
end

#resource_typeString

[Required] Impacted resource type

Returns:

  • (String)


37
38
39
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 37

def resource_type
  @resource_type
end

#sighting_typeString

[Required] Sighting type for impacted resource

Returns:

  • (String)


41
42
43
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 41

def sighting_type
  @sighting_type
end

#sighting_type_display_nameString

[Required] Display name of the sighting type

Returns:

  • (String)


45
46
47
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 45

def sighting_type_display_name
  @sighting_type_display_name
end

#time_first_detectedDateTime

Time the activities were first detected.

Returns:

  • (DateTime)


57
58
59
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 57

def time_first_detected
  @time_first_detected
end

#time_first_occurredDateTime

Time the activities were first performed.

Returns:

  • (DateTime)


65
66
67
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 65

def time_first_occurred
  @time_first_occurred
end

#time_identifiedDateTime

[Required] Time when the impacted resource is identified for the resource profile.

Returns:

  • (DateTime)


53
54
55
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 53

def time_identified
  @time_identified
end

#time_last_detectedDateTime

Time the activities were last detected. Same as timeIdentified.

Returns:

  • (DateTime)


61
62
63
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 61

def time_last_detected
  @time_last_detected
end

#time_last_occurredDateTime

Time the activities were last performed.

Returns:

  • (DateTime)


69
70
71
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 69

def time_last_occurred
  @time_last_occurred
end

Class Method Details

.attribute_mapObject

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



72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 72

def self.attribute_map
  {
    # rubocop:disable Style/SymbolLiteral
    'id': :'id',
    'resource_profile_id': :'resourceProfileId',
    'problem_id': :'problemId',
    'compartment_id': :'compartmentId',
    'resource_id': :'resourceId',
    'resource_name': :'resourceName',
    'resource_type': :'resourceType',
    'sighting_type': :'sightingType',
    'sighting_type_display_name': :'sightingTypeDisplayName',
    'region': :'region',
    'time_identified': :'timeIdentified',
    'time_first_detected': :'timeFirstDetected',
    'time_last_detected': :'timeLastDetected',
    'time_first_occurred': :'timeFirstOccurred',
    'time_last_occurred': :'timeLastOccurred'
    # rubocop:enable Style/SymbolLiteral
  }
end

.swagger_typesObject

Attribute type mapping.



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 95

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'id': :'String',
    'resource_profile_id': :'String',
    'problem_id': :'String',
    'compartment_id': :'String',
    'resource_id': :'String',
    'resource_name': :'String',
    'resource_type': :'String',
    'sighting_type': :'String',
    'sighting_type_display_name': :'String',
    'region': :'String',
    'time_identified': :'DateTime',
    'time_first_detected': :'DateTime',
    'time_last_detected': :'DateTime',
    'time_first_occurred': :'DateTime',
    'time_last_occurred': :'DateTime'
    # rubocop:enable Style/SymbolLiteral
  }
end

Instance Method Details

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • other (Object)

    the other object to be compared



234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 234

def ==(other)
  return true if equal?(other)

  self.class == other.class &&
    id == other.id &&
    resource_profile_id == other.resource_profile_id &&
    problem_id == other.problem_id &&
    compartment_id == other.compartment_id &&
    resource_id == other.resource_id &&
    resource_name == other.resource_name &&
    resource_type == other.resource_type &&
    sighting_type == other.sighting_type &&
    sighting_type_display_name == other.sighting_type_display_name &&
    region == other.region &&
    time_identified == other.time_identified &&
    time_first_detected == other.time_first_detected &&
    time_last_detected == other.time_last_detected &&
    time_first_occurred == other.time_first_occurred &&
    time_last_occurred == other.time_last_occurred
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



278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 278

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)

  self.class.swagger_types.each_pair do |key, type|
    if type =~ /^Array<(.*)>/i
      # check to ensure the input is an array given that the the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        public_method("#{key}=").call(
          attributes[self.class.attribute_map[key]]
            .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
        )
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      public_method("#{key}=").call(
        OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
      )
    end
    # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(other) ⇒ Boolean

Parameters:

  • other (Object)

    the other object to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


258
259
260
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 258

def eql?(other)
  self == other
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



267
268
269
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 267

def hash
  [id, resource_profile_id, problem_id, compartment_id, resource_id, resource_name, resource_type, sighting_type, sighting_type_display_name, region, time_identified, time_first_detected, time_last_detected, time_first_occurred, time_last_occurred].hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



311
312
313
314
315
316
317
318
319
320
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 311

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = public_method(attr).call
    next if value.nil? && !instance_variable_defined?("@#{attr}")

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

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



305
306
307
# File 'lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb', line 305

def to_s
  to_hash.to_s
end