UpdateTemplateZipUploadConfigSourceDetails¶
-
class
oci.resource_manager.models.
UpdateTemplateZipUploadConfigSourceDetails
(**kwargs)¶ Bases:
oci.resource_manager.models.update_template_config_source_details.UpdateTemplateConfigSourceDetails
Update details for a configuration zip file.
Methods
__init__
(**kwargs)Initializes a new UpdateTemplateZipUploadConfigSourceDetails 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 UpdateTemplateConfigSourceDetails. zip_file_base64_encoded
Gets the zip_file_base64_encoded of this UpdateTemplateZipUploadConfigSourceDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateTemplateZipUploadConfigSourceDetails 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 UpdateTemplateZipUploadConfigSourceDetails.
- zip_file_base64_encoded (str) – The value to assign to the zip_file_base64_encoded property of this UpdateTemplateZipUploadConfigSourceDetails.
-
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 UpdateTemplateConfigSourceDetails. Specifies the configSourceType for uploading the Terraform configuration.
Returns: The template_config_source_type of this UpdateTemplateConfigSourceDetails. Return type: str
-
zip_file_base64_encoded
¶ Gets the zip_file_base64_encoded of this UpdateTemplateZipUploadConfigSourceDetails.
Returns: The zip_file_base64_encoded of this UpdateTemplateZipUploadConfigSourceDetails. Return type: str
-