All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.morpheusdata.response.ImportWorkloadResponse Maven / Gradle / Ivy

package com.morpheusdata.response;

import com.morpheusdata.model.VirtualImage;

public class ImportWorkloadResponse {

	// the virtual image that was created by the container import
	public VirtualImage virtualImage;
	// path to the image on the storage provider
	public String imagePath;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy