OnboardingSummary¶
-
class
oci.fleet_apps_management.models.
OnboardingSummary
(**kwargs)¶ Bases:
object
Summary of the Fleet Application Management Onboarding.
Methods
__init__
(**kwargs)Initializes a new OnboardingSummary object with values from keyword arguments. Attributes
applied_policies
Gets the applied_policies of this OnboardingSummary. compartment_id
[Required] Gets the compartment_id of this OnboardingSummary. discovery_frequency
Gets the discovery_frequency 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.
- applied_policies (oci.fleet_apps_management.models.OnboardingPolicySummary) – The value to assign to the applied_policies property of this OnboardingSummary.
- discovery_frequency (str) – The value to assign to the discovery_frequency 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.
-
applied_policies
¶ Gets the applied_policies of this OnboardingSummary.
Returns: The applied_policies of this OnboardingSummary. Return type: oci.fleet_apps_management.models.OnboardingPolicySummary
-
compartment_id
¶ [Required] Gets the compartment_id of this OnboardingSummary. Tenancy OCID
Returns: The compartment_id of this OnboardingSummary. Return type: str
-
discovery_frequency
¶ Gets the discovery_frequency of this OnboardingSummary. Provide discovery frequency.
Returns: The discovery_frequency 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 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 OnboardingSummary. Return type: bool
-
is_fams_tag_enabled
¶ Gets the is_fams_tag_enabled of this OnboardingSummary. 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 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
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. The version of Fleet Application Management that the tenant is onboarded to.
Returns: The version of this OnboardingSummary. Return type: str
-