ManagementAgentPlugin

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

Bases: object

Summary of the ManagementAgentPlugin.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
LIFECYCLE_STATE_TERMINATED A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin.
SUPPORTED_PLATFORM_TYPES_LINUX A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin.
SUPPORTED_PLATFORM_TYPES_MACOSX A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin.
SUPPORTED_PLATFORM_TYPES_SOLARIS A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin.
SUPPORTED_PLATFORM_TYPES_WINDOWS A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin.
description Gets the description of this ManagementAgentPlugin.
display_name Gets the display_name of this ManagementAgentPlugin.
id [Required] Gets the id of this ManagementAgentPlugin.
is_console_deployable Gets the is_console_deployable of this ManagementAgentPlugin.
lifecycle_state [Required] Gets the lifecycle_state of this ManagementAgentPlugin.
name [Required] Gets the name of this ManagementAgentPlugin.
supported_platform_types Gets the supported_platform_types of this ManagementAgentPlugin.
version Gets the version of this ManagementAgentPlugin.

Methods

__init__(**kwargs) Initializes a new ManagementAgentPlugin object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_TERMINATED = 'TERMINATED'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “TERMINATED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a ManagementAgentPlugin. This constant has a value of “UPDATING”

SUPPORTED_PLATFORM_TYPES_LINUX = 'LINUX'

A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin. This constant has a value of “LINUX”

SUPPORTED_PLATFORM_TYPES_MACOSX = 'MACOSX'

A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin. This constant has a value of “MACOSX”

SUPPORTED_PLATFORM_TYPES_SOLARIS = 'SOLARIS'

A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin. This constant has a value of “SOLARIS”

SUPPORTED_PLATFORM_TYPES_WINDOWS = 'WINDOWS'

A constant which can be used with the supported_platform_types property of a ManagementAgentPlugin. This constant has a value of “WINDOWS”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this ManagementAgentPlugin.
  • name (str) – The value to assign to the name property of this ManagementAgentPlugin.
  • version (int) – The value to assign to the version property of this ManagementAgentPlugin.
  • supported_platform_types (list[str]) – The value to assign to the supported_platform_types property of this ManagementAgentPlugin. Allowed values for items in this list are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”
  • display_name (str) – The value to assign to the display_name property of this ManagementAgentPlugin.
  • description (str) – The value to assign to the description property of this ManagementAgentPlugin.
  • is_console_deployable (bool) – The value to assign to the is_console_deployable property of this ManagementAgentPlugin.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ManagementAgentPlugin. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “TERMINATED”, “DELETING”, “DELETED”, “FAILED”
description

Gets the description of this ManagementAgentPlugin. Management Agent Plugin description

Returns:The description of this ManagementAgentPlugin.
Return type:str
display_name

Gets the display_name of this ManagementAgentPlugin. Management Agent Plugin Display Name

Returns:The display_name of this ManagementAgentPlugin.
Return type:str
id

[Required] Gets the id of this ManagementAgentPlugin. Management Agent Plugin Id

Returns:The id of this ManagementAgentPlugin.
Return type:str
is_console_deployable

Gets the is_console_deployable of this ManagementAgentPlugin. A flag to indicate whether a given plugin can be deployed from Agent Console UI or not.

Returns:The is_console_deployable of this ManagementAgentPlugin.
Return type:bool
lifecycle_state

[Required] Gets the lifecycle_state of this ManagementAgentPlugin. The current state of Management Agent Plugin

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “TERMINATED”, “DELETING”, “DELETED”, “FAILED”

Returns:The lifecycle_state of this ManagementAgentPlugin.
Return type:str
name

[Required] Gets the name of this ManagementAgentPlugin. Management Agent Plugin Name

Returns:The name of this ManagementAgentPlugin.
Return type:str
supported_platform_types

Gets the supported_platform_types of this ManagementAgentPlugin. Supported Platform Types

Allowed values for items in this list are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”

Returns:The supported_platform_types of this ManagementAgentPlugin.
Return type:list[str]
version

Gets the version of this ManagementAgentPlugin. Management Agent Plugin Version

Returns:The version of this ManagementAgentPlugin.
Return type:int