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.
defined_tags Gets the defined_tags of this CreateOnboardingDetails.
freeform_tags Gets the freeform_tags 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.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOnboardingDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags 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
defined_tags

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

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