Class CatalogManifest

java.lang.Object
com.parallels.jenkins.api.dto.CatalogManifest

public class CatalogManifest extends Object
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 Details

  • Method Details

    • getCatalogId

      public String getCatalogId()
    • getVersion

      public String getVersion()
    • getConnection

      public String getConnection()
    • getMachineName

      public String getMachineName()
    • getArchitecture

      public String getArchitecture()