Class StopWlsDomainDetails
The configuration details for the stop WebLogic domain operation.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class StopWlsDomainDetailsProperties
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. |