AssociatedTaskDetails

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

Bases: object

The details of the task.

Attributes

SCOPE_LOCAL A constant which can be used with the scope property of a AssociatedTaskDetails.
SCOPE_SHARED A constant which can be used with the scope property of a AssociatedTaskDetails.
scope [Required] Gets the scope of this AssociatedTaskDetails.

Methods

__init__(**kwargs) Initializes a new AssociatedTaskDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
SCOPE_LOCAL = 'LOCAL'

A constant which can be used with the scope property of a AssociatedTaskDetails. This constant has a value of “LOCAL”

SCOPE_SHARED = 'SHARED'

A constant which can be used with the scope property of a AssociatedTaskDetails. This constant has a value of “SHARED”

__init__(**kwargs)

Initializes a new AssociatedTaskDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:scope (str) – The value to assign to the scope property of this AssociatedTaskDetails. Allowed values for this property are: “LOCAL”, “SHARED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

scope

[Required] Gets the scope of this AssociatedTaskDetails. The scope of the task.

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

Returns:The scope of this AssociatedTaskDetails.
Return type:str