ScheduledFleetSummary

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

Bases: object

Summary of Fleet part of the Schedule.

Attributes

ACTION_GROUP_TYPES_ENVIRONMENT A constant which can be used with the action_group_types property of a ScheduledFleetSummary.
ACTION_GROUP_TYPES_PRODUCT A constant which can be used with the action_group_types property of a ScheduledFleetSummary.
action_group_types Gets the action_group_types of this ScheduledFleetSummary.
application_types Gets the application_types of this ScheduledFleetSummary.
count_of_affected_resources Gets the count_of_affected_resources of this ScheduledFleetSummary.
count_of_affected_targets Gets the count_of_affected_targets of this ScheduledFleetSummary.
display_name [Required] Gets the display_name of this ScheduledFleetSummary.
id [Required] Gets the id of this ScheduledFleetSummary.
system_tags Gets the system_tags of this ScheduledFleetSummary.
tenancy_id Gets the tenancy_id of this ScheduledFleetSummary.

Methods

__init__(**kwargs) Initializes a new ScheduledFleetSummary 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 ScheduledFleetSummary. 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 ScheduledFleetSummary. This constant has a value of “PRODUCT”

__init__(**kwargs)

Initializes a new ScheduledFleetSummary 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 ScheduledFleetSummary.
  • tenancy_id (str) – The value to assign to the tenancy_id property of this ScheduledFleetSummary.
  • display_name (str) – The value to assign to the display_name property of this ScheduledFleetSummary.
  • count_of_affected_resources (int) – The value to assign to the count_of_affected_resources property of this ScheduledFleetSummary.
  • count_of_affected_targets (int) – The value to assign to the count_of_affected_targets property of this ScheduledFleetSummary.
  • action_group_types (list[str]) – The value to assign to the action_group_types property of this ScheduledFleetSummary. 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 ScheduledFleetSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ScheduledFleetSummary.
action_group_types

Gets the action_group_types of this ScheduledFleetSummary. All ActionGroup Types 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 ScheduledFleetSummary.
Return type:list[str]
application_types

Gets the application_types of this ScheduledFleetSummary. All application types part of the schedule.

Returns:The application_types of this ScheduledFleetSummary.
Return type:list[str]
count_of_affected_resources

Gets the count_of_affected_resources of this ScheduledFleetSummary. Count of Resources affected by the Schedule

Returns:The count_of_affected_resources of this ScheduledFleetSummary.
Return type:int
count_of_affected_targets

Gets the count_of_affected_targets of this ScheduledFleetSummary. Count of Targets affected by the Schedule

Returns:The count_of_affected_targets of this ScheduledFleetSummary.
Return type:int
display_name

[Required] Gets the display_name of this ScheduledFleetSummary. 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 ScheduledFleetSummary.
Return type:str
id

[Required] Gets the id of this ScheduledFleetSummary. The OCID of the resource.

Returns:The id of this ScheduledFleetSummary.
Return type:str
system_tags

Gets the system_tags of this ScheduledFleetSummary. 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 ScheduledFleetSummary.
Return type:dict(str, dict(str, object))
tenancy_id

Gets the tenancy_id of this ScheduledFleetSummary. OCID of the tenancy to which the resource belongs to.

Returns:The tenancy_id of this ScheduledFleetSummary.
Return type:str