ManagementAgentPluginSummary

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

Bases: object

Summary of the ManagementAgentPlugin.

Attributes

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

Methods

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

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

LIFECYCLE_STATE_CREATING = 'CREATING'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

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

LIFECYCLE_STATE_TERMINATED = 'TERMINATED'

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

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a ManagementAgentPluginSummary. 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 ManagementAgentPluginSummary. 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 ManagementAgentPluginSummary. 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 ManagementAgentPluginSummary. 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 ManagementAgentPluginSummary. This constant has a value of “WINDOWS”

__init__(**kwargs)

Initializes a new ManagementAgentPluginSummary 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 ManagementAgentPluginSummary.
  • name (str) – The value to assign to the name property of this ManagementAgentPluginSummary.
  • version (int) – The value to assign to the version property of this ManagementAgentPluginSummary.
  • supported_platform_types (list[str]) – The value to assign to the supported_platform_types property of this ManagementAgentPluginSummary. Allowed values for items in this list are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • display_name (str) – The value to assign to the display_name property of this ManagementAgentPluginSummary.
  • description (str) – The value to assign to the description property of this ManagementAgentPluginSummary.
  • is_console_deployable (bool) – The value to assign to the is_console_deployable property of this ManagementAgentPluginSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ManagementAgentPluginSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “TERMINATED”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
description

Gets the description of this ManagementAgentPluginSummary. Management Agent Plugin description

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

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

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

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

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

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

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

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

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “TERMINATED”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

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

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

Gets the supported_platform_types of this ManagementAgentPluginSummary. Supported Platform Types

Allowed values for items in this list are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

Gets the version of this ManagementAgentPluginSummary. Management Agent Plugin Version

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