TemplateConfigSource¶
- 
class oci.resource_manager.models.TemplateConfigSource(**kwargs)¶
- Bases: - object- Information about the Template. - Attributes - TEMPLATE_CONFIG_SOURCE_TYPE_ZIP_UPLOAD- A constant which can be used with the template_config_source_type property of a TemplateConfigSource. - template_config_source_type- [Required] Gets the template_config_source_type of this TemplateConfigSource. - Methods - __init__(**kwargs)- Initializes a new TemplateConfigSource 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'¶
- A constant which can be used with the template_config_source_type property of a TemplateConfigSource. This constant has a value of “ZIP_UPLOAD” 
 - 
__init__(**kwargs)¶
- Initializes a new TemplateConfigSource object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - 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 TemplateConfigSource. 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’. 
 - 
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 
 
-