Uses of Class
com.oracle.bmc.wlms.model.ServerControlMode
-
Packages that use ServerControlMode Package Description com.oracle.bmc.wlms.model -
-
Uses of ServerControlMode in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ServerControlMode Modifier and Type Method Description static ServerControlMode
ServerControlMode. create(String key)
ServerControlMode
UpdateWlsDomainConfigurationDetails. getAdminServerControlMode()
Whether to manage the admin server using Node Manager or scripts.ServerControlMode
WlsDomainConfiguration. getAdminServerControlMode()
Whether to manage the admin server using Node Manager or scripts.ServerControlMode
UpdateWlsDomainConfigurationDetails. getManagedServerControlMode()
Whether to manage the managed server using Node Manager or scripts.ServerControlMode
WlsDomainConfiguration. getManagedServerControlMode()
Whether to manage the managed server using Node Manager or scripts.static ServerControlMode
ServerControlMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerControlMode[]
ServerControlMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.model with parameters of type ServerControlMode Modifier and Type Method Description UpdateWlsDomainConfigurationDetails.Builder
UpdateWlsDomainConfigurationDetails.Builder. adminServerControlMode(ServerControlMode adminServerControlMode)
Whether to manage the admin server using Node Manager or scripts.WlsDomainConfiguration.Builder
WlsDomainConfiguration.Builder. adminServerControlMode(ServerControlMode adminServerControlMode)
Whether to manage the admin server using Node Manager or scripts.UpdateWlsDomainConfigurationDetails.Builder
UpdateWlsDomainConfigurationDetails.Builder. managedServerControlMode(ServerControlMode managedServerControlMode)
Whether to manage the managed server using Node Manager or scripts.WlsDomainConfiguration.Builder
WlsDomainConfiguration.Builder. managedServerControlMode(ServerControlMode managedServerControlMode)
Whether to manage the managed server using Node Manager or scripts.Constructors in com.oracle.bmc.wlms.model with parameters of type ServerControlMode Constructor Description UpdateWlsDomainConfigurationDetails(Boolean isPatchEnabled, Boolean isRollbackOnFailure, Integer serversShutdownTimeout, ServerControlMode adminServerControlMode, ServerControlMode managedServerControlMode, String adminServerStartScriptPath, String adminServerStopScriptPath, String managedServerStartScriptPath, String managedServerStopScriptPath)
Deprecated.WlsDomainConfiguration(Boolean isPatchEnabled, Boolean isRollbackOnFailure, Integer serversShutdownTimeout, ServerControlMode adminServerControlMode, ServerControlMode managedServerControlMode, String adminServerStartScriptPath, String adminServerStopScriptPath, String managedServerStartScriptPath, String managedServerStopScriptPath)
Deprecated.
-