PropertySummary

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

Bases: object

Summary of the Property.

Attributes

SCOPE_PLATFORM_CONFIG A constant which can be used with the scope property of a PropertySummary.
SCOPE_TAXONOMY A constant which can be used with the scope property of a PropertySummary.
SELECTION_DEFAULT_TEXT A constant which can be used with the selection property of a PropertySummary.
SELECTION_MULTI_CHOICE A constant which can be used with the selection property of a PropertySummary.
SELECTION_SINGLE_CHOICE A constant which can be used with the selection property of a PropertySummary.
VALUE_TYPE_NUMERIC A constant which can be used with the value_type property of a PropertySummary.
VALUE_TYPE_STRING A constant which can be used with the value_type property of a PropertySummary.
compartment_id [Required] Gets the compartment_id of this PropertySummary.
defined_tags Gets the defined_tags of this PropertySummary.
display_name [Required] Gets the display_name of this PropertySummary.
freeform_tags Gets the freeform_tags of this PropertySummary.
id [Required] Gets the id of this PropertySummary.
lifecycle_details Gets the lifecycle_details of this PropertySummary.
lifecycle_state [Required] Gets the lifecycle_state of this PropertySummary.
resource_region [Required] Gets the resource_region of this PropertySummary.
scope Gets the scope of this PropertySummary.
selection Gets the selection of this PropertySummary.
system_tags Gets the system_tags of this PropertySummary.
time_created [Required] Gets the time_created of this PropertySummary.
time_updated Gets the time_updated of this PropertySummary.
type Gets the type of this PropertySummary.
value_type Gets the value_type of this PropertySummary.
values Gets the values of this PropertySummary.

Methods

__init__(**kwargs) Initializes a new PropertySummary object with values from keyword arguments.
SCOPE_PLATFORM_CONFIG = 'PLATFORM_CONFIG'

A constant which can be used with the scope property of a PropertySummary. This constant has a value of “PLATFORM_CONFIG”

SCOPE_TAXONOMY = 'TAXONOMY'

A constant which can be used with the scope property of a PropertySummary. This constant has a value of “TAXONOMY”

SELECTION_DEFAULT_TEXT = 'DEFAULT_TEXT'

A constant which can be used with the selection property of a PropertySummary. This constant has a value of “DEFAULT_TEXT”

SELECTION_MULTI_CHOICE = 'MULTI_CHOICE'

A constant which can be used with the selection property of a PropertySummary. This constant has a value of “MULTI_CHOICE”

SELECTION_SINGLE_CHOICE = 'SINGLE_CHOICE'

A constant which can be used with the selection property of a PropertySummary. This constant has a value of “SINGLE_CHOICE”

VALUE_TYPE_NUMERIC = 'NUMERIC'

A constant which can be used with the value_type property of a PropertySummary. This constant has a value of “NUMERIC”

VALUE_TYPE_STRING = 'STRING'

A constant which can be used with the value_type property of a PropertySummary. This constant has a value of “STRING”

__init__(**kwargs)

Initializes a new PropertySummary 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 PropertySummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this PropertySummary.
  • display_name (str) – The value to assign to the display_name property of this PropertySummary.
  • time_created (datetime) – The value to assign to the time_created property of this PropertySummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this PropertySummary.
  • resource_region (str) – The value to assign to the resource_region property of this PropertySummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this PropertySummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this PropertySummary.
  • selection (str) – The value to assign to the selection property of this PropertySummary. Allowed values for this property are: “SINGLE_CHOICE”, “MULTI_CHOICE”, “DEFAULT_TEXT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • value_type (str) – The value to assign to the value_type property of this PropertySummary. Allowed values for this property are: “STRING”, “NUMERIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • values (list[str]) – The value to assign to the values property of this PropertySummary.
  • scope (str) – The value to assign to the scope property of this PropertySummary. Allowed values for this property are: “TAXONOMY”, “PLATFORM_CONFIG”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • type (str) – The value to assign to the type property of this PropertySummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PropertySummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PropertySummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PropertySummary.
compartment_id

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

Returns:The compartment_id of this PropertySummary.
Return type:str
defined_tags

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

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

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

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

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

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

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

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

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

Returns:The resource_region of this PropertySummary.
Return type:str
scope

Gets the scope of this PropertySummary. The scope of the property

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

Returns:The scope of this PropertySummary.
Return type:str
selection

Gets the selection of this PropertySummary. Text selection of the category

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

Returns:The selection of this PropertySummary.
Return type:str
system_tags

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

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

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

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

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

Gets the type of this PropertySummary. The type of the property.

Returns:The type of this PropertySummary.
Return type:str
value_type

Gets the value_type of this PropertySummary. Format of the value

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

Returns:The value_type of this PropertySummary.
Return type:str
values

Gets the values of this PropertySummary. Values of the property (must be a single value if selection = ‘single choice’)

Returns:The values of this PropertySummary.
Return type:list[str]