Class RestartWlsDomainDetails
The configuration details for the restart WebLogic domain operation.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class RestartWlsDomainDetails
Properties
IsForceServersShutdown
Declaration
[JsonProperty(PropertyName = "isForceServersShutdown")]
public bool? IsForceServersShutdown { get; set; }
Property Value
Type | Description |
---|---|
bool? | Force shutdown of the servers if they have not shutdown after a period of time. The timeout can be configured in the WebLogic domain configuration. |