FusionEnvironment

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

Bases: object

Description of FusionEnvironment.

Attributes

FUSION_ENVIRONMENT_TYPE_DEVELOPMENT A constant which can be used with the fusion_environment_type property of a FusionEnvironment.
FUSION_ENVIRONMENT_TYPE_PRODUCTION A constant which can be used with the fusion_environment_type property of a FusionEnvironment.
FUSION_ENVIRONMENT_TYPE_TEST A constant which can be used with the fusion_environment_type property of a FusionEnvironment.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a FusionEnvironment.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a FusionEnvironment.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a FusionEnvironment.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a FusionEnvironment.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a FusionEnvironment.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a FusionEnvironment.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a FusionEnvironment.
additional_language_packs Gets the additional_language_packs of this FusionEnvironment.
applied_patch_bundles Gets the applied_patch_bundles of this FusionEnvironment.
compartment_id [Required] Gets the compartment_id of this FusionEnvironment.
defined_tags Gets the defined_tags of this FusionEnvironment.
display_name [Required] Gets the display_name of this FusionEnvironment.
dns_prefix Gets the dns_prefix of this FusionEnvironment.
domain_id Gets the domain_id of this FusionEnvironment.
environment_role Gets the environment_role of this FusionEnvironment.
freeform_tags Gets the freeform_tags of this FusionEnvironment.
fusion_environment_family_id Gets the fusion_environment_family_id of this FusionEnvironment.
fusion_environment_type [Required] Gets the fusion_environment_type of this FusionEnvironment.
id [Required] Gets the id of this FusionEnvironment.
idcs_domain_url Gets the idcs_domain_url of this FusionEnvironment.
is_break_glass_enabled Gets the is_break_glass_enabled of this FusionEnvironment.
kms_key_id Gets the kms_key_id of this FusionEnvironment.
kms_key_info Gets the kms_key_info of this FusionEnvironment.
lifecycle_details Gets the lifecycle_details of this FusionEnvironment.
lifecycle_state [Required] Gets the lifecycle_state of this FusionEnvironment.
lockbox_id Gets the lockbox_id of this FusionEnvironment.
maintenance_policy Gets the maintenance_policy of this FusionEnvironment.
public_url Gets the public_url of this FusionEnvironment.
refresh Gets the refresh of this FusionEnvironment.
rules Gets the rules of this FusionEnvironment.
subscription_ids Gets the subscription_ids of this FusionEnvironment.
system_name Gets the system_name of this FusionEnvironment.
time_created Gets the time_created of this FusionEnvironment.
time_upcoming_maintenance Gets the time_upcoming_maintenance of this FusionEnvironment.
time_updated Gets the time_updated of this FusionEnvironment.
version Gets the version of this FusionEnvironment.

Methods

__init__(**kwargs) Initializes a new FusionEnvironment object with values from keyword arguments.
FUSION_ENVIRONMENT_TYPE_DEVELOPMENT = 'DEVELOPMENT'

A constant which can be used with the fusion_environment_type property of a FusionEnvironment. This constant has a value of “DEVELOPMENT”

FUSION_ENVIRONMENT_TYPE_PRODUCTION = 'PRODUCTION'

A constant which can be used with the fusion_environment_type property of a FusionEnvironment. This constant has a value of “PRODUCTION”

FUSION_ENVIRONMENT_TYPE_TEST = 'TEST'

A constant which can be used with the fusion_environment_type property of a FusionEnvironment. This constant has a value of “TEST”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

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

__init__(**kwargs)

Initializes a new FusionEnvironment 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 FusionEnvironment.
  • display_name (str) – The value to assign to the display_name property of this FusionEnvironment.
  • maintenance_policy (oci.fusion_apps.models.GetMaintenancePolicyDetails) – The value to assign to the maintenance_policy property of this FusionEnvironment.
  • time_upcoming_maintenance (datetime) – The value to assign to the time_upcoming_maintenance property of this FusionEnvironment.
  • compartment_id (str) – The value to assign to the compartment_id property of this FusionEnvironment.
  • fusion_environment_family_id (str) – The value to assign to the fusion_environment_family_id property of this FusionEnvironment.
  • subscription_ids (list[str]) – The value to assign to the subscription_ids property of this FusionEnvironment.
  • fusion_environment_type (str) – The value to assign to the fusion_environment_type property of this FusionEnvironment. Allowed values for this property are: “PRODUCTION”, “TEST”, “DEVELOPMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this FusionEnvironment.
  • kms_key_info (object) – The value to assign to the kms_key_info property of this FusionEnvironment.
  • domain_id (str) – The value to assign to the domain_id property of this FusionEnvironment.
  • idcs_domain_url (str) – The value to assign to the idcs_domain_url property of this FusionEnvironment.
  • applied_patch_bundles (list[str]) – The value to assign to the applied_patch_bundles property of this FusionEnvironment.
  • version (str) – The value to assign to the version property of this FusionEnvironment.
  • public_url (str) – The value to assign to the public_url property of this FusionEnvironment.
  • dns_prefix (str) – The value to assign to the dns_prefix property of this FusionEnvironment.
  • additional_language_packs (list[str]) – The value to assign to the additional_language_packs property of this FusionEnvironment.
  • lockbox_id (str) – The value to assign to the lockbox_id property of this FusionEnvironment.
  • is_break_glass_enabled (bool) – The value to assign to the is_break_glass_enabled property of this FusionEnvironment.
  • refresh (oci.fusion_apps.models.RefreshDetails) – The value to assign to the refresh property of this FusionEnvironment.
  • rules (list[oci.fusion_apps.models.Rule]) – The value to assign to the rules property of this FusionEnvironment.
  • time_created (datetime) – The value to assign to the time_created property of this FusionEnvironment.
  • time_updated (datetime) – The value to assign to the time_updated property of this FusionEnvironment.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FusionEnvironment. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘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 FusionEnvironment.
  • system_name (str) – The value to assign to the system_name property of this FusionEnvironment.
  • environment_role (oci.fusion_apps.models.EnvironmentRole) – The value to assign to the environment_role property of this FusionEnvironment.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FusionEnvironment.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FusionEnvironment.
additional_language_packs

Gets the additional_language_packs of this FusionEnvironment. Language packs

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

Gets the applied_patch_bundles of this FusionEnvironment. Patch bundle names

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

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

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

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

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

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

Gets the dns_prefix of this FusionEnvironment. DNS prefix

Returns:The dns_prefix of this FusionEnvironment.
Return type:str
domain_id

Gets the domain_id of this FusionEnvironment. The IDCS domain created for the fusion instance

Returns:The domain_id of this FusionEnvironment.
Return type:str
environment_role

Gets the environment_role of this FusionEnvironment.

Returns:The environment_role of this FusionEnvironment.
Return type:oci.fusion_apps.models.EnvironmentRole
freeform_tags

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

Gets the fusion_environment_family_id of this FusionEnvironment. FusionEnvironmentFamily Identifier

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

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

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

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

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

Returns:The id of this FusionEnvironment.
Return type:str
idcs_domain_url

Gets the idcs_domain_url of this FusionEnvironment. The IDCS Domain URL

Returns:The idcs_domain_url of this FusionEnvironment.
Return type:str
is_break_glass_enabled

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

Returns:The is_break_glass_enabled of this FusionEnvironment.
Return type:bool
kms_key_id

Gets the kms_key_id of this FusionEnvironment. BYOK key id

Returns:The kms_key_id of this FusionEnvironment.
Return type:str
kms_key_info

Gets the kms_key_info of this FusionEnvironment. BYOK key info

Returns:The kms_key_info of this FusionEnvironment.
Return type:object
lifecycle_details

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

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

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

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

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

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

Gets the maintenance_policy of this FusionEnvironment.

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

Gets the public_url of this FusionEnvironment. Public URL

Returns:The public_url of this FusionEnvironment.
Return type:str
refresh

Gets the refresh of this FusionEnvironment.

Returns:The refresh of this FusionEnvironment.
Return type:oci.fusion_apps.models.RefreshDetails
rules

Gets the rules of this FusionEnvironment. Network Access Control Rules

Returns:The rules of this FusionEnvironment.
Return type:list[oci.fusion_apps.models.Rule]
subscription_ids

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

Returns:The subscription_ids of this FusionEnvironment.
Return type:list[str]
system_name

Gets the system_name of this FusionEnvironment. Environment Specific Guid/ System Name

Returns:The system_name of this FusionEnvironment.
Return type:str
time_created

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

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

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

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

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

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

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

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