Show / Hide Table of Contents

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.

Inheritance
object
PatchDistributedDatabasePrivateEndpointDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top