Plugin

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

Bases: object

The 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 update time of the plugin

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

Gets the message of this Plugin. The optional message from the agent 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