public final class

DeploymentCreation

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

Summary

Nested Classes
class DeploymentCreation.Builder  
Public Constructors
DeploymentCreation()
Public Methods
int getApplianceId()
String getDeploymentClusterId()
String getDescription()
String getEndDate()
int getMemoryMb()
String getName()
Network getNetwork()
int getPerformanceUnit()
String getProviderId()
String getQualifierId()
String getReservationId()
UserDelegates getUserDelegates()
int getVirtualCPUs()
boolean isPermanentIp()
boolean isUseExternalIp()
void setApplianceId(int applianceId)
void setDeploymentClusterId(String deploymentClusterId)
void setDescription(String description)
void setEndDate(String endDate)
void setMemoryMb(int memoryMb)
void setName(String name)
void setNetwork(Network network)
void setPerformanceUnit(int performanceUnit)
void setPermanentIp(boolean permanentIp)
void setProviderId(String providerId)
void setQualifierId(String qualifierId)
void setReservationId(String reservationId)
void setUseExternalIp(boolean useExternalIp)
void setUserDelegates(UserDelegates userDelegates)
void setVirtualCPUs(int virtualCPUs)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DeploymentCreation ()

Public Methods

public int getApplianceId ()

Returns
  • the applianceId

public String getDeploymentClusterId ()

Returns
  • the deploymentClusterId

public String getDescription ()

Returns
  • the description

public String getEndDate ()

Returns
  • the endDate

public int getMemoryMb ()

Returns
  • the memoryMb

public String getName ()

Returns
  • the name

public Network getNetwork ()

Returns
  • the network

public int getPerformanceUnit ()

Returns
  • the performanceUnit

public String getProviderId ()

Returns
  • the providerId

public String getQualifierId ()

Returns
  • the qualifierId

public String getReservationId ()

Returns
  • the reservationId

public UserDelegates getUserDelegates ()

Returns
  • the userDelegates

public int getVirtualCPUs ()

Returns
  • the virtualCPUs

public boolean isPermanentIp ()

Returns
  • the permanentIp

public boolean isUseExternalIp ()

Returns
  • the useExternalIp

public void setApplianceId (int applianceId)

Parameters
applianceId the applianceId to set

public void setDeploymentClusterId (String deploymentClusterId)

Parameters
deploymentClusterId the deploymentClusterId to set

public void setDescription (String description)

Parameters
description the description to set

public void setEndDate (String endDate)

Parameters
endDate the endDate to set

public void setMemoryMb (int memoryMb)

Parameters
memoryMb the memoryMb to set

public void setName (String name)

Parameters
name the name to set

public void setNetwork (Network network)

Parameters
network the network to set

public void setPerformanceUnit (int performanceUnit)

Parameters
performanceUnit the performanceUnit to set

public void setPermanentIp (boolean permanentIp)

Parameters
permanentIp the permanentIp 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 setReservationId (String reservationId)

Parameters
reservationId the reservationId to set

public void setUseExternalIp (boolean useExternalIp)

Parameters
useExternalIp the useExternalIp to set

public void setUserDelegates (UserDelegates userDelegates)

Parameters
userDelegates the userDelegates to set

public void setVirtualCPUs (int virtualCPUs)

Parameters
virtualCPUs the virtualCPUs to set