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