OnboardingSummary

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

Bases: object

Summary of the FleetAppManagementService Onboarding.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this OnboardingSummary.
id [Required] Gets the id of this OnboardingSummary.
is_cost_tracking_tag_enabled Gets the is_cost_tracking_tag_enabled of this OnboardingSummary.
is_fams_tag_enabled Gets the is_fams_tag_enabled of this OnboardingSummary.
lifecycle_state [Required] Gets the lifecycle_state of this OnboardingSummary.
resource_region Gets the resource_region of this OnboardingSummary.
system_tags Gets the system_tags of this OnboardingSummary.
time_created Gets the time_created of this OnboardingSummary.
time_updated Gets the time_updated of this OnboardingSummary.
version Gets the version of this OnboardingSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this OnboardingSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this OnboardingSummary.
  • resource_region (str) – The value to assign to the resource_region property of this OnboardingSummary.
  • time_created (datetime) – The value to assign to the time_created property of this OnboardingSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this OnboardingSummary.
  • is_fams_tag_enabled (bool) – The value to assign to the is_fams_tag_enabled property of this OnboardingSummary.
  • version (str) – The value to assign to the version property of this OnboardingSummary.
  • is_cost_tracking_tag_enabled (bool) – The value to assign to the is_cost_tracking_tag_enabled property of this OnboardingSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OnboardingSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OnboardingSummary.
compartment_id

[Required] Gets the compartment_id of this OnboardingSummary. Tenancy OCID

Returns:The compartment_id of this OnboardingSummary.
Return type:str
id

[Required] Gets the id of this OnboardingSummary. The unique id of the resource.

Returns:The id of this OnboardingSummary.
Return type:str
is_cost_tracking_tag_enabled

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

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

Gets the is_fams_tag_enabled of this OnboardingSummary. A value determining FAMS tag is enabled or not

Returns:The is_fams_tag_enabled of this OnboardingSummary.
Return type:bool
lifecycle_state

[Required] Gets the lifecycle_state of this OnboardingSummary. The current state of the Onboarding.

Returns:The lifecycle_state of this OnboardingSummary.
Return type:str
resource_region

Gets the resource_region of this OnboardingSummary. Associated region

Returns:The resource_region of this OnboardingSummary.
Return type:str
system_tags

Gets the system_tags of this OnboardingSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this OnboardingSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this OnboardingSummary. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this OnboardingSummary.
Return type:datetime
time_updated

Gets the time_updated of this OnboardingSummary. The time this resource was last updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this OnboardingSummary.
Return type:datetime
version

Gets the version of this OnboardingSummary. Version of FAMS the tenant is onboarded to.

Returns:The version of this OnboardingSummary.
Return type:str