CreateFusionEnvironmentFamilyDetails¶
-
class
oci.fusion_apps.models.
CreateFusionEnvironmentFamilyDetails
(**kwargs)¶ Bases:
object
The information about new FusionEnvironmentFamily.
Methods
__init__
(**kwargs)Initializes a new CreateFusionEnvironmentFamilyDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateFusionEnvironmentFamilyDetails. defined_tags
Gets the defined_tags of this CreateFusionEnvironmentFamilyDetails. display_name
[Required] Gets the display_name of this CreateFusionEnvironmentFamilyDetails. family_maintenance_policy
Gets the family_maintenance_policy of this CreateFusionEnvironmentFamilyDetails. freeform_tags
Gets the freeform_tags of this CreateFusionEnvironmentFamilyDetails. subscription_ids
[Required] Gets the subscription_ids of this CreateFusionEnvironmentFamilyDetails. -
__init__
(**kwargs)¶ Initializes a new CreateFusionEnvironmentFamilyDetails 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 CreateFusionEnvironmentFamilyDetails.
- family_maintenance_policy (oci.fusion_apps.models.FamilyMaintenancePolicy) – The value to assign to the family_maintenance_policy property of this CreateFusionEnvironmentFamilyDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateFusionEnvironmentFamilyDetails.
- subscription_ids (list[str]) – The value to assign to the subscription_ids property of this CreateFusionEnvironmentFamilyDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateFusionEnvironmentFamilyDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateFusionEnvironmentFamilyDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateFusionEnvironmentFamilyDetails. The OCID of the compartment where the environment family is located.
Returns: The compartment_id of this CreateFusionEnvironmentFamilyDetails. Return type: str
Gets the defined_tags of this CreateFusionEnvironmentFamilyDetails. 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 CreateFusionEnvironmentFamilyDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateFusionEnvironmentFamilyDetails. 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 CreateFusionEnvironmentFamilyDetails. Return type: str
-
family_maintenance_policy
¶ Gets the family_maintenance_policy of this CreateFusionEnvironmentFamilyDetails.
Returns: The family_maintenance_policy of this CreateFusionEnvironmentFamilyDetails. Return type: oci.fusion_apps.models.FamilyMaintenancePolicy
Gets the freeform_tags of this CreateFusionEnvironmentFamilyDetails. 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 CreateFusionEnvironmentFamilyDetails. Return type: dict(str, str)
-
subscription_ids
¶ [Required] Gets the subscription_ids of this CreateFusionEnvironmentFamilyDetails. The list of the IDs of the applications subscriptions that are associated with the environment family.
Returns: The subscription_ids of this CreateFusionEnvironmentFamilyDetails. Return type: list[str]
-