Show / Hide Table of Contents

Class RestartWlsDomainDetails

The configuration details for the restart WebLogic domain operation.

Inheritance
object
RestartWlsDomainDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top