Skip to content

Commit e896ece

Browse files
machine attribute in server (#965)
1 parent f5c406f commit e896ece

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+1
-1
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@
14891489
"LowMemoryTimeInterval": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "LowMemoryTimeInterval", "wlst_path": "WP001", "value": {"default": 3600 }, "wlst_type": "integer" } ],
14901490
"MSIFileReplicationEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MSIFileReplicationEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
14911491
"MTUSize": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "MTUSize", "wlst_path": "WP001", "value": {"default": 1500 }, "wlst_type": "integer", "get_method": "LSA"} ],
1492-
"Machine": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Machine", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "LSA", "set_method":"${:MBEAN.set_machine_mbean}", "set_mbean_type": "${:weblogic.management.configuration.MachineMBean}", "restart_required": "true" } ],
1492+
"Machine": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Machine", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method":"${:MBEAN.set_machine_mbean}", "set_mbean_type": "${:weblogic.management.configuration.MachineMBean}", "restart_required": "true" } ],
14931493
"ManagedServerIndependenceEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ManagedServerIndependenceEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ],
14941494
"MaxBackoffBetweenFailures": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "MaxBackoffBetweenFailures", "wlst_path": "WP001", "value": {"default": 10000 }, "wlst_type": "integer" } ],
14951495
"MaxCOMMessageSize": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxCOMMessageSize", "wlst_path": "WP001", "value": {"default": -1 }, "wlst_type": "integer" } ],

0 commit comments

Comments
 (0)