FusionEnvironmentFamilySummary

class oci.fusion_apps.models.FusionEnvironmentFamilySummary(**kwargs)

Bases: object

Summary information for a Fusion environment family.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this FusionEnvironmentFamilySummary.
defined_tags Gets the defined_tags of this FusionEnvironmentFamilySummary.
display_name [Required] Gets the display_name of this FusionEnvironmentFamilySummary.
family_maintenance_policy Gets the family_maintenance_policy of this FusionEnvironmentFamilySummary.
freeform_tags Gets the freeform_tags of this FusionEnvironmentFamilySummary.
id [Required] Gets the id of this FusionEnvironmentFamilySummary.
is_subscription_update_needed Gets the is_subscription_update_needed of this FusionEnvironmentFamilySummary.
lifecycle_details Gets the lifecycle_details of this FusionEnvironmentFamilySummary.
lifecycle_state [Required] Gets the lifecycle_state of this FusionEnvironmentFamilySummary.
subscription_ids [Required] Gets the subscription_ids of this FusionEnvironmentFamilySummary.
time_created Gets the time_created of this FusionEnvironmentFamilySummary.
time_updated Gets the time_updated of this FusionEnvironmentFamilySummary.
__init__(**kwargs)

Initializes a new FusionEnvironmentFamilySummary 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 FusionEnvironmentFamilySummary.
  • display_name (str) – The value to assign to the display_name property of this FusionEnvironmentFamilySummary.
  • family_maintenance_policy (oci.fusion_apps.models.FamilyMaintenancePolicy) – The value to assign to the family_maintenance_policy property of this FusionEnvironmentFamilySummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this FusionEnvironmentFamilySummary.
  • subscription_ids (list[str]) – The value to assign to the subscription_ids property of this FusionEnvironmentFamilySummary.
  • is_subscription_update_needed (bool) – The value to assign to the is_subscription_update_needed property of this FusionEnvironmentFamilySummary.
  • time_created (datetime) – The value to assign to the time_created property of this FusionEnvironmentFamilySummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this FusionEnvironmentFamilySummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FusionEnvironmentFamilySummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this FusionEnvironmentFamilySummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FusionEnvironmentFamilySummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FusionEnvironmentFamilySummary.
compartment_id

[Required] Gets the compartment_id of this FusionEnvironmentFamilySummary. The OCID of the compartment where the environment family is located.

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

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

[Required] Gets the display_name of this FusionEnvironmentFamilySummary. A friendly name for the environment family. The name must contain only letters, numbers, dashes, and underscores. Can be changed later.

Returns:The display_name of this FusionEnvironmentFamilySummary.
Return type:str
family_maintenance_policy

Gets the family_maintenance_policy of this FusionEnvironmentFamilySummary.

Returns:The family_maintenance_policy of this FusionEnvironmentFamilySummary.
Return type:oci.fusion_apps.models.FamilyMaintenancePolicy
freeform_tags

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

[Required] Gets the id of this FusionEnvironmentFamilySummary. The unique identifier (OCID) of the environment family. Can’t be changed after creation.

Returns:The id of this FusionEnvironmentFamilySummary.
Return type:str
is_subscription_update_needed

Gets the is_subscription_update_needed of this FusionEnvironmentFamilySummary. When set to True, a subscription update is required for the environment family.

Returns:The is_subscription_update_needed of this FusionEnvironmentFamilySummary.
Return type:bool
lifecycle_details

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

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

Returns:The lifecycle_state of this FusionEnvironmentFamilySummary.
Return type:str
subscription_ids

[Required] Gets the subscription_ids of this FusionEnvironmentFamilySummary. The list of the IDs of the applications subscriptions that are associated with the environment family.

Returns:The subscription_ids of this FusionEnvironmentFamilySummary.
Return type:list[str]
time_created

Gets the time_created of this FusionEnvironmentFamilySummary. The time the the FusionEnvironmentFamily was created. An RFC3339 formatted datetime string.

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

Gets the time_updated of this FusionEnvironmentFamilySummary. The time the FusionEnvironmentFamily was updated. An RFC3339 formatted datetime string.

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