Show / Hide Table of Contents

Class PatchVcnDetails

Inheritance
object
PatchVcnDetails
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
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

In this article
Back to top