UpdateFusionEnvironmentFamilyDetails¶
-
class
oci.fusion_apps.models.
UpdateFusionEnvironmentFamilyDetails
(**kwargs)¶ Bases:
object
The details of the Fusion environment family to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateFusionEnvironmentFamilyDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateFusionEnvironmentFamilyDetails. display_name
Gets the display_name of this UpdateFusionEnvironmentFamilyDetails. family_maintenance_policy
Gets the family_maintenance_policy of this UpdateFusionEnvironmentFamilyDetails. freeform_tags
Gets the freeform_tags of this UpdateFusionEnvironmentFamilyDetails. subscription_ids
Gets the subscription_ids of this UpdateFusionEnvironmentFamilyDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateFusionEnvironmentFamilyDetails 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 UpdateFusionEnvironmentFamilyDetails.
- family_maintenance_policy (oci.fusion_apps.models.UpdateFamilyMaintenancePolicyDetails) – The value to assign to the family_maintenance_policy property of this UpdateFusionEnvironmentFamilyDetails.
- subscription_ids (list[str]) – The value to assign to the subscription_ids property of this UpdateFusionEnvironmentFamilyDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateFusionEnvironmentFamilyDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateFusionEnvironmentFamilyDetails.
Gets the defined_tags of this UpdateFusionEnvironmentFamilyDetails. 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 UpdateFusionEnvironmentFamilyDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateFusionEnvironmentFamilyDetails. A friendly name for the environment family. The name must contain only letters, numbers, dashes, and underscores. Can be changed later.
Returns: The display_name of this UpdateFusionEnvironmentFamilyDetails. Return type: str
-
family_maintenance_policy
¶ Gets the family_maintenance_policy of this UpdateFusionEnvironmentFamilyDetails.
Returns: The family_maintenance_policy of this UpdateFusionEnvironmentFamilyDetails. Return type: oci.fusion_apps.models.UpdateFamilyMaintenancePolicyDetails
Gets the freeform_tags of this UpdateFusionEnvironmentFamilyDetails. 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 UpdateFusionEnvironmentFamilyDetails. Return type: dict(str, str)
-
subscription_ids
¶ Gets the subscription_ids of this UpdateFusionEnvironmentFamilyDetails. The list of the IDs of the applications subscriptions that are associated with the environment family.
Returns: The subscription_ids of this UpdateFusionEnvironmentFamilyDetails. Return type: list[str]
-