Class PatchDistributedDatabasePrivateEndpointDetails
Provide PatchInstruction(s) in items array. All instructions in items have to be of same type. The initial supported patch operation is MERGE with selection vcnNsgIds and value containing the vcnNsgIds payload.
Inherited Members
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.dll
Syntax
public class PatchDistributedDatabasePrivateEndpointDetails
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PatchInstruction> | List of patch instructions. |