SchedulerJobSummary¶
-
class
oci.fleet_apps_management.models.
SchedulerJobSummary
(**kwargs)¶ Bases:
object
Summary of the SchedulerJob.
Attributes
ACTION_GROUP_TYPES_ENVIRONMENT
A constant which can be used with the action_group_types property of a SchedulerJobSummary. ACTION_GROUP_TYPES_PRODUCT
A constant which can be used with the action_group_types property of a SchedulerJobSummary. action_group_types
Gets the action_group_types of this SchedulerJobSummary. action_groups
Gets the action_groups of this SchedulerJobSummary. application_types
Gets the application_types of this SchedulerJobSummary. associated_schedule_definition
Gets the associated_schedule_definition of this SchedulerJobSummary. compartment_id
[Required] Gets the compartment_id of this SchedulerJobSummary. count_of_affected_action_groups
Gets the count_of_affected_action_groups of this SchedulerJobSummary. count_of_affected_resources
Gets the count_of_affected_resources of this SchedulerJobSummary. count_of_affected_targets
Gets the count_of_affected_targets of this SchedulerJobSummary. defined_tags
[Required] Gets the defined_tags of this SchedulerJobSummary. display_name
[Required] Gets the display_name of this SchedulerJobSummary. freeform_tags
[Required] Gets the freeform_tags of this SchedulerJobSummary. id
[Required] Gets the id of this SchedulerJobSummary. lifecycle_details
Gets the lifecycle_details of this SchedulerJobSummary. lifecycle_operations
Gets the lifecycle_operations of this SchedulerJobSummary. lifecycle_state
[Required] Gets the lifecycle_state of this SchedulerJobSummary. products
Gets the products of this SchedulerJobSummary. system_tags
Gets the system_tags of this SchedulerJobSummary. time_created
[Required] Gets the time_created of this SchedulerJobSummary. time_scheduled
Gets the time_scheduled of this SchedulerJobSummary. time_updated
Gets the time_updated of this SchedulerJobSummary. Methods
__init__
(**kwargs)Initializes a new SchedulerJobSummary object with values from keyword arguments. -
ACTION_GROUP_TYPES_ENVIRONMENT
= 'ENVIRONMENT'¶ A constant which can be used with the action_group_types property of a SchedulerJobSummary. This constant has a value of “ENVIRONMENT”
-
ACTION_GROUP_TYPES_PRODUCT
= 'PRODUCT'¶ A constant which can be used with the action_group_types property of a SchedulerJobSummary. This constant has a value of “PRODUCT”
-
__init__
(**kwargs)¶ Initializes a new SchedulerJobSummary 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 SchedulerJobSummary.
- display_name (str) – The value to assign to the display_name property of this SchedulerJobSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this SchedulerJobSummary.
- time_created (datetime) – The value to assign to the time_created property of this SchedulerJobSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this SchedulerJobSummary.
- time_scheduled (datetime) – The value to assign to the time_scheduled property of this SchedulerJobSummary.
- count_of_affected_action_groups (int) – The value to assign to the count_of_affected_action_groups property of this SchedulerJobSummary.
- count_of_affected_resources (int) – The value to assign to the count_of_affected_resources property of this SchedulerJobSummary.
- count_of_affected_targets (int) – The value to assign to the count_of_affected_targets property of this SchedulerJobSummary.
- action_group_types (list[str]) – The value to assign to the action_group_types property of this SchedulerJobSummary. Allowed values for items in this list are: “PRODUCT”, “ENVIRONMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- application_types (list[str]) – The value to assign to the application_types property of this SchedulerJobSummary.
- products (list[str]) – The value to assign to the products property of this SchedulerJobSummary.
- lifecycle_operations (list[str]) – The value to assign to the lifecycle_operations property of this SchedulerJobSummary.
- action_groups (list[oci.fleet_apps_management.models.ActionGroupDetails]) – The value to assign to the action_groups property of this SchedulerJobSummary.
- associated_schedule_definition (oci.fleet_apps_management.models.AssociatedSchedulerDefinition) – The value to assign to the associated_schedule_definition property of this SchedulerJobSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SchedulerJobSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this SchedulerJobSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SchedulerJobSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SchedulerJobSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SchedulerJobSummary.
-
action_group_types
¶ Gets the action_group_types of this SchedulerJobSummary. All Action Group types are part of the schedule.
Allowed values for items in this list are: “PRODUCT”, “ENVIRONMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action_group_types of this SchedulerJobSummary. Return type: list[str]
-
action_groups
¶ Gets the action_groups of this SchedulerJobSummary. Action Groups associated with the Schedule.
Returns: The action_groups of this SchedulerJobSummary. Return type: list[oci.fleet_apps_management.models.ActionGroupDetails]
-
application_types
¶ Gets the application_types of this SchedulerJobSummary. All application types that are part of the schedule for an ENVIRONMENT action group Type.
Returns: The application_types of this SchedulerJobSummary. Return type: list[str]
-
associated_schedule_definition
¶ Gets the associated_schedule_definition of this SchedulerJobSummary.
Returns: The associated_schedule_definition of this SchedulerJobSummary. Return type: oci.fleet_apps_management.models.AssociatedSchedulerDefinition
-
compartment_id
¶ [Required] Gets the compartment_id of this SchedulerJobSummary. Tenancy OCID
Returns: The compartment_id of this SchedulerJobSummary. Return type: str
-
count_of_affected_action_groups
¶ Gets the count_of_affected_action_groups of this SchedulerJobSummary. Count of Action Groups affected by the Schedule. An action group is a group of entities grouped for a lifecycle activity. Example - A Fleet will be considered an Action Group for any lifecycle activity.
Returns: The count_of_affected_action_groups of this SchedulerJobSummary. Return type: int
-
count_of_affected_resources
¶ Gets the count_of_affected_resources of this SchedulerJobSummary. Count of resources affected by the schedule.
Returns: The count_of_affected_resources of this SchedulerJobSummary. Return type: int
-
count_of_affected_targets
¶ Gets the count_of_affected_targets of this SchedulerJobSummary. Count of targets affected by the schedule.
Returns: The count_of_affected_targets of this SchedulerJobSummary. Return type: int
[Required] Gets the defined_tags of this SchedulerJobSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this SchedulerJobSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this SchedulerJobSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this SchedulerJobSummary. Return type: str
[Required] Gets the freeform_tags of this SchedulerJobSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this SchedulerJobSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this SchedulerJobSummary. The OCID of the resource.
Returns: The id of this SchedulerJobSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this SchedulerJobSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this SchedulerJobSummary. Return type: str
-
lifecycle_operations
¶ Gets the lifecycle_operations of this SchedulerJobSummary. All LifeCycle Operations that are part of the schedule.
Returns: The lifecycle_operations of this SchedulerJobSummary. Return type: list[str]
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this SchedulerJobSummary. The current state of the SchedulerJob.
Returns: The lifecycle_state of this SchedulerJobSummary. Return type: str
-
products
¶ Gets the products of this SchedulerJobSummary. All products that are part of the schedule for a PRODUCT action group type.
Returns: The products of this SchedulerJobSummary. Return type: list[str]
Gets the system_tags of this SchedulerJobSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this SchedulerJobSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this SchedulerJobSummary. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this SchedulerJobSummary. Return type: datetime
-
time_scheduled
¶ Gets the time_scheduled of this SchedulerJobSummary. The scheduled date and time for the Job.
Returns: The time_scheduled of this SchedulerJobSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this SchedulerJobSummary. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this SchedulerJobSummary. Return type: datetime
-