Show / Hide Table of Contents

Class PatchVcnInstruction

A single instruction to be included as part of PatchVcn request content.

Inheritance
object
PatchVcnInstruction
PatchVcnReplaceInstruction
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
[JsonConverter(typeof(PatchVcnInstructionModelConverter))]
public class PatchVcnInstruction

Properties

Selection

Declaration
[Required(ErrorMessage = "Selection is required.")]
[JsonProperty(PropertyName = "selection")]
public string Selection { get; set; }
Property Value
Type Description
string

The set of values to which the operation applies as a JMESPath expression for evaluation against the VCN resource representation. The PatchVcn operation restricts supported selections (see PatchVcn documentation). Example: "ipv6PrivateCidrBlocks"

Remarks

Required

In this article
Back to top