ActionGroupDetails

class oci.fleet_apps_management.models.ActionGroupDetails(**kwargs)

Bases: object

Action Group.

Attributes

STATUS_ABORTED A constant which can be used with the status property of a ActionGroupDetails.
STATUS_ACCEPTED A constant which can be used with the status property of a ActionGroupDetails.
STATUS_CANCELED A constant which can be used with the status property of a ActionGroupDetails.
STATUS_FAILED A constant which can be used with the status property of a ActionGroupDetails.
STATUS_IGNORED A constant which can be used with the status property of a ActionGroupDetails.
STATUS_IN_PROGRESS A constant which can be used with the status property of a ActionGroupDetails.
STATUS_NOT_APPLICABLE A constant which can be used with the status property of a ActionGroupDetails.
STATUS_SKIPPED A constant which can be used with the status property of a ActionGroupDetails.
STATUS_SUCCEEDED A constant which can be used with the status property of a ActionGroupDetails.
STATUS_TIMED_OUT A constant which can be used with the status property of a ActionGroupDetails.
STATUS_WAITING A constant which can be used with the status property of a ActionGroupDetails.
TYPE_ENVIRONMENT A constant which can be used with the type property of a ActionGroupDetails.
TYPE_PRODUCT A constant which can be used with the type property of a ActionGroupDetails.
activity_id Gets the activity_id of this ActionGroupDetails.
application_type Gets the application_type of this ActionGroupDetails.
lifecycle_operation Gets the lifecycle_operation of this ActionGroupDetails.
name Gets the name of this ActionGroupDetails.
product Gets the product of this ActionGroupDetails.
resource_id [Required] Gets the resource_id of this ActionGroupDetails.
runbook_id [Required] Gets the runbook_id of this ActionGroupDetails.
status Gets the status of this ActionGroupDetails.
time_ended Gets the time_ended of this ActionGroupDetails.
time_started Gets the time_started of this ActionGroupDetails.
type Gets the type of this ActionGroupDetails.

Methods

__init__(**kwargs) Initializes a new ActionGroupDetails object with values from keyword arguments.
STATUS_ABORTED = 'ABORTED'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “ABORTED”

STATUS_ACCEPTED = 'ACCEPTED'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “ACCEPTED”

STATUS_CANCELED = 'CANCELED'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “CANCELED”

STATUS_FAILED = 'FAILED'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “FAILED”

STATUS_IGNORED = 'IGNORED'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “IGNORED”

STATUS_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “IN_PROGRESS”

STATUS_NOT_APPLICABLE = 'NOT_APPLICABLE'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “NOT_APPLICABLE”

STATUS_SKIPPED = 'SKIPPED'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “SKIPPED”

STATUS_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “SUCCEEDED”

STATUS_TIMED_OUT = 'TIMED_OUT'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “TIMED_OUT”

STATUS_WAITING = 'WAITING'

A constant which can be used with the status property of a ActionGroupDetails. This constant has a value of “WAITING”

TYPE_ENVIRONMENT = 'ENVIRONMENT'

A constant which can be used with the type property of a ActionGroupDetails. This constant has a value of “ENVIRONMENT”

TYPE_PRODUCT = 'PRODUCT'

A constant which can be used with the type property of a ActionGroupDetails. This constant has a value of “PRODUCT”

__init__(**kwargs)

Initializes a new ActionGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • resource_id (str) – The value to assign to the resource_id property of this ActionGroupDetails.
  • name (str) – The value to assign to the name property of this ActionGroupDetails.
  • type (str) – The value to assign to the type property of this ActionGroupDetails. Allowed values for this property are: “PRODUCT”, “ENVIRONMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • application_type (str) – The value to assign to the application_type property of this ActionGroupDetails.
  • product (str) – The value to assign to the product property of this ActionGroupDetails.
  • lifecycle_operation (str) – The value to assign to the lifecycle_operation property of this ActionGroupDetails.
  • activity_id (str) – The value to assign to the activity_id property of this ActionGroupDetails.
  • status (str) – The value to assign to the status property of this ActionGroupDetails. Allowed values for this property are: “ACCEPTED”, “WAITING”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELED”, “SKIPPED”, “IGNORED”, “NOT_APPLICABLE”, “ABORTED”, “TIMED_OUT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_started (datetime) – The value to assign to the time_started property of this ActionGroupDetails.
  • time_ended (datetime) – The value to assign to the time_ended property of this ActionGroupDetails.
  • runbook_id (str) – The value to assign to the runbook_id property of this ActionGroupDetails.
activity_id

Gets the activity_id of this ActionGroupDetails. Unique producer Id at Action Group Level

Returns:The activity_id of this ActionGroupDetails.
Return type:str
application_type

Gets the application_type of this ActionGroupDetails. Application Type associated. Only applicable if actionGroup type is ENVIRONMENT.

Returns:The application_type of this ActionGroupDetails.
Return type:str
lifecycle_operation

Gets the lifecycle_operation of this ActionGroupDetails. LifeCycle Operation

Returns:The lifecycle_operation of this ActionGroupDetails.
Return type:str
name

Gets the name of this ActionGroupDetails. Name of the ActionGroup.

Returns:The name of this ActionGroupDetails.
Return type:str
product

Gets the product of this ActionGroupDetails. Product associated. Only applicable if actionGroup type is PRODUCT.

Returns:The product of this ActionGroupDetails.
Return type:str
resource_id

[Required] Gets the resource_id of this ActionGroupDetails. The ID of the ActionGroup resource . Ex:fleetId.

Returns:The resource_id of this ActionGroupDetails.
Return type:str
runbook_id

[Required] Gets the runbook_id of this ActionGroupDetails. ID of the runbook

Returns:The runbook_id of this ActionGroupDetails.
Return type:str
status

Gets the status of this ActionGroupDetails. Status of the Job at Action Group Level

Allowed values for this property are: “ACCEPTED”, “WAITING”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELED”, “SKIPPED”, “IGNORED”, “NOT_APPLICABLE”, “ABORTED”, “TIMED_OUT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this ActionGroupDetails.
Return type:str
time_ended

Gets the time_ended of this ActionGroupDetails. The time the Scheduler Job ended. An RFC3339 formatted datetime string

Returns:The time_ended of this ActionGroupDetails.
Return type:datetime
time_started

Gets the time_started of this ActionGroupDetails. The time the the Scheduler Job started. An RFC3339 formatted datetime string

Returns:The time_started of this ActionGroupDetails.
Return type:datetime
type

Gets the type of this ActionGroupDetails. Type of the ActionGroup

Allowed values for this property are: “PRODUCT”, “ENVIRONMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this ActionGroupDetails.
Return type:str