Show / Hide Table of Contents

Class OdhPatchingConfig

Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.

Inheritance
object
OdhPatchingConfig
BatchingBasedOdhPatchingConfig
DomainBasedOdhPatchingConfig
DowntimeBasedOdhPatchingConfig
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(OdhPatchingConfigModelConverter))]
public class OdhPatchingConfig
In this article
Back to top