Show / Hide Table of Contents

Class PatchingConfigs

Detailed configurations for defining the behavior when installing os patches. If not provided, nodes will be patched and rebooted AD/FD by AD/FD for regular patches or will be patched with down time if the patch is an emergent patch.

Inheritance
object
PatchingConfigs
BatchingBasedPatchingConfigs
DomainBasedPatchingConfigs
DowntimeBasedPatchingConfigs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
[JsonConverter(typeof(PatchingConfigsModelConverter))]
public class PatchingConfigs
In this article
Back to top