CreateOnboardingDetails¶
-
class
oci.fleet_apps_management.models.
CreateOnboardingDetails
(**kwargs)¶ Bases:
object
The information about enabling onboarding.
Methods
__init__
(**kwargs)Initializes a new CreateOnboardingDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateOnboardingDetails. is_cost_tracking_tag_enabled
Gets the is_cost_tracking_tag_enabled of this CreateOnboardingDetails. is_fams_tag_enabled
Gets the is_fams_tag_enabled of this CreateOnboardingDetails. -
__init__
(**kwargs)¶ Initializes a new CreateOnboardingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateOnboardingDetails.
- is_fams_tag_enabled (bool) – The value to assign to the is_fams_tag_enabled property of this CreateOnboardingDetails.
- is_cost_tracking_tag_enabled (bool) – The value to assign to the is_cost_tracking_tag_enabled property of this CreateOnboardingDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateOnboardingDetails. Tenancy OCID
Returns: The compartment_id of this CreateOnboardingDetails. Return type: str
-
is_cost_tracking_tag_enabled
¶ Gets the is_cost_tracking_tag_enabled of this CreateOnboardingDetails. A value determining if the cost tracking tag is enabled or not. Allow Fleet Application Management to tag resources with cost tracking tag using “Oracle$FAMS-Tags.FAMSManaged” tag.
Returns: The is_cost_tracking_tag_enabled of this CreateOnboardingDetails. Return type: bool
-
is_fams_tag_enabled
¶ Gets the is_fams_tag_enabled of this CreateOnboardingDetails. A value determining if the Fleet Application Management tagging is enabled or not. Allow Fleet Application Management to tag resources with fleet name using “Oracle$FAMS-Tags.FleetName” tag.
Returns: The is_fams_tag_enabled of this CreateOnboardingDetails. Return type: bool
-