Class PatchVcnInstruction
A single instruction to be included as part of PatchVcn request content.
Inherited Members
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