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 namevoid
void
setNamespace
(String namespace)
-
Method Details
-
getId
String getId()Description copied from interface:Identified
Returns the ID- Specified by:
getId
in interfaceIdentified
- Returns:
- the ID
-
setId
-
getName
-
getNamespace
String getNamespace() -
setNamespace
-
getDescription
String getDescription() -
getStrategyType
String getStrategyType() -
getImagesId
String getImagesId() -
getUserData
String getUserData() -
getInstanceTags
-