Package com.parallels.jenkins.api.dto
Class CatalogManifest
java.lang.Object
com.parallels.jenkins.api.dto.CatalogManifest
Embedded catalog manifest for
CreateVmRequest.
{
"catalog_id": "EMPTY-VM",
"version": "latest",
"connection": "host=user:password@https://catalog.example.com",
"machine_name": "jenkins-clone-1234",
"architecture": "arm64"
}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CatalogManifest
-
-
Method Details
-
getCatalogId
-
getVersion
-
getConnection
-
getMachineName
-
getArchitecture
-