CreateFusionEnvironmentDetails

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

Bases: object

The configuration details of the FusionEnvironment. For more information about these fields, see Managing Environments.

Methods

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

Attributes

additional_language_packs Gets the additional_language_packs of this CreateFusionEnvironmentDetails.
compartment_id [Required] Gets the compartment_id of this CreateFusionEnvironmentDetails.
create_fusion_environment_admin_user_details [Required] Gets the create_fusion_environment_admin_user_details of this CreateFusionEnvironmentDetails.
defined_tags Gets the defined_tags of this CreateFusionEnvironmentDetails.
display_name [Required] Gets the display_name of this CreateFusionEnvironmentDetails.
dns_prefix Gets the dns_prefix of this CreateFusionEnvironmentDetails.
freeform_tags Gets the freeform_tags of this CreateFusionEnvironmentDetails.
fusion_environment_family_id [Required] Gets the fusion_environment_family_id of this CreateFusionEnvironmentDetails.
fusion_environment_type [Required] Gets the fusion_environment_type of this CreateFusionEnvironmentDetails.
kms_key_id Gets the kms_key_id of this CreateFusionEnvironmentDetails.
maintenance_policy Gets the maintenance_policy of this CreateFusionEnvironmentDetails.
rules Gets the rules of this CreateFusionEnvironmentDetails.
__init__(**kwargs)

Initializes a new CreateFusionEnvironmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateFusionEnvironmentDetails.
  • maintenance_policy (oci.fusion_apps.models.MaintenancePolicy) – The value to assign to the maintenance_policy property of this CreateFusionEnvironmentDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateFusionEnvironmentDetails.
  • fusion_environment_family_id (str) – The value to assign to the fusion_environment_family_id property of this CreateFusionEnvironmentDetails.
  • fusion_environment_type (str) – The value to assign to the fusion_environment_type property of this CreateFusionEnvironmentDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CreateFusionEnvironmentDetails.
  • dns_prefix (str) – The value to assign to the dns_prefix property of this CreateFusionEnvironmentDetails.
  • additional_language_packs (list[str]) – The value to assign to the additional_language_packs property of this CreateFusionEnvironmentDetails.
  • rules (list[oci.fusion_apps.models.Rule]) – The value to assign to the rules property of this CreateFusionEnvironmentDetails.
  • create_fusion_environment_admin_user_details (oci.fusion_apps.models.CreateFusionEnvironmentAdminUserDetails) – The value to assign to the create_fusion_environment_admin_user_details property of this CreateFusionEnvironmentDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateFusionEnvironmentDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateFusionEnvironmentDetails.
additional_language_packs

Gets the additional_language_packs of this CreateFusionEnvironmentDetails. Language packs.

Returns:The additional_language_packs of this CreateFusionEnvironmentDetails.
Return type:list[str]
compartment_id

[Required] Gets the compartment_id of this CreateFusionEnvironmentDetails. The unique identifier (OCID) of the compartment where the Fusion Environment is located.

Returns:The compartment_id of this CreateFusionEnvironmentDetails.
Return type:str
create_fusion_environment_admin_user_details

[Required] Gets the create_fusion_environment_admin_user_details of this CreateFusionEnvironmentDetails.

Returns:The create_fusion_environment_admin_user_details of this CreateFusionEnvironmentDetails.
Return type:oci.fusion_apps.models.CreateFusionEnvironmentAdminUserDetails
defined_tags

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

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

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

Gets the dns_prefix of this CreateFusionEnvironmentDetails. DNS prefix.

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

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

[Required] Gets the fusion_environment_family_id of this CreateFusionEnvironmentDetails. The unique identifier (OCID) of the Fusion Environment Family that the Fusion Environment belongs to.

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

[Required] Gets the fusion_environment_type of this CreateFusionEnvironmentDetails. The type of environment. Valid values are Production, Test, or Development.

Returns:The fusion_environment_type of this CreateFusionEnvironmentDetails.
Return type:str
kms_key_id

Gets the kms_key_id of this CreateFusionEnvironmentDetails. byok kms keyId

Returns:The kms_key_id of this CreateFusionEnvironmentDetails.
Return type:str
maintenance_policy

Gets the maintenance_policy of this CreateFusionEnvironmentDetails.

Returns:The maintenance_policy of this CreateFusionEnvironmentDetails.
Return type:oci.fusion_apps.models.MaintenancePolicy
rules

Gets the rules of this CreateFusionEnvironmentDetails. Rules.

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