TemplateZipUploadConfigSource

class oci.resource_manager.models.TemplateZipUploadConfigSource(**kwargs)

Bases: oci.resource_manager.models.template_config_source.TemplateConfigSource

Metadata about the zip file containing the Terraform configuration for the template.

Attributes

TEMPLATE_CONFIG_SOURCE_TYPE_ZIP_UPLOAD str(object=’’) -> str
template_config_source_type [Required] Gets the template_config_source_type of this TemplateConfigSource.

Methods

__init__(**kwargs) Initializes a new TemplateZipUploadConfigSource 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.
TEMPLATE_CONFIG_SOURCE_TYPE_ZIP_UPLOAD = 'ZIP_UPLOAD'
__init__(**kwargs)

Initializes a new TemplateZipUploadConfigSource object with values from keyword arguments. The default value of the template_config_source_type attribute of this class is ZIP_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 TemplateZipUploadConfigSource. Allowed values for this property are: “ZIP_UPLOAD”
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 TemplateConfigSource. The type of configuration source to use for the template configuration.

Allowed values for this property are: “ZIP_UPLOAD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The template_config_source_type of this TemplateConfigSource.
Return type:str