|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ConfigurationItemProperty
Specifies that this field is part of the configuration item. It will be injected with the correct value to be read from runbooks.
| Optional Element Summary | |
|---|---|
java.lang.String |
category
The category of this property. |
java.lang.String |
description
The description of this property as it should be shown in the user interface. |
boolean |
editable
Whether this property is editable by the user. |
boolean |
identifying
Whether this property should be considered when comparing this CI to another CI to check if they are similar. |
java.lang.String |
label
The descriptive label of this property as it should be shown in the user interface. |
boolean |
password
Whether this property is a password property. |
boolean |
required
Whether this property is required. |
ConfigurationItemProperty.Size |
size
The size of this property as it should be shown in the user interface. |
public abstract java.lang.String category
public abstract java.lang.String label
public abstract java.lang.String description
public abstract boolean required
public abstract boolean editable
public abstract boolean password
public abstract boolean identifying
similar.
public abstract ConfigurationItemProperty.Size size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||