Show / Hide Table of Contents

Class PatchExternalDbSystemDiscoveryDetails

The details required to update an external DB system discovery resource.

Inheritance
object
PatchExternalDbSystemDiscoveryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class PatchExternalDbSystemDiscoveryDetails

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }
Property Value
Type Description
List<PatchInstruction>

A sequence of instructions to apply to the resource.

In this article
Back to top