a Of-@s8ddlmZmZmZddlmZeGdddeZdS))formatted_flat_dict NONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc@seZdZdZddZeddZejddZeddZejd dZed d Z e jd d Z ed dZ e jddZ eddZ e jddZ eddZ e jddZ eddZ e jddZ eddZejddZeddZejddZdd Zd!d"Zd#d$Zd%S)&CreateStackDetailsz' Creation details for a stack. c Ksndddddddddd |_ddd d d d d ddd |_d|_d|_d|_d|_d|_d|_d|_d|_ d|_ dS)a Initializes a new CreateStackDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateStackDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateStackDetails. :type display_name: str :param description: The value to assign to the description property of this CreateStackDetails. :type description: str :param config_source: The value to assign to the config_source property of this CreateStackDetails. :type config_source: oci.resource_manager.models.CreateConfigSourceDetails :param custom_terraform_provider: The value to assign to the custom_terraform_provider property of this CreateStackDetails. :type custom_terraform_provider: oci.resource_manager.models.CustomTerraformProvider :param variables: The value to assign to the variables property of this CreateStackDetails. :type variables: dict(str, str) :param terraform_version: The value to assign to the terraform_version property of this CreateStackDetails. :type terraform_version: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateStackDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateStackDetails. :type defined_tags: dict(str, dict(str, object)) strCreateConfigSourceDetailsCustomTerraformProviderzdict(str, str)zdict(str, dict(str, object))) compartment_id display_name description config_sourcecustom_terraform_provider variablesterraform_version freeform_tags defined_tags compartmentId displayNamer configSourcecustomTerraformProviderrterraformVersion freeformTags definedTagsN) swagger_types attribute_map_compartment_id _display_name _description_config_source_custom_terraform_provider _variables_terraform_version_freeform_tags _defined_tags)selfkwargsr'/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/create_stack_details.py__init__s:+  zCreateStackDetails.__init__cCs|jS)aV **[Required]** Gets the compartment_id of this CreateStackDetails. Unique identifier (`OCID`__) of the compartment in which the stack resides. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateStackDetails. :rtype: str rr%r'r'r(r \s z!CreateStackDetails.compartment_idcCs ||_dS)aT Sets the compartment_id of this CreateStackDetails. Unique identifier (`OCID`__) of the compartment in which the stack resides. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateStackDetails. :type: str Nr*)r%r r'r'r(r js cCs|jS)z Gets the display_name of this CreateStackDetails. The stack's display name. :return: The display_name of this CreateStackDetails. :rtype: str rr+r'r'r(r xs zCreateStackDetails.display_namecCs ||_dS)z Sets the display_name of this CreateStackDetails. The stack's display name. :param display_name: The display_name of this CreateStackDetails. :type: str Nr,)r%r r'r'r(r s cCs|jS)z Gets the description of this CreateStackDetails. Description of the stack. :return: The description of this CreateStackDetails. :rtype: str rr+r'r'r(r s zCreateStackDetails.descriptioncCs ||_dS)z Sets the description of this CreateStackDetails. Description of the stack. :param description: The description of this CreateStackDetails. :type: str Nr-)r%r r'r'r(r s cCs|jS)z **[Required]** Gets the config_source of this CreateStackDetails. :return: The config_source of this CreateStackDetails. :rtype: oci.resource_manager.models.CreateConfigSourceDetails rr+r'r'r(r sz CreateStackDetails.config_sourcecCs ||_dS)z Sets the config_source of this CreateStackDetails. :param config_source: The config_source of this CreateStackDetails. :type: oci.resource_manager.models.CreateConfigSourceDetails Nr.)r%r r'r'r(r scCs|jS)z Gets the custom_terraform_provider of this CreateStackDetails. :return: The custom_terraform_provider of this CreateStackDetails. :rtype: oci.resource_manager.models.CustomTerraformProvider r r+r'r'r(rsz,CreateStackDetails.custom_terraform_providercCs ||_dS)z Sets the custom_terraform_provider of this CreateStackDetails. :param custom_terraform_provider: The custom_terraform_provider of this CreateStackDetails. :type: oci.resource_manager.models.CustomTerraformProvider Nr/)r%rr'r'r(rscCs|jS)a Gets the variables of this CreateStackDetails. Terraform variables associated with this resource. Maximum number of variables supported is 250. The maximum size of each variable, including both name and value, is 8192 bytes. Example: `{"CompartmentId": "compartment-id-value"}` :return: The variables of this CreateStackDetails. :rtype: dict(str, str) r!r+r'r'r(rs zCreateStackDetails.variablescCs ||_dS)a Sets the variables of this CreateStackDetails. Terraform variables associated with this resource. Maximum number of variables supported is 250. The maximum size of each variable, including both name and value, is 8192 bytes. Example: `{"CompartmentId": "compartment-id-value"}` :param variables: The variables of this CreateStackDetails. :type: dict(str, str) Nr0)r%rr'r'r(rs cCs|jS)z Gets the terraform_version of this CreateStackDetails. The version of Terraform to use with the stack. Example: `0.12.x` :return: The terraform_version of this CreateStackDetails. :rtype: str r"r+r'r'r(rs z$CreateStackDetails.terraform_versioncCs ||_dS)z Sets the terraform_version of this CreateStackDetails. The version of Terraform to use with the stack. Example: `0.12.x` :param terraform_version: The terraform_version of this CreateStackDetails. :type: str Nr1)r%rr'r'r(rs cCs|jS)a Gets the freeform_tags of this CreateStackDetails. Free-form tags associated with this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this CreateStackDetails. :rtype: dict(str, str) r#r+r'r'r(rsz CreateStackDetails.freeform_tagscCs ||_dS)a Sets the freeform_tags of this CreateStackDetails. Free-form tags associated with this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this CreateStackDetails. :type: dict(str, str) Nr2)r%rr'r'r(rscCs|jS)a Gets the defined_tags of this CreateStackDetails. Defined tags associated with this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateStackDetails. :rtype: dict(str, dict(str, object)) r$r+r'r'r(r&szCreateStackDetails.defined_tagscCs ||_dS)a Sets the defined_tags of this CreateStackDetails. Defined tags associated with this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this CreateStackDetails. :type: dict(str, dict(str, object)) Nr3)r%rr'r'r(r6scCst|SN)rr+r'r'r(__repr__FszCreateStackDetails.__repr__cCs|dur dS|j|jkS)NF)__dict__r%otherr'r'r(__eq__IszCreateStackDetails.__eq__cCs ||k Sr4r'r7r'r'r(__ne__OszCreateStackDetails.__ne__N)__name__ __module__ __qualname____doc__r)propertyr setterr r r rrrrrr5r9r:r'r'r'r(r sRL                  rN)oci.utilrrroci.decoratorsrobjectrr'r'r'r(s