Show / Hide Table of Contents

Class LcmWorkItemDetails

The work item details with LCM related information.

Inheritance
object
WorkItemDetails
LcmWorkItemDetails
Inherited Members
WorkItemDetails.WorkItemType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class LcmWorkItemDetails : WorkItemDetails

Properties

PostInstallationActions

Declaration
[JsonProperty(PropertyName = "postInstallationActions")]
public PostInstallationActionSettings PostInstallationActions { get; set; }
Property Value
Type Description
PostInstallationActionSettings
In this article
Back to top