PlatformConfiguration

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

Bases: object

Fleet Application Management Platform Configuration .

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a PlatformConfiguration.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a PlatformConfiguration.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a PlatformConfiguration.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a PlatformConfiguration.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a PlatformConfiguration.
TYPE_ORACLE_DEFINED A constant which can be used with the type property of a PlatformConfiguration.
TYPE_USER_DEFINED A constant which can be used with the type property of a PlatformConfiguration.
compartment_id [Required] Gets the compartment_id of this PlatformConfiguration.
config_category_details Gets the config_category_details of this PlatformConfiguration.
defined_tags Gets the defined_tags of this PlatformConfiguration.
description Gets the description of this PlatformConfiguration.
display_name [Required] Gets the display_name of this PlatformConfiguration.
freeform_tags Gets the freeform_tags of this PlatformConfiguration.
id [Required] Gets the id of this PlatformConfiguration.
lifecycle_details Gets the lifecycle_details of this PlatformConfiguration.
lifecycle_state [Required] Gets the lifecycle_state of this PlatformConfiguration.
resource_region [Required] Gets the resource_region of this PlatformConfiguration.
system_tags Gets the system_tags of this PlatformConfiguration.
time_created [Required] Gets the time_created of this PlatformConfiguration.
time_updated Gets the time_updated of this PlatformConfiguration.
type Gets the type of this PlatformConfiguration.

Methods

__init__(**kwargs) Initializes a new PlatformConfiguration object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a PlatformConfiguration. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a PlatformConfiguration. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a PlatformConfiguration. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a PlatformConfiguration. This constant has a value of “FAILED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a PlatformConfiguration. This constant has a value of “UPDATING”

TYPE_ORACLE_DEFINED = 'ORACLE_DEFINED'

A constant which can be used with the type property of a PlatformConfiguration. This constant has a value of “ORACLE_DEFINED”

TYPE_USER_DEFINED = 'USER_DEFINED'

A constant which can be used with the type property of a PlatformConfiguration. This constant has a value of “USER_DEFINED”

__init__(**kwargs)

Initializes a new PlatformConfiguration 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 PlatformConfiguration.
  • compartment_id (str) – The value to assign to the compartment_id property of this PlatformConfiguration.
  • display_name (str) – The value to assign to the display_name property of this PlatformConfiguration.
  • description (str) – The value to assign to the description property of this PlatformConfiguration.
  • time_created (datetime) – The value to assign to the time_created property of this PlatformConfiguration.
  • time_updated (datetime) – The value to assign to the time_updated property of this PlatformConfiguration.
  • resource_region (str) – The value to assign to the resource_region property of this PlatformConfiguration.
  • type (str) – The value to assign to the type property of this PlatformConfiguration. Allowed values for this property are: “USER_DEFINED”, “ORACLE_DEFINED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • config_category_details (oci.fleet_apps_management.models.ConfigCategoryDetails) – The value to assign to the config_category_details property of this PlatformConfiguration.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this PlatformConfiguration. Allowed values for this property are: “ACTIVE”, “DELETED”, “FAILED”, “DELETING”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this PlatformConfiguration.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PlatformConfiguration.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PlatformConfiguration.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PlatformConfiguration.
compartment_id

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

Returns:The compartment_id of this PlatformConfiguration.
Return type:str
config_category_details

Gets the config_category_details of this PlatformConfiguration.

Returns:The config_category_details of this PlatformConfiguration.
Return type:oci.fleet_apps_management.models.ConfigCategoryDetails
defined_tags

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

Gets the description of this PlatformConfiguration. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.

Returns:The description of this PlatformConfiguration.
Return type:str
display_name

[Required] Gets the display_name of this PlatformConfiguration. 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 PlatformConfiguration.
Return type:str
freeform_tags

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

[Required] Gets the id of this PlatformConfiguration. The OCID of the resource.

Returns:The id of this PlatformConfiguration.
Return type:str
lifecycle_details

Gets the lifecycle_details of this PlatformConfiguration. 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 PlatformConfiguration.
Return type:str
lifecycle_state

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

Allowed values for this property are: “ACTIVE”, “DELETED”, “FAILED”, “DELETING”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

[Required] Gets the resource_region of this PlatformConfiguration. Associated region

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

Gets the system_tags of this PlatformConfiguration. 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 PlatformConfiguration.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this PlatformConfiguration. The time this resource was created. An RFC3339 formatted datetime string.

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

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

Returns:The time_updated of this PlatformConfiguration.
Return type:datetime
type

Gets the type of this PlatformConfiguration. The type of the configuration.

Allowed values for this property are: “USER_DEFINED”, “ORACLE_DEFINED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this PlatformConfiguration.
Return type:str