ScheduledFleetSummary

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

Bases: object

Summary of Fleet part of the Schedule.

Methods

__init__(**kwargs) Initializes a new ScheduledFleetSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id 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.
products Gets the products of this ScheduledFleetSummary.
system_tags Gets the system_tags of this ScheduledFleetSummary.
__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.
  • compartment_id (str) – The value to assign to the compartment_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.
  • products (list[str]) – The value to assign to the products property of this ScheduledFleetSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ScheduledFleetSummary.
compartment_id

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

Returns:The compartment_id of this ScheduledFleetSummary.
Return type: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
products

Gets the products of this ScheduledFleetSummary. All products part of the schedule.

Returns:The products of this ScheduledFleetSummary.
Return type:list[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))