Interface AdoptStackData

  • All Superinterfaces:
    ModelEntity, Serializable
    All Known Implementing Classes:
    HeatAdoptStackData

    public interface AdoptStackData
    extends ModelEntity
    This interface describes adopt_stack_data element. It is used for stack adoption and as a return value for stack abandoning. All getters map to the possible return values of Delete /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/abandon
    Author:
    Ales Kemr
    • Method Detail

      • getAction

        String getAction()
        Returns stack action, e.g. CREATE
        Returns:
        stack action
      • getId

        String getId()
        Returns the id of the stack
        Returns:
        the id of the stack
      • getName

        String getName()
        Returns the name of the stack
        Returns:
        the name of the stack
      • getStatus

        String getStatus()
        Returns the status of the stack
        Returns:
        the status of the stack
      • getTemplate

        Map<String,​Object> getTemplate()
        Returns stack template as a map
        Returns:
        stack template as a map
      • getResources

        Map<String,​Map<String,​Object>> getResources()
        Returns map of existing resources, to be adopted into the stack
        Returns:
        Map of existing resources to be adopted into the stack