Interface ComputeRequirementTemplate
- All Superinterfaces:
Identified,Named,Serializable
- All Known Implementing Classes:
ComputeRequirementDynamicTemplate,ComputeRequirementStaticTemplate
@ValidatedBy(ComputeRequirementTemplateValidator.class)
public interface ComputeRequirementTemplate
extends Identified, Named, Serializable
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the IDgetName()Returns the namevoidvoidsetNamespace(String namespace)
-
Method Details
-
getId
String getId()Description copied from interface:IdentifiedReturns the ID- Specified by:
getIdin interfaceIdentified- Returns:
- the ID
-
setId
-
getName
-
getNamespace
String getNamespace() -
setNamespace
-
getDescription
String getDescription() -
getStrategyType
String getStrategyType() -
getImagesId
String getImagesId() -
getUserData
String getUserData() -
getInstanceTags
-