PlatformConfigurationSummary¶
- 
class oci.fleet_apps_management.models.PlatformConfigurationSummary(**kwargs)¶
- Bases: - object- Summary of the PlatformConfiguration. - Methods - __init__(**kwargs)- Initializes a new PlatformConfigurationSummary object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this PlatformConfigurationSummary. - config_category_details- Gets the config_category_details of this PlatformConfigurationSummary. - defined_tags- Gets the defined_tags of this PlatformConfigurationSummary. - description- Gets the description of this PlatformConfigurationSummary. - display_name- [Required] Gets the display_name of this PlatformConfigurationSummary. - freeform_tags- Gets the freeform_tags of this PlatformConfigurationSummary. - id- [Required] Gets the id of this PlatformConfigurationSummary. - lifecycle_details- Gets the lifecycle_details of this PlatformConfigurationSummary. - lifecycle_state- [Required] Gets the lifecycle_state of this PlatformConfigurationSummary. - resource_region- [Required] Gets the resource_region of this PlatformConfigurationSummary. - system_tags- Gets the system_tags of this PlatformConfigurationSummary. - time_created- [Required] Gets the time_created of this PlatformConfigurationSummary. - time_updated- Gets the time_updated of this PlatformConfigurationSummary. - type- Gets the type of this PlatformConfigurationSummary. - 
__init__(**kwargs)¶
- Initializes a new PlatformConfigurationSummary 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 PlatformConfigurationSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this PlatformConfigurationSummary.
- display_name (str) – The value to assign to the display_name property of this PlatformConfigurationSummary.
- description (str) – The value to assign to the description property of this PlatformConfigurationSummary.
- time_created (datetime) – The value to assign to the time_created property of this PlatformConfigurationSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this PlatformConfigurationSummary.
- resource_region (str) – The value to assign to the resource_region property of this PlatformConfigurationSummary.
- type (str) – The value to assign to the type property of this PlatformConfigurationSummary.
- config_category_details (oci.fleet_apps_management.models.ConfigCategoryDetails) – The value to assign to the config_category_details property of this PlatformConfigurationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this PlatformConfigurationSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this PlatformConfigurationSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PlatformConfigurationSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PlatformConfigurationSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PlatformConfigurationSummary.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this PlatformConfigurationSummary. Compartment OCID - Returns: - The compartment_id of this PlatformConfigurationSummary. - Return type: - str 
 - 
config_category_details¶
- Gets the config_category_details of this PlatformConfigurationSummary. - Returns: - The config_category_details of this PlatformConfigurationSummary. - Return type: - oci.fleet_apps_management.models.ConfigCategoryDetails 
 - Gets the defined_tags of this PlatformConfigurationSummary. 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 PlatformConfigurationSummary. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this PlatformConfigurationSummary. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information. - Returns: - The description of this PlatformConfigurationSummary. - Return type: - str 
 - 
display_name¶
- [Required] Gets the display_name of this PlatformConfigurationSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Example: My new resource - Returns: - The display_name of this PlatformConfigurationSummary. - Return type: - str 
 - Gets the freeform_tags of this PlatformConfigurationSummary. 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 PlatformConfigurationSummary. - Return type: - dict(str, str) 
 - 
id¶
- [Required] Gets the id of this PlatformConfigurationSummary. The OCID of the resource. - Returns: - The id of this PlatformConfigurationSummary. - Return type: - str 
 - 
lifecycle_details¶
- Gets the lifecycle_details of this PlatformConfigurationSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. - Returns: - The lifecycle_details of this PlatformConfigurationSummary. - Return type: - str 
 - 
lifecycle_state¶
- [Required] Gets the lifecycle_state of this PlatformConfigurationSummary. The current state of the PlatformConfiguration. - Returns: - The lifecycle_state of this PlatformConfigurationSummary. - Return type: - str 
 - 
resource_region¶
- [Required] Gets the resource_region of this PlatformConfigurationSummary. Associated region - Returns: - The resource_region of this PlatformConfigurationSummary. - Return type: - str 
 - Gets the system_tags of this PlatformConfigurationSummary. 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 PlatformConfigurationSummary. - Return type: - dict(str, dict(str, object)) 
 - 
time_created¶
- [Required] Gets the time_created of this PlatformConfigurationSummary. The time this resource was created. An RFC3339 formatted datetime string. - Returns: - The time_created of this PlatformConfigurationSummary. - Return type: - datetime 
 - 
time_updated¶
- Gets the time_updated of this PlatformConfigurationSummary. The time this resource was last updated. An RFC3339 formatted datetime string. - Returns: - The time_updated of this PlatformConfigurationSummary. - Return type: - datetime 
 - 
type¶
- Gets the type of this PlatformConfigurationSummary. The type of the configuration. - Returns: - The type of this PlatformConfigurationSummary. - Return type: - str 
 
-