Show / Hide Table of Contents

Class PatchSubnetInstruction

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

Inheritance
object
PatchSubnetInstruction
PatchSubnetReplaceInstruction
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(PatchSubnetInstructionModelConverter))]
public class PatchSubnetInstruction

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 Subnet resource representation. The PatchSubnet operation restricts supported selections (see PatchSubnet documentation). Example: "ipv6CidrBlocks"

Remarks

Required

In this article
Back to top