Class PatchExternalDbSystemDiscoveryDetails
The details required to update an external DB system discovery resource.
Inherited Members
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. |