CreateTemplateZipUploadConfigSourceDetails¶
-
class
oci.resource_manager.models.
CreateTemplateZipUploadConfigSourceDetails
(**kwargs)¶ Bases:
oci.resource_manager.models.create_template_config_source_details.CreateTemplateConfigSourceDetails
Creation details for a zip file used for a template.
Methods
__init__
(**kwargs)Initializes a new CreateTemplateZipUploadConfigSourceDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
template_config_source_type
[Required] Gets the template_config_source_type of this CreateTemplateConfigSourceDetails. zip_file_base64_encoded
[Required] Gets the zip_file_base64_encoded of this CreateTemplateZipUploadConfigSourceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateTemplateZipUploadConfigSourceDetails object with values from keyword arguments. The default value of the
template_config_source_type
attribute of this class isZIP_UPLOAD
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - template_config_source_type (str) – The value to assign to the template_config_source_type property of this CreateTemplateZipUploadConfigSourceDetails.
- zip_file_base64_encoded (str) – The value to assign to the zip_file_base64_encoded property of this CreateTemplateZipUploadConfigSourceDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
template_config_source_type
¶ [Required] Gets the template_config_source_type of this CreateTemplateConfigSourceDetails. Specifies the configSourceType for uploading the Terraform configuration.
Returns: The template_config_source_type of this CreateTemplateConfigSourceDetails. Return type: str
-
zip_file_base64_encoded
¶ [Required] Gets the zip_file_base64_encoded of this CreateTemplateZipUploadConfigSourceDetails.
Returns: The zip_file_base64_encoded of this CreateTemplateZipUploadConfigSourceDetails. Return type: str
-