Class: OCI::FleetAppsManagement::Models::SchedulerExecutionSummary
- Inherits:
-
Object
- Object
- OCI::FleetAppsManagement::Models::SchedulerExecutionSummary
- Defined in:
- lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb
Overview
Summary of the Scheduler Executions.
Constant Summary collapse
- LIFECYCLE_STATE_ENUM =
[ LIFECYCLE_STATE_ACTIVE = 'ACTIVE'.freeze, LIFECYCLE_STATE_DELETED = 'DELETED'.freeze, LIFECYCLE_STATE_FAILED = 'FAILED'.freeze, LIFECYCLE_STATE_INACTIVE = 'INACTIVE'.freeze, LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze ].freeze
Instance Attribute Summary collapse
-
#activity_id ⇒ String
Action Group associated with the Schedule.
-
#compartment_id ⇒ String
[Required] Compartment OCID.
-
#defined_tags ⇒ Hash<String, Hash<String, Object>>
[Required] Defined tags for this resource.
-
#display_name ⇒ String
[Required] A user-friendly name.
-
#freeform_tags ⇒ Hash<String, String>
[Required] Simple key-value pair that is applied without any predefined name, type or scope.
-
#id ⇒ String
[Required] The OCID of the resource.
-
#latest_runbook_version_name ⇒ String
Latest Runbook version available.
-
#lifecycle_details ⇒ String
A message describing the current state in more detail.
-
#lifecycle_state ⇒ String
[Required] The current state of the Scheduler Execution.
-
#resource_display_name ⇒ String
Resource DsiplayName associated with the Schedule.
-
#resource_id ⇒ String
ResourceId associated with the Schedule.
-
#runbook_display_name ⇒ String
DsiplayName of Runbook associated with the Schedule.
-
#runbook_id ⇒ String
RunbookId associated with the Schedule.
-
#runbook_version_name ⇒ String
Name of the Runbook version associated with the Schedule.
- #scheduler_definition ⇒ OCI::FleetAppsManagement::Models::AssociatedSchedulerDefinition
-
#scheduler_job_id ⇒ String
jobId associated with the Schedule.
-
#system_tags ⇒ Hash<String, Hash<String, Object>>
System tags for this resource.
-
#time_created ⇒ DateTime
[Required] The time this resource was created.
-
#time_ended ⇒ DateTime
Actual end date and time for the Execution.
-
#time_scheduled ⇒ DateTime
The scheduled date and time for the Job.
-
#time_started ⇒ DateTime
Actual start date and time for the Execution.
-
#time_updated ⇒ DateTime
The time this resource was last updated.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(other) ⇒ Object
Checks equality by comparing each attribute.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(other) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ SchedulerExecutionSummary
constructor
Initializes the object.
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
Constructor Details
#initialize(attributes = {}) ⇒ SchedulerExecutionSummary
Initializes the object
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 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 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 205 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.display_name = attributes[:'displayName'] if attributes[:'displayName'] raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name') self.display_name = attributes[:'display_name'] if attributes[:'display_name'] 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.time_created = attributes[:'timeCreated'] if attributes[:'timeCreated'] raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created') self.time_created = attributes[:'time_created'] if attributes[:'time_created'] self.time_updated = attributes[:'timeUpdated'] if attributes[:'timeUpdated'] raise 'You cannot provide both :timeUpdated and :time_updated' if attributes.key?(:'timeUpdated') && attributes.key?(:'time_updated') self.time_updated = attributes[:'time_updated'] if attributes[:'time_updated'] self.time_scheduled = attributes[:'timeScheduled'] if attributes[:'timeScheduled'] raise 'You cannot provide both :timeScheduled and :time_scheduled' if attributes.key?(:'timeScheduled') && attributes.key?(:'time_scheduled') self.time_scheduled = attributes[:'time_scheduled'] if attributes[:'time_scheduled'] self.activity_id = attributes[:'activityId'] if attributes[:'activityId'] raise 'You cannot provide both :activityId and :activity_id' if attributes.key?(:'activityId') && attributes.key?(:'activity_id') self.activity_id = attributes[:'activity_id'] if attributes[:'activity_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.scheduler_job_id = attributes[:'schedulerJobId'] if attributes[:'schedulerJobId'] raise 'You cannot provide both :schedulerJobId and :scheduler_job_id' if attributes.key?(:'schedulerJobId') && attributes.key?(:'scheduler_job_id') self.scheduler_job_id = attributes[:'scheduler_job_id'] if attributes[:'scheduler_job_id'] self.resource_display_name = attributes[:'resourceDisplayName'] if attributes[:'resourceDisplayName'] raise 'You cannot provide both :resourceDisplayName and :resource_display_name' if attributes.key?(:'resourceDisplayName') && attributes.key?(:'resource_display_name') self.resource_display_name = attributes[:'resource_display_name'] if attributes[:'resource_display_name'] self.runbook_id = attributes[:'runbookId'] if attributes[:'runbookId'] raise 'You cannot provide both :runbookId and :runbook_id' if attributes.key?(:'runbookId') && attributes.key?(:'runbook_id') self.runbook_id = attributes[:'runbook_id'] if attributes[:'runbook_id'] self.runbook_version_name = attributes[:'runbookVersionName'] if attributes[:'runbookVersionName'] raise 'You cannot provide both :runbookVersionName and :runbook_version_name' if attributes.key?(:'runbookVersionName') && attributes.key?(:'runbook_version_name') self.runbook_version_name = attributes[:'runbook_version_name'] if attributes[:'runbook_version_name'] self.runbook_display_name = attributes[:'runbookDisplayName'] if attributes[:'runbookDisplayName'] raise 'You cannot provide both :runbookDisplayName and :runbook_display_name' if attributes.key?(:'runbookDisplayName') && attributes.key?(:'runbook_display_name') self.runbook_display_name = attributes[:'runbook_display_name'] if attributes[:'runbook_display_name'] self.latest_runbook_version_name = attributes[:'latestRunbookVersionName'] if attributes[:'latestRunbookVersionName'] raise 'You cannot provide both :latestRunbookVersionName and :latest_runbook_version_name' if attributes.key?(:'latestRunbookVersionName') && attributes.key?(:'latest_runbook_version_name') self.latest_runbook_version_name = attributes[:'latest_runbook_version_name'] if attributes[:'latest_runbook_version_name'] self.scheduler_definition = attributes[:'schedulerDefinition'] if attributes[:'schedulerDefinition'] raise 'You cannot provide both :schedulerDefinition and :scheduler_definition' if attributes.key?(:'schedulerDefinition') && attributes.key?(:'scheduler_definition') self.scheduler_definition = attributes[:'scheduler_definition'] if attributes[:'scheduler_definition'] self.time_started = attributes[:'timeStarted'] if attributes[:'timeStarted'] raise 'You cannot provide both :timeStarted and :time_started' if attributes.key?(:'timeStarted') && attributes.key?(:'time_started') self.time_started = attributes[:'time_started'] if attributes[:'time_started'] self.time_ended = attributes[:'timeEnded'] if attributes[:'timeEnded'] raise 'You cannot provide both :timeEnded and :time_ended' if attributes.key?(:'timeEnded') && attributes.key?(:'time_ended') self.time_ended = attributes[:'time_ended'] if attributes[:'time_ended'] self.lifecycle_state = attributes[:'lifecycleState'] if attributes[:'lifecycleState'] raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state') self.lifecycle_state = attributes[:'lifecycle_state'] if attributes[:'lifecycle_state'] self.lifecycle_details = attributes[:'lifecycleDetails'] if attributes[:'lifecycleDetails'] raise 'You cannot provide both :lifecycleDetails and :lifecycle_details' if attributes.key?(:'lifecycleDetails') && attributes.key?(:'lifecycle_details') self.lifecycle_details = attributes[:'lifecycle_details'] if attributes[:'lifecycle_details'] self. = attributes[:'freeformTags'] if attributes[:'freeformTags'] raise 'You cannot provide both :freeformTags and :freeform_tags' if attributes.key?(:'freeformTags') && attributes.key?(:'freeform_tags') self. = attributes[:'freeform_tags'] if attributes[:'freeform_tags'] self. = attributes[:'definedTags'] if attributes[:'definedTags'] raise 'You cannot provide both :definedTags and :defined_tags' if attributes.key?(:'definedTags') && attributes.key?(:'defined_tags') self. = attributes[:'defined_tags'] if attributes[:'defined_tags'] self. = attributes[:'systemTags'] if attributes[:'systemTags'] raise 'You cannot provide both :systemTags and :system_tags' if attributes.key?(:'systemTags') && attributes.key?(:'system_tags') self. = attributes[:'system_tags'] if attributes[:'system_tags'] end |
Instance Attribute Details
#activity_id ⇒ String
Action Group associated with the Schedule.
50 51 52 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 50 def activity_id @activity_id end |
#compartment_id ⇒ String
[Required] Compartment OCID
34 35 36 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 34 def compartment_id @compartment_id end |
#defined_tags ⇒ Hash<String, Hash<String, Object>>
[Required] Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {\"foo-namespace\": {\"bar-key\": \"value\"}}
109 110 111 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 109 def @defined_tags end |
#display_name ⇒ String
[Required] A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
Example: My new resource
30 31 32 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 30 def display_name @display_name end |
#freeform_tags ⇒ Hash<String, String>
[Required] Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {\"bar-key\": \"value\"}
103 104 105 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 103 def @freeform_tags end |
#id ⇒ String
[Required] The OCID of the resource.
22 23 24 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 22 def id @id end |
#latest_runbook_version_name ⇒ String
Latest Runbook version available.
78 79 80 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 78 def latest_runbook_version_name @latest_runbook_version_name end |
#lifecycle_details ⇒ String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
97 98 99 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 97 def lifecycle_details @lifecycle_details end |
#lifecycle_state ⇒ String
[Required] The current state of the Scheduler Execution.
93 94 95 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 93 def lifecycle_state @lifecycle_state end |
#resource_display_name ⇒ String
Resource DsiplayName associated with the Schedule.
62 63 64 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 62 def resource_display_name @resource_display_name end |
#resource_id ⇒ String
ResourceId associated with the Schedule.
54 55 56 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 54 def resource_id @resource_id end |
#runbook_display_name ⇒ String
DsiplayName of Runbook associated with the Schedule.
74 75 76 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 74 def runbook_display_name @runbook_display_name end |
#runbook_id ⇒ String
RunbookId associated with the Schedule.
66 67 68 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 66 def runbook_id @runbook_id end |
#runbook_version_name ⇒ String
Name of the Runbook version associated with the Schedule.
70 71 72 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 70 def runbook_version_name @runbook_version_name end |
#scheduler_definition ⇒ OCI::FleetAppsManagement::Models::AssociatedSchedulerDefinition
81 82 83 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 81 def scheduler_definition @scheduler_definition end |
#scheduler_job_id ⇒ String
jobId associated with the Schedule.
58 59 60 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 58 def scheduler_job_id @scheduler_job_id end |
#system_tags ⇒ Hash<String, Hash<String, Object>>
System tags for this resource. Each key is predefined and scoped to a namespace. Example: {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}
115 116 117 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 115 def @system_tags end |
#time_created ⇒ DateTime
[Required] The time this resource was created. An RFC3339 formatted datetime string.
38 39 40 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 38 def time_created @time_created end |
#time_ended ⇒ DateTime
Actual end date and time for the Execution.
89 90 91 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 89 def time_ended @time_ended end |
#time_scheduled ⇒ DateTime
The scheduled date and time for the Job.
46 47 48 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 46 def time_scheduled @time_scheduled end |
#time_started ⇒ DateTime
Actual start date and time for the Execution.
85 86 87 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 85 def time_started @time_started end |
#time_updated ⇒ DateTime
The time this resource was last updated. An RFC3339 formatted datetime string.
42 43 44 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 42 def time_updated @time_updated end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
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 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 118 def self.attribute_map { # rubocop:disable Style/SymbolLiteral 'id': :'id', 'display_name': :'displayName', 'compartment_id': :'compartmentId', 'time_created': :'timeCreated', 'time_updated': :'timeUpdated', 'time_scheduled': :'timeScheduled', 'activity_id': :'activityId', 'resource_id': :'resourceId', 'scheduler_job_id': :'schedulerJobId', 'resource_display_name': :'resourceDisplayName', 'runbook_id': :'runbookId', 'runbook_version_name': :'runbookVersionName', 'runbook_display_name': :'runbookDisplayName', 'latest_runbook_version_name': :'latestRunbookVersionName', 'scheduler_definition': :'schedulerDefinition', 'time_started': :'timeStarted', 'time_ended': :'timeEnded', 'lifecycle_state': :'lifecycleState', 'lifecycle_details': :'lifecycleDetails', 'freeform_tags': :'freeformTags', 'defined_tags': :'definedTags', 'system_tags': :'systemTags' # rubocop:enable Style/SymbolLiteral } end |
.swagger_types ⇒ Object
Attribute type mapping.
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/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 148 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'id': :'String', 'display_name': :'String', 'compartment_id': :'String', 'time_created': :'DateTime', 'time_updated': :'DateTime', 'time_scheduled': :'DateTime', 'activity_id': :'String', 'resource_id': :'String', 'scheduler_job_id': :'String', 'resource_display_name': :'String', 'runbook_id': :'String', 'runbook_version_name': :'String', 'runbook_display_name': :'String', 'latest_runbook_version_name': :'String', 'scheduler_definition': :'OCI::FleetAppsManagement::Models::AssociatedSchedulerDefinition', 'time_started': :'DateTime', 'time_ended': :'DateTime', 'lifecycle_state': :'String', 'lifecycle_details': :'String', 'freeform_tags': :'Hash<String, String>', 'defined_tags': :'Hash<String, Hash<String, Object>>', 'system_tags': :'Hash<String, Hash<String, Object>>' # rubocop:enable Style/SymbolLiteral } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
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 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 360 def ==(other) return true if equal?(other) self.class == other.class && id == other.id && display_name == other.display_name && compartment_id == other.compartment_id && time_created == other.time_created && time_updated == other.time_updated && time_scheduled == other.time_scheduled && activity_id == other.activity_id && resource_id == other.resource_id && scheduler_job_id == other.scheduler_job_id && resource_display_name == other.resource_display_name && runbook_id == other.runbook_id && runbook_version_name == other.runbook_version_name && runbook_display_name == other.runbook_display_name && latest_runbook_version_name == other.latest_runbook_version_name && scheduler_definition == other.scheduler_definition && time_started == other.time_started && time_ended == other.time_ended && lifecycle_state == other.lifecycle_state && lifecycle_details == other.lifecycle_details && == other. && == other. && == other. end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 411 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
391 392 393 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 391 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
400 401 402 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 400 def hash [id, display_name, compartment_id, time_created, time_updated, time_scheduled, activity_id, resource_id, scheduler_job_id, resource_display_name, runbook_id, runbook_version_name, runbook_display_name, latest_runbook_version_name, scheduler_definition, time_started, time_ended, lifecycle_state, lifecycle_details, , , ].hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
444 445 446 447 448 449 450 451 452 453 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 444 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_s ⇒ String
Returns the string representation of the object
438 439 440 |
# File 'lib/oci/fleet_apps_management/models/scheduler_execution_summary.rb', line 438 def to_s to_hash.to_s end |