name | data type | description |
---|---|---|
cloudKeyPairIDs | array of string | |
deployParameters | array of DeployParameter | |
Properties inherited from ProvisionRequest |
||
planID | string | |
deployerKeyPairIDs | array of string | |
cloudCredentialsIDs | array of string | |
userKeyPairIDs | array of string | |
Properties inherited from KeyValueHolder |
||
keyValue | map of object | |
Properties inherited from OwnedObject |
||
id | string | |
timestamp | number | |
owner | string |
Example
{ "cloudKeyPairIDs" : [ "...", "..." ], "deployParameters" : [ { "IP" : "52.73.245.157", "user" : "vm_user", "role" : "slave" }, { "IP" : "...", "user" : "...", "role" : "..." } ], "planID" : "ASedsfd46b4fDFd83ba1q", "deployerKeyPairIDs" : [ "...", "..." ], "cloudCredentialsIDs" : [ "58e3946e0fb4f562d84ba1ad", "..." ], "userKeyPairIDs" : [ "ASedsfd46b4fFd344a1A", "..." ], "keyValue" : { "property1" : { }, "property2" : { } }, "id" : "58e3946e0fb4f562d84ba1ad", "timestamp" : 12345, "owner" : "user1" }