Class Lcm
Enable lifecycle management and set post action configurations.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class LcmProperties
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 |