Package com.parallels.jenkins.api.dto
Class CreateVmResponse
java.lang.Object
com.parallels.jenkins.api.dto.CreateVmResponse
Response body from
POST /api/v1/machines (catalog provisioning).
{
"id": "30924867-1dc9-4cb4-8eb5-e1262c1ab863",
"name": "test",
"owner": "saikumar.peddireddy",
"current_state": "stopped"
}
Note: the field is current_state (not status as in VmStatusResponse).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CreateVmResponse
public CreateVmResponse()
-
-
Method Details
-
getId
-
getName
-
getOwner
-
getCurrentState
-
setId
-
setName
-
setOwner
-
setCurrentState
-