UpdateOnboardingDetails

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

Bases: object

The information about updating onboarding.

Methods

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

Attributes

is_cost_tracking_tag_enabled Gets the is_cost_tracking_tag_enabled of this UpdateOnboardingDetails.
is_fams_tag_enabled Gets the is_fams_tag_enabled of this UpdateOnboardingDetails.
__init__(**kwargs)

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

Parameters:
  • is_fams_tag_enabled (bool) – The value to assign to the is_fams_tag_enabled property of this UpdateOnboardingDetails.
  • is_cost_tracking_tag_enabled (bool) – The value to assign to the is_cost_tracking_tag_enabled property of this UpdateOnboardingDetails.
is_cost_tracking_tag_enabled

Gets the is_cost_tracking_tag_enabled of this UpdateOnboardingDetails. A value determining if cost tracking tag is enabled or not

Returns:The is_cost_tracking_tag_enabled of this UpdateOnboardingDetails.
Return type:bool
is_fams_tag_enabled

Gets the is_fams_tag_enabled of this UpdateOnboardingDetails. A value determining Fleet Application Management tag is enabled or not

Returns:The is_fams_tag_enabled of this UpdateOnboardingDetails.
Return type:bool