WorkRequest

class oci.container_engine.models.WorkRequest(**kwargs)

Bases: object

An asynchronous work request.

Attributes

OPERATION_TYPE_CLUSTER_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_CLUSTER_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_CLUSTER_UPDATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_DISABLE_ADDON A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_ENABLE_ADDON A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NODEPOOL_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NODEPOOL_CYCLING A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NODEPOOL_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NODEPOOL_RECONCILE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_NODEPOOL_UPDATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_RECONCILE_ADDON A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_UPDATE_ADDON A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_VIRTUALNODEPOOL_CREATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_VIRTUALNODEPOOL_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_VIRTUALNODEPOOL_UPDATE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_VIRTUALNODE_DELETE A constant which can be used with the operation_type property of a WorkRequest.
OPERATION_TYPE_WORKREQUEST_CANCEL A constant which can be used with the operation_type property of a WorkRequest.
STATUS_ACCEPTED A constant which can be used with the status property of a WorkRequest.
STATUS_CANCELED A constant which can be used with the status property of a WorkRequest.
STATUS_CANCELING A constant which can be used with the status property of a WorkRequest.
STATUS_FAILED A constant which can be used with the status property of a WorkRequest.
STATUS_IN_PROGRESS A constant which can be used with the status property of a WorkRequest.
STATUS_SUCCEEDED A constant which can be used with the status property of a WorkRequest.
compartment_id Gets the compartment_id of this WorkRequest.
id Gets the id of this WorkRequest.
operation_type Gets the operation_type of this WorkRequest.
resources Gets the resources of this WorkRequest.
status Gets the status of this WorkRequest.
time_accepted Gets the time_accepted of this WorkRequest.
time_finished Gets the time_finished of this WorkRequest.
time_started Gets the time_started of this WorkRequest.

Methods

__init__(**kwargs) Initializes a new WorkRequest object with values from keyword arguments.
OPERATION_TYPE_CLUSTER_CREATE = 'CLUSTER_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “CLUSTER_CREATE”

OPERATION_TYPE_CLUSTER_DELETE = 'CLUSTER_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “CLUSTER_DELETE”

OPERATION_TYPE_CLUSTER_UPDATE = 'CLUSTER_UPDATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “CLUSTER_UPDATE”

OPERATION_TYPE_DISABLE_ADDON = 'DISABLE_ADDON'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “DISABLE_ADDON”

OPERATION_TYPE_ENABLE_ADDON = 'ENABLE_ADDON'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “ENABLE_ADDON”

OPERATION_TYPE_NODEPOOL_CREATE = 'NODEPOOL_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NODEPOOL_CREATE”

OPERATION_TYPE_NODEPOOL_CYCLING = 'NODEPOOL_CYCLING'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NODEPOOL_CYCLING”

OPERATION_TYPE_NODEPOOL_DELETE = 'NODEPOOL_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NODEPOOL_DELETE”

OPERATION_TYPE_NODEPOOL_RECONCILE = 'NODEPOOL_RECONCILE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NODEPOOL_RECONCILE”

OPERATION_TYPE_NODEPOOL_UPDATE = 'NODEPOOL_UPDATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “NODEPOOL_UPDATE”

OPERATION_TYPE_RECONCILE_ADDON = 'RECONCILE_ADDON'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “RECONCILE_ADDON”

OPERATION_TYPE_UPDATE_ADDON = 'UPDATE_ADDON'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “UPDATE_ADDON”

OPERATION_TYPE_VIRTUALNODEPOOL_CREATE = 'VIRTUALNODEPOOL_CREATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “VIRTUALNODEPOOL_CREATE”

OPERATION_TYPE_VIRTUALNODEPOOL_DELETE = 'VIRTUALNODEPOOL_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “VIRTUALNODEPOOL_DELETE”

OPERATION_TYPE_VIRTUALNODEPOOL_UPDATE = 'VIRTUALNODEPOOL_UPDATE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “VIRTUALNODEPOOL_UPDATE”

OPERATION_TYPE_VIRTUALNODE_DELETE = 'VIRTUALNODE_DELETE'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “VIRTUALNODE_DELETE”

OPERATION_TYPE_WORKREQUEST_CANCEL = 'WORKREQUEST_CANCEL'

A constant which can be used with the operation_type property of a WorkRequest. This constant has a value of “WORKREQUEST_CANCEL”

STATUS_ACCEPTED = 'ACCEPTED'

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

STATUS_CANCELED = 'CANCELED'

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

STATUS_CANCELING = 'CANCELING'

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

STATUS_FAILED = 'FAILED'

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

STATUS_IN_PROGRESS = 'IN_PROGRESS'

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

STATUS_SUCCEEDED = 'SUCCEEDED'

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

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this WorkRequest.
  • operation_type (str) – The value to assign to the operation_type property of this WorkRequest. Allowed values for this property are: “CLUSTER_CREATE”, “CLUSTER_UPDATE”, “CLUSTER_DELETE”, “NODEPOOL_CREATE”, “NODEPOOL_UPDATE”, “NODEPOOL_DELETE”, “NODEPOOL_RECONCILE”, “NODEPOOL_CYCLING”, “WORKREQUEST_CANCEL”, “VIRTUALNODEPOOL_CREATE”, “VIRTUALNODEPOOL_UPDATE”, “VIRTUALNODEPOOL_DELETE”, “VIRTUALNODE_DELETE”, “ENABLE_ADDON”, “UPDATE_ADDON”, “DISABLE_ADDON”, “RECONCILE_ADDON”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • status (str) – The value to assign to the status property of this WorkRequest. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “SUCCEEDED”, “CANCELING”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • compartment_id (str) – The value to assign to the compartment_id property of this WorkRequest.
  • resources (list[oci.container_engine.models.WorkRequestResource]) – The value to assign to the resources property of this WorkRequest.
  • time_accepted (datetime) – The value to assign to the time_accepted property of this WorkRequest.
  • time_started (datetime) – The value to assign to the time_started property of this WorkRequest.
  • time_finished (datetime) – The value to assign to the time_finished property of this WorkRequest.
compartment_id

Gets the compartment_id of this WorkRequest. The OCID of the compartment in which the work request exists.

Returns:The compartment_id of this WorkRequest.
Return type:str
id

Gets the id of this WorkRequest. The OCID of the work request.

Returns:The id of this WorkRequest.
Return type:str
operation_type

Gets the operation_type of this WorkRequest. The type of work the work request is doing.

Allowed values for this property are: “CLUSTER_CREATE”, “CLUSTER_UPDATE”, “CLUSTER_DELETE”, “NODEPOOL_CREATE”, “NODEPOOL_UPDATE”, “NODEPOOL_DELETE”, “NODEPOOL_RECONCILE”, “NODEPOOL_CYCLING”, “WORKREQUEST_CANCEL”, “VIRTUALNODEPOOL_CREATE”, “VIRTUALNODEPOOL_UPDATE”, “VIRTUALNODEPOOL_DELETE”, “VIRTUALNODE_DELETE”, “ENABLE_ADDON”, “UPDATE_ADDON”, “DISABLE_ADDON”, “RECONCILE_ADDON”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The operation_type of this WorkRequest.
Return type:str
resources

Gets the resources of this WorkRequest. The resources this work request affects.

Returns:The resources of this WorkRequest.
Return type:list[oci.container_engine.models.WorkRequestResource]
status

Gets the status of this WorkRequest. The current status of the work request.

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

Returns:The status of this WorkRequest.
Return type:str
time_accepted

Gets the time_accepted of this WorkRequest. The time the work request was accepted.

Returns:The time_accepted of this WorkRequest.
Return type:datetime
time_finished

Gets the time_finished of this WorkRequest. The time the work request was finished.

Returns:The time_finished of this WorkRequest.
Return type:datetime
time_started

Gets the time_started of this WorkRequest. The time the work request was started.

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