Plugin

class oci.compute_instance_agent.models.Plugin(**kwargs)

Bases: object

An Oracle Cloud Agent plugin.

Methods

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

Attributes

last_update_time Gets the last_update_time of this Plugin.
message Gets the message of this Plugin.
name [Required] Gets the name of this Plugin.
status [Required] Gets the status of this Plugin.
version [Required] Gets the version of this Plugin.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this Plugin.
  • version (str) – The value to assign to the version property of this Plugin.
  • status (str) – The value to assign to the status property of this Plugin.
  • last_update_time (datetime) – The value to assign to the last_update_time property of this Plugin.
  • message (str) – The value to assign to the message property of this Plugin.
last_update_time

Gets the last_update_time of this Plugin. The last updated time of the plugin, in UTC.

Returns:The last_update_time of this Plugin.
Return type:datetime
message

Gets the message of this Plugin. An optional message from the plugin.

Returns:The message of this Plugin.
Return type:str
name

[Required] Gets the name of this Plugin. The plugin name.

Returns:The name of this Plugin.
Return type:str
status

[Required] Gets the status of this Plugin. The plugin status.

Returns:The status of this Plugin.
Return type:str
version

[Required] Gets the version of this Plugin. The plugin version.

Returns:The version of this Plugin.
Return type:str