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. is_i_pv6_dual_stack_enabled
Gets the is_i_pv6_dual_stack_enabled 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.
- is_i_pv6_dual_stack_enabled (bool) – The value to assign to the is_i_pv6_dual_stack_enabled 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
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
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
-
is_i_pv6_dual_stack_enabled
¶ Gets the is_i_pv6_dual_stack_enabled of this CreateFusionEnvironmentDetails. Enable IPv4/IPv6 dual stack support for the environment. Setting to true will assign an IPv6 address to the environment in addition to an IPv4 address. Default value will be false if not set
Returns: The is_i_pv6_dual_stack_enabled of this CreateFusionEnvironmentDetails. Return type: bool
-
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]
-