UpdateFusionEnvironmentDetails

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

Bases: object

The information to be updated.

Methods

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

Attributes

additional_language_packs Gets the additional_language_packs of this UpdateFusionEnvironmentDetails.
defined_tags Gets the defined_tags of this UpdateFusionEnvironmentDetails.
display_name Gets the display_name of this UpdateFusionEnvironmentDetails.
freeform_tags Gets the freeform_tags of this UpdateFusionEnvironmentDetails.
kms_key_id Gets the kms_key_id of this UpdateFusionEnvironmentDetails.
maintenance_policy Gets the maintenance_policy of this UpdateFusionEnvironmentDetails.
rules Gets the rules of this UpdateFusionEnvironmentDetails.
__init__(**kwargs)

Initializes a new UpdateFusionEnvironmentDetails 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 UpdateFusionEnvironmentDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this UpdateFusionEnvironmentDetails.
  • maintenance_policy (oci.fusion_apps.models.MaintenancePolicy) – The value to assign to the maintenance_policy property of this UpdateFusionEnvironmentDetails.
  • additional_language_packs (list[str]) – The value to assign to the additional_language_packs property of this UpdateFusionEnvironmentDetails.
  • rules (list[oci.fusion_apps.models.Rule]) – The value to assign to the rules property of this UpdateFusionEnvironmentDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateFusionEnvironmentDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateFusionEnvironmentDetails.
additional_language_packs

Gets the additional_language_packs of this UpdateFusionEnvironmentDetails. Language packs

Returns:The additional_language_packs of this UpdateFusionEnvironmentDetails.
Return type:list[str]
defined_tags

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

Gets the display_name of this UpdateFusionEnvironmentDetails. FusionEnvironment Identifier, can be renamed

Returns:The display_name of this UpdateFusionEnvironmentDetails.
Return type:str
freeform_tags

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

Gets the kms_key_id of this UpdateFusionEnvironmentDetails. byok kms keyId

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

Gets the maintenance_policy of this UpdateFusionEnvironmentDetails.

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

Gets the rules of this UpdateFusionEnvironmentDetails. Network access control rules to limit internet traffic that can access the environment. For more information, see allow_rule().

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