You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
[default to 'os.TemplateFile']
object_type
String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
[default to 'os.TemplateFile']
name
String
The name of the OS Template File that user uploads for unattended installation.
[optional]
placeholders
Array<String>
[optional]
template_content
String
The content of the entire template file is stored as value. The content can either be a static file content or a template content. The template is expected to conform to the golang template syntax. The placeholders, if any, would be populated and the values provided would be used to populate this template.