Show / Hide Table of Contents

Class InstallLatestPatchesOnWlsDomainDetails

The configuration details for the install latest patches to WebLogic domain operation.

Inheritance
object
InstallLatestPatchesOnWlsDomainDetails
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 InstallLatestPatchesOnWlsDomainDetails

Properties

IsForceServersShutdown

Declaration
[JsonProperty(PropertyName = "isForceServersShutdown")]
public bool? IsForceServersShutdown { get; set; }
Property Value
Type Description
bool?

When installing or uninstalling patches, forces shutdown of the servers if they have not shutdown after a period of time. The timeout can be configured in the WebLogic domain configuration.

MustIncludeDomainsSharingMiddleware

Declaration
[JsonProperty(PropertyName = "mustIncludeDomainsSharingMiddleware")]
public bool? MustIncludeDomainsSharingMiddleware { get; set; }
Property Value
Type Description
bool?

When installing or uninstalling patches, allows the operation to proceed on all domains that share the same middleware. If not set to true, the installation or uninstallation will fail if there is any other domain using the same middleware.

In this article
Back to top