UpdateFleetDetails

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

Bases: object

Attributes to update a Fleet.

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.
inventory_log Gets the inventory_log of this UpdateFleetDetails.
is_advanced_features_enabled Gets the is_advanced_features_enabled of this UpdateFleetDetails.
operation_log Gets the operation_log 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.
  • inventory_log (oci.jms.models.CustomLog) – The value to assign to the inventory_log property of this UpdateFleetDetails.
  • operation_log (oci.jms.models.CustomLog) – The value to assign to the operation_log property of this UpdateFleetDetails.
  • is_advanced_features_enabled (bool) – The value to assign to the is_advanced_features_enabled property of this UpdateFleetDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateFleetDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_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”}}. (See Understanding Free-form Tags).

Returns:The defined_tags of this UpdateFleetDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateFleetDetails. The Fleet’s description.

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

Gets the display_name of this UpdateFleetDetails. The name of the Fleet. The displayName must be unique for Fleets in the same compartment.

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”}. (See Managing Tags and Tag Namespaces.)

Returns:The freeform_tags of this UpdateFleetDetails.
Return type:dict(str, str)
inventory_log

Gets the inventory_log of this UpdateFleetDetails.

Returns:The inventory_log of this UpdateFleetDetails.
Return type:oci.jms.models.CustomLog
is_advanced_features_enabled

Gets the is_advanced_features_enabled of this UpdateFleetDetails. Whether or not advanced features are enabled in this Fleet. Deprecated, use /fleets/{fleetId}/advanceFeatureConfiguration API instead.

Returns:The is_advanced_features_enabled of this UpdateFleetDetails.
Return type:bool
operation_log

Gets the operation_log of this UpdateFleetDetails.

Returns:The operation_log of this UpdateFleetDetails.
Return type:oci.jms.models.CustomLog