UpdateFleetDetails

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

Bases: object

The information to be updated.

Methods

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

Attributes

defined_tags Gets the defined_tags of this UpdateFleetDetails.
description Gets the description of this UpdateFleetDetails.
display_name Gets the display_name of this UpdateFleetDetails.
freeform_tags Gets the freeform_tags of this UpdateFleetDetails.
is_target_auto_confirm Gets the is_target_auto_confirm of this UpdateFleetDetails.
notification_preferences Gets the notification_preferences of this UpdateFleetDetails.
rule_selection_criteria Gets the rule_selection_criteria of this UpdateFleetDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateFleetDetails.
  • description (str) – The value to assign to the description property of this UpdateFleetDetails.
  • notification_preferences (oci.fleet_apps_management.models.NotificationPreferences) – The value to assign to the notification_preferences property of this UpdateFleetDetails.
  • rule_selection_criteria (oci.fleet_apps_management.models.SelectionCriteria) – The value to assign to the rule_selection_criteria property of this UpdateFleetDetails.
  • is_target_auto_confirm (bool) – The value to assign to the is_target_auto_confirm property of this UpdateFleetDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateFleetDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateFleetDetails.
defined_tags

Gets the defined_tags of this UpdateFleetDetails. 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 UpdateFleetDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateFleetDetails. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.

Returns:The description of this UpdateFleetDetails.
Return type:str
display_name

Gets the display_name of this UpdateFleetDetails. 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 UpdateFleetDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateFleetDetails. 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 UpdateFleetDetails.
Return type:dict(str, str)
is_target_auto_confirm

Gets the is_target_auto_confirm of this UpdateFleetDetails. A value which represents if auto confirming of the targets can be enabled

Returns:The is_target_auto_confirm of this UpdateFleetDetails.
Return type:bool
notification_preferences

Gets the notification_preferences of this UpdateFleetDetails.

Returns:The notification_preferences of this UpdateFleetDetails.
Return type:oci.fleet_apps_management.models.NotificationPreferences
rule_selection_criteria

Gets the rule_selection_criteria of this UpdateFleetDetails.

Returns:The rule_selection_criteria of this UpdateFleetDetails.
Return type:oci.fleet_apps_management.models.SelectionCriteria