@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 711 B
TypeScript
/** A structure describing properties customizables about this dedicated installation template */
export interface TemplateOsProperties {
/** Set up the server using the provided hostname instead of the default hostname */
customHostname?: string;
/** Indicate the URL where your postinstall customisation script is located */
postInstallationScriptLink?: string;
/** indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is "loh1Xee7eo OK OK OK UGh8Ang1Gu */
postInstallationScriptReturn?: string;
}
//# sourceMappingURL=TemplateOsProperties.d.ts.map