Show / Hide Table of Contents

Class Lcm

Enable lifecycle management and set post action configurations.

Inheritance
object
Lcm
Inherited Members
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 Lcm

Properties

IsEnabled

Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Lifecycle management flag to store enabled or disabled status.

PostInstallationActions

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