JmsPlugin

class oci.jms.models.JmsPlugin(**kwargs)

Bases: object

Information about a JmsPlugin that has been registered.

Attributes

AGENT_TYPE_OCA A constant which can be used with the agent_type property of a JmsPlugin.
AGENT_TYPE_OMA A constant which can be used with the agent_type property of a JmsPlugin.
AVAILABILITY_STATUS_ACTIVE A constant which can be used with the availability_status property of a JmsPlugin.
AVAILABILITY_STATUS_NOT_AVAILABLE A constant which can be used with the availability_status property of a JmsPlugin.
AVAILABILITY_STATUS_SILENT A constant which can be used with the availability_status property of a JmsPlugin.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a JmsPlugin.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a JmsPlugin.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a JmsPlugin.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a JmsPlugin.
OS_FAMILY_LINUX A constant which can be used with the os_family property of a JmsPlugin.
OS_FAMILY_MACOS A constant which can be used with the os_family property of a JmsPlugin.
OS_FAMILY_UNKNOWN A constant which can be used with the os_family property of a JmsPlugin.
OS_FAMILY_WINDOWS A constant which can be used with the os_family property of a JmsPlugin.
agent_id [Required] Gets the agent_id of this JmsPlugin.
agent_type [Required] Gets the agent_type of this JmsPlugin.
availability_status [Required] Gets the availability_status of this JmsPlugin.
compartment_id Gets the compartment_id of this JmsPlugin.
defined_tags Gets the defined_tags of this JmsPlugin.
fleet_id Gets the fleet_id of this JmsPlugin.
freeform_tags Gets the freeform_tags of this JmsPlugin.
hostname Gets the hostname of this JmsPlugin.
id [Required] Gets the id of this JmsPlugin.
lifecycle_state [Required] Gets the lifecycle_state of this JmsPlugin.
os_architecture Gets the os_architecture of this JmsPlugin.
os_distribution Gets the os_distribution of this JmsPlugin.
os_family Gets the os_family of this JmsPlugin.
plugin_version Gets the plugin_version of this JmsPlugin.
system_tags Gets the system_tags of this JmsPlugin.
time_last_seen Gets the time_last_seen of this JmsPlugin.
time_registered [Required] Gets the time_registered of this JmsPlugin.

Methods

__init__(**kwargs) Initializes a new JmsPlugin object with values from keyword arguments.
AGENT_TYPE_OCA = 'OCA'

A constant which can be used with the agent_type property of a JmsPlugin. This constant has a value of “OCA”

AGENT_TYPE_OMA = 'OMA'

A constant which can be used with the agent_type property of a JmsPlugin. This constant has a value of “OMA”

AVAILABILITY_STATUS_ACTIVE = 'ACTIVE'

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

AVAILABILITY_STATUS_NOT_AVAILABLE = 'NOT_AVAILABLE'

A constant which can be used with the availability_status property of a JmsPlugin. This constant has a value of “NOT_AVAILABLE”

AVAILABILITY_STATUS_SILENT = 'SILENT'

A constant which can be used with the availability_status property of a JmsPlugin. This constant has a value of “SILENT”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

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

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

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

OS_FAMILY_LINUX = 'LINUX'

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

OS_FAMILY_MACOS = 'MACOS'

A constant which can be used with the os_family property of a JmsPlugin. This constant has a value of “MACOS”

OS_FAMILY_UNKNOWN = 'UNKNOWN'

A constant which can be used with the os_family property of a JmsPlugin. This constant has a value of “UNKNOWN”

OS_FAMILY_WINDOWS = 'WINDOWS'

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

__init__(**kwargs)

Initializes a new JmsPlugin 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 JmsPlugin.
  • agent_id (str) – The value to assign to the agent_id property of this JmsPlugin.
  • agent_type (str) – The value to assign to the agent_type property of this JmsPlugin. Allowed values for this property are: “OMA”, “OCA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this JmsPlugin. Allowed values for this property are: “ACTIVE”, “INACTIVE”, “NEEDS_ATTENTION”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • availability_status (str) – The value to assign to the availability_status property of this JmsPlugin. Allowed values for this property are: “ACTIVE”, “SILENT”, “NOT_AVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • fleet_id (str) – The value to assign to the fleet_id property of this JmsPlugin.
  • compartment_id (str) – The value to assign to the compartment_id property of this JmsPlugin.
  • hostname (str) – The value to assign to the hostname property of this JmsPlugin.
  • os_family (str) – The value to assign to the os_family property of this JmsPlugin. Allowed values for this property are: “LINUX”, “WINDOWS”, “MACOS”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • os_architecture (str) – The value to assign to the os_architecture property of this JmsPlugin.
  • os_distribution (str) – The value to assign to the os_distribution property of this JmsPlugin.
  • plugin_version (str) – The value to assign to the plugin_version property of this JmsPlugin.
  • time_registered (datetime) – The value to assign to the time_registered property of this JmsPlugin.
  • time_last_seen (datetime) – The value to assign to the time_last_seen property of this JmsPlugin.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this JmsPlugin.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this JmsPlugin.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this JmsPlugin.
agent_id

[Required] Gets the agent_id of this JmsPlugin. The OCID of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.

Returns:The agent_id of this JmsPlugin.
Return type:str
agent_type

[Required] Gets the agent_type of this JmsPlugin. The agent type.

Allowed values for this property are: “OMA”, “OCA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The agent_type of this JmsPlugin.
Return type:str
availability_status

[Required] Gets the availability_status of this JmsPlugin. The availability status.

Allowed values for this property are: “ACTIVE”, “SILENT”, “NOT_AVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The availability_status of this JmsPlugin.
Return type:str
compartment_id

Gets the compartment_id of this JmsPlugin. The OMA/OCA agent’s compartment OCID.

Returns:The compartment_id of this JmsPlugin.
Return type:str
defined_tags

Gets the defined_tags of this JmsPlugin. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}. (See Understanding Free-form Tags).

Returns:The defined_tags of this JmsPlugin.
Return type:dict(str, dict(str, object))
fleet_id

Gets the fleet_id of this JmsPlugin. The OCID of the fleet.

Returns:The fleet_id of this JmsPlugin.
Return type:str
freeform_tags

Gets the freeform_tags of this JmsPlugin. Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}. (See Managing Tags and Tag Namespaces.)

Returns:The freeform_tags of this JmsPlugin.
Return type:dict(str, str)
hostname

Gets the hostname of this JmsPlugin. The hostname of the agent.

Returns:The hostname of this JmsPlugin.
Return type:str
id

[Required] Gets the id of this JmsPlugin. The OCID to identify this JmsPlugin.

Returns:The id of this JmsPlugin.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this JmsPlugin. The lifecycle state.

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

Returns:The lifecycle_state of this JmsPlugin.
Return type:str
os_architecture

Gets the os_architecture of this JmsPlugin. The architecture of the operating system of the plugin.

Returns:The os_architecture of this JmsPlugin.
Return type:str
os_distribution

Gets the os_distribution of this JmsPlugin. The distribution of the operating system of the plugin.

Returns:The os_distribution of this JmsPlugin.
Return type:str
os_family

Gets the os_family of this JmsPlugin. The operating system family for the plugin.

Allowed values for this property are: “LINUX”, “WINDOWS”, “MACOS”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The os_family of this JmsPlugin.
Return type:str
plugin_version

Gets the plugin_version of this JmsPlugin. The version of the plugin.

Returns:The plugin_version of this JmsPlugin.
Return type:str
system_tags

Gets the system_tags of this JmsPlugin. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.

Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this JmsPlugin.
Return type:dict(str, dict(str, object))
time_last_seen

Gets the time_last_seen of this JmsPlugin. The date and time the resource was _last_ reported to JMS. This is potentially _after_ the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.

Returns:The time_last_seen of this JmsPlugin.
Return type:datetime
time_registered

[Required] Gets the time_registered of this JmsPlugin. The date and time the plugin was registered.

Returns:The time_registered of this JmsPlugin.
Return type:datetime