You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/2.0/content/userguide/tools/model_help.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,16 +52,16 @@ You can use the information above to construct this model section:
52
52
```yaml
53
53
resources:
54
54
JDBCSystemResource:
55
-
CompatibilityName: 'myName'
56
-
DeploymentOrder: 5
57
-
Target: 'ms1,ms2'
58
-
'JDBC-1':
59
-
# JdbcSystemResource attributes and folders
60
-
SubDeployment:
61
-
deployment1:
62
-
# SubDeployment attributes and folders
63
-
deployment2:
64
-
# SubDeployment attributes and folders
55
+
JDBC-1:
56
+
# JDBCSystemResource attributes and folders
57
+
CompatibilityName: myName
58
+
DeploymentOrder: 5
59
+
Target: ms1,ms2
60
+
SubDeployment:
61
+
deployment1:
62
+
# SubDeployment attributes and folders
63
+
deployment2:
64
+
# SubDeployment attributes and folders
65
65
```
66
66
If you are copying elements from the sample model to create a full domain model, you should exclude any attributes or sub-folders that you do not intend to declare or override.
0 commit comments