public final class

Cloud

extends Object
java.lang.Object
   ↳ com.terradue.dsi.model.Cloud

Summary

Public Constructors
Cloud()
Public Methods
String getArchitecture()
String getLocationId()
String getNetworkDownloadPerGB()
String getNetworkUploadPerGB()
String getProviderId()
String getQualifierId()
String getQualityClassId()
String getRuntimePerHour()
String getStoragePerMonth()
String getVmType()
void setArchitecture(String architecture)
void setLocationId(String locationId)
void setNetworkDownloadPerGB(String networkDownloadPerGB)
void setNetworkUploadPerGB(String networkUploadPerGB)
void setProviderId(String providerId)
void setQualifierId(String qualifierId)
void setQualityClassId(String qualityClassId)
void setRuntimePerHour(String runtimePerHour)
void setStoragePerMonth(String storagePerMonth)
void setVmType(String vmType)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Cloud ()

Public Methods

public String getArchitecture ()

Returns
  • the architecture

public String getLocationId ()

Returns
  • the locationId

public String getNetworkDownloadPerGB ()

Returns
  • the networkDownloadPerGB

public String getNetworkUploadPerGB ()

Returns
  • the networkUploadPerGB

public String getProviderId ()

Returns
  • the providerId

public String getQualifierId ()

Returns
  • the qualifierId

public String getQualityClassId ()

Returns
  • the qualityClassId

public String getRuntimePerHour ()

Returns
  • the runtimePerHour

public String getStoragePerMonth ()

Returns
  • the storagePerMonth

public String getVmType ()

Returns
  • the vmType

public void setArchitecture (String architecture)

Parameters
architecture the architecture to set

public void setLocationId (String locationId)

Parameters
locationId the locationId to set

public void setNetworkDownloadPerGB (String networkDownloadPerGB)

Parameters
networkDownloadPerGB the networkDownloadPerGB to set

public void setNetworkUploadPerGB (String networkUploadPerGB)

Parameters
networkUploadPerGB the networkUploadPerGB to set

public void setProviderId (String providerId)

Parameters
providerId the providerId to set

public void setQualifierId (String qualifierId)

Parameters
qualifierId the qualifierId to set

public void setQualityClassId (String qualityClassId)

Parameters
qualityClassId the qualityClassId to set

public void setRuntimePerHour (String runtimePerHour)

Parameters
runtimePerHour the runtimePerHour to set

public void setStoragePerMonth (String storagePerMonth)

Parameters
storagePerMonth the storagePerMonth to set

public void setVmType (String vmType)

Parameters
vmType the vmType to set