SetAutoUpgradableConfigDetails

class oci.management_agent.models.SetAutoUpgradableConfigDetails(**kwargs)

Bases: object

Details for configuring tenancy-level agent AutoUpgradable configuration.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this SetAutoUpgradableConfigDetails.
is_agent_auto_upgradable [Required] Gets the is_agent_auto_upgradable of this SetAutoUpgradableConfigDetails.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this SetAutoUpgradableConfigDetails.
  • is_agent_auto_upgradable (bool) – The value to assign to the is_agent_auto_upgradable property of this SetAutoUpgradableConfigDetails.
compartment_id

[Required] Gets the compartment_id of this SetAutoUpgradableConfigDetails. Tenancy identifier i.e, Root compartment identifier

Returns:The compartment_id of this SetAutoUpgradableConfigDetails.
Return type:str
is_agent_auto_upgradable

[Required] Gets the is_agent_auto_upgradable of this SetAutoUpgradableConfigDetails. true if the agents can be upgraded automatically; false if they must be upgraded manually.

Returns:The is_agent_auto_upgradable of this SetAutoUpgradableConfigDetails.
Return type:bool