@Metadata(virtual=true, description="Base type for all generated template CIs.") @TypeIcon(value="icons/types/udm.Template.svg") public class Template extends BaseConfigurationItem
Modifier and Type | Field and Description |
---|---|
java.util.Set<Template> |
childTemplates |
java.lang.String |
instanceName |
id, syntheticProperties, type
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Constructor and Description |
---|
Template() |
compareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toString
@Property(required=false, category="Template", description="Name that the created instance of this template will have. If not specified, the instance name will be generated based on the template name and provisioning ID.") public java.lang.String instanceName
@Property(required=false, description="Child templates associated with this template.", asContainment=true, category="Template") public java.util.Set<Template> childTemplates