Interface BaseStackCreateUpdate

    • Method Detail

      • getTemplate

        String getTemplate()
        Returns the Heat template if it was stored in JSON format or YAML format
        Returns:
        the JSON or YAML formatted template out of which the stack is to be created. Returns null if no JSON formatted template has been set.
      • getParameters

        Map<String,​String> getParameters()
        Returns the parameters which are used for creation of the stack
        Returns:
        Map of parameters. This map is null if no parameter has been set. Returns empty if no parameter has been set.