FusionEnvironmentSummary

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

Bases: object

Summary of the internal FA Environment.

Methods

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

Attributes

additional_language_packs Gets the additional_language_packs of this FusionEnvironmentSummary.
applied_patch_bundles Gets the applied_patch_bundles of this FusionEnvironmentSummary.
compartment_id [Required] Gets the compartment_id of this FusionEnvironmentSummary.
defined_tags Gets the defined_tags of this FusionEnvironmentSummary.
display_name [Required] Gets the display_name of this FusionEnvironmentSummary.
dns_prefix Gets the dns_prefix of this FusionEnvironmentSummary.
freeform_tags Gets the freeform_tags of this FusionEnvironmentSummary.
fusion_environment_family_id Gets the fusion_environment_family_id of this FusionEnvironmentSummary.
fusion_environment_type [Required] Gets the fusion_environment_type of this FusionEnvironmentSummary.
id [Required] Gets the id of this FusionEnvironmentSummary.
is_break_glass_enabled Gets the is_break_glass_enabled of this FusionEnvironmentSummary.
lifecycle_details Gets the lifecycle_details of this FusionEnvironmentSummary.
lifecycle_state [Required] Gets the lifecycle_state of this FusionEnvironmentSummary.
lockbox_id Gets the lockbox_id of this FusionEnvironmentSummary.
maintenance_policy Gets the maintenance_policy of this FusionEnvironmentSummary.
public_url Gets the public_url of this FusionEnvironmentSummary.
subscription_ids Gets the subscription_ids of this FusionEnvironmentSummary.
time_created Gets the time_created of this FusionEnvironmentSummary.
time_upcoming_maintenance Gets the time_upcoming_maintenance of this FusionEnvironmentSummary.
time_updated Gets the time_updated of this FusionEnvironmentSummary.
version Gets the version of this FusionEnvironmentSummary.
__init__(**kwargs)

Initializes a new FusionEnvironmentSummary 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 FusionEnvironmentSummary.
  • display_name (str) – The value to assign to the display_name property of this FusionEnvironmentSummary.
  • time_upcoming_maintenance (datetime) – The value to assign to the time_upcoming_maintenance property of this FusionEnvironmentSummary.
  • maintenance_policy (oci.fusion_apps.models.GetMaintenancePolicyDetails) – The value to assign to the maintenance_policy property of this FusionEnvironmentSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this FusionEnvironmentSummary.
  • fusion_environment_family_id (str) – The value to assign to the fusion_environment_family_id property of this FusionEnvironmentSummary.
  • subscription_ids (list[str]) – The value to assign to the subscription_ids property of this FusionEnvironmentSummary.
  • applied_patch_bundles (list[str]) – The value to assign to the applied_patch_bundles property of this FusionEnvironmentSummary.
  • fusion_environment_type (str) – The value to assign to the fusion_environment_type property of this FusionEnvironmentSummary.
  • version (str) – The value to assign to the version property of this FusionEnvironmentSummary.
  • public_url (str) – The value to assign to the public_url property of this FusionEnvironmentSummary.
  • dns_prefix (str) – The value to assign to the dns_prefix property of this FusionEnvironmentSummary.
  • additional_language_packs (list[str]) – The value to assign to the additional_language_packs property of this FusionEnvironmentSummary.
  • lockbox_id (str) – The value to assign to the lockbox_id property of this FusionEnvironmentSummary.
  • is_break_glass_enabled (bool) – The value to assign to the is_break_glass_enabled property of this FusionEnvironmentSummary.
  • time_created (datetime) – The value to assign to the time_created property of this FusionEnvironmentSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this FusionEnvironmentSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FusionEnvironmentSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this FusionEnvironmentSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FusionEnvironmentSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FusionEnvironmentSummary.
additional_language_packs

Gets the additional_language_packs of this FusionEnvironmentSummary. Language packs

Returns:The additional_language_packs of this FusionEnvironmentSummary.
Return type:list[str]
applied_patch_bundles

Gets the applied_patch_bundles of this FusionEnvironmentSummary. Patch bundle names

Returns:The applied_patch_bundles of this FusionEnvironmentSummary.
Return type:list[str]
compartment_id

[Required] Gets the compartment_id of this FusionEnvironmentSummary. Compartment Identifier

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

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

[Required] Gets the display_name of this FusionEnvironmentSummary. FusionEnvironment Identifier, can be renamed

Returns:The display_name of this FusionEnvironmentSummary.
Return type:str
dns_prefix

Gets the dns_prefix of this FusionEnvironmentSummary. DNS prefix

Returns:The dns_prefix of this FusionEnvironmentSummary.
Return type:str
freeform_tags

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

Gets the fusion_environment_family_id of this FusionEnvironmentSummary. FusionEnvironmentFamily Identifier

Returns:The fusion_environment_family_id of this FusionEnvironmentSummary.
Return type:str
fusion_environment_type

[Required] Gets the fusion_environment_type of this FusionEnvironmentSummary. Type of the FusionEnvironment.

Returns:The fusion_environment_type of this FusionEnvironmentSummary.
Return type:str
id

[Required] Gets the id of this FusionEnvironmentSummary. Unique identifier that is immutable on creation

Returns:The id of this FusionEnvironmentSummary.
Return type:str
is_break_glass_enabled

Gets the is_break_glass_enabled of this FusionEnvironmentSummary. If it’s true, then the Break Glass feature is enabled

Returns:The is_break_glass_enabled of this FusionEnvironmentSummary.
Return type:bool
lifecycle_details

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

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

Returns:The lifecycle_state of this FusionEnvironmentSummary.
Return type:str
lockbox_id

Gets the lockbox_id of this FusionEnvironmentSummary. The lockbox Id of this fusion environment. If there’s no lockbox id, this field will be null

Returns:The lockbox_id of this FusionEnvironmentSummary.
Return type:str
maintenance_policy

Gets the maintenance_policy of this FusionEnvironmentSummary.

Returns:The maintenance_policy of this FusionEnvironmentSummary.
Return type:oci.fusion_apps.models.GetMaintenancePolicyDetails
public_url

Gets the public_url of this FusionEnvironmentSummary. Public URL

Returns:The public_url of this FusionEnvironmentSummary.
Return type:str
subscription_ids

Gets the subscription_ids of this FusionEnvironmentSummary. List of subscription IDs.

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

Gets the time_created of this FusionEnvironmentSummary. The time the the FusionEnvironment was created. An RFC3339 formatted datetime string

Returns:The time_created of this FusionEnvironmentSummary.
Return type:datetime
time_upcoming_maintenance

Gets the time_upcoming_maintenance of this FusionEnvironmentSummary. The next maintenance for this environment

Returns:The time_upcoming_maintenance of this FusionEnvironmentSummary.
Return type:datetime
time_updated

Gets the time_updated of this FusionEnvironmentSummary. The time the FusionEnvironment was updated. An RFC3339 formatted datetime string

Returns:The time_updated of this FusionEnvironmentSummary.
Return type:datetime
version

Gets the version of this FusionEnvironmentSummary. Version of Fusion Apps used by this environment

Returns:The version of this FusionEnvironmentSummary.
Return type:str