Lcm

class oci.jms.models.Lcm(**kwargs)

Bases: object

Enable lifecycle management and set post action configurations.

Methods

__init__(**kwargs) Initializes a new Lcm object with values from keyword arguments.

Attributes

is_enabled Gets the is_enabled of this Lcm.
post_installation_actions Gets the post_installation_actions of this Lcm.
__init__(**kwargs)

Initializes a new Lcm object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_enabled (bool) – The value to assign to the is_enabled property of this Lcm.
  • post_installation_actions (oci.jms.models.PostInstallationActionSettings) – The value to assign to the post_installation_actions property of this Lcm.
is_enabled

Gets the is_enabled of this Lcm. Lifecycle management flag to store enabled or disabled status.

Returns:The is_enabled of this Lcm.
Return type:bool
post_installation_actions

Gets the post_installation_actions of this Lcm.

Returns:The post_installation_actions of this Lcm.
Return type:oci.jms.models.PostInstallationActionSettings