class Google::Apis::GenomicsV2alpha1::ContainerKilledEvent

An event generated when a container is forcibly terminated by the worker. Currently, this only occurs when the container outlives the timeout specified by the user.

Attributes

action_id[RW]

The numeric ID of the action that started the container. Corresponds to the JSON property `actionId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/genomics_v2alpha1/classes.rb, line 309
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/genomics_v2alpha1/classes.rb, line 314
def update!(**args)
  @action_id = args[:action_id] if args.key?(:action_id)
end