Class PatchVcnDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class PatchVcnDetails
Properties
PatchVcnInstructions
Declaration
[Required(ErrorMessage = "PatchVcnInstructions is required.")]
[JsonProperty(PropertyName = "patchVcnInstructions")]
public List<PatchVcnInstruction> PatchVcnInstructions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PatchVcnInstruction> | List of patch instructions for VCN. |
Remarks
Required