CloudsStormSubTopology.yml 776 Bytes
Newer Older
Spiros Koulouzis's avatar
Spiros Koulouzis committed
1 2 3
    CloudsStormSubTopology:
        type: "object"
        properties:
Spiros Koulouzis's avatar
Spiros Koulouzis committed
4 5 6 7 8 9 10 11
            topology:
                type: "string"
            cloudProvider:
                type: "string"
            domain:
                type: "string"
            status:
                type: "string"
12
                enum: [fresh , running , deleted , failed , stopped]
13 14 15 16 17 18 19
            subTopologyClass:
                type: "string"
            logsInfo:
              type: object
              additionalProperties:
                  type: object     
            subTopologyClass:
20 21 22
                type: "string"
            sshKeyPairId:
                type: "string"
23 24 25
            scaledFrom:
              type: object
              additionalProperties:
26
                  type: object