Agent¶
-
class
oci.jms.models.
Agent
(**kwargs)¶ Bases:
object
Information about the agent.
Attributes
JAVA_SECURITY_STATUS_EARLY_ACCESS
A constant which can be used with the java_security_status property of a Agent. JAVA_SECURITY_STATUS_UNKNOWN
A constant which can be used with the java_security_status property of a Agent. JAVA_SECURITY_STATUS_UPDATE_REQUIRED
A constant which can be used with the java_security_status property of a Agent. JAVA_SECURITY_STATUS_UPGRADE_REQUIRED
A constant which can be used with the java_security_status property of a Agent. JAVA_SECURITY_STATUS_UP_TO_DATE
A constant which can be used with the java_security_status property of a Agent. TYPE_OCA
A constant which can be used with the type property of a Agent. TYPE_OMA
A constant which can be used with the type property of a Agent. display_name
[Required] Gets the display_name of this Agent. java_security_status
[Required] Gets the java_security_status of this Agent. java_version
[Required] Gets the java_version of this Agent. plugins
[Required] Gets the plugins of this Agent. type
[Required] Gets the type of this Agent. Methods
__init__
(**kwargs)Initializes a new Agent object with values from keyword arguments. -
JAVA_SECURITY_STATUS_EARLY_ACCESS
= 'EARLY_ACCESS'¶ A constant which can be used with the java_security_status property of a Agent. This constant has a value of “EARLY_ACCESS”
-
JAVA_SECURITY_STATUS_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the java_security_status property of a Agent. This constant has a value of “UNKNOWN”
-
JAVA_SECURITY_STATUS_UPDATE_REQUIRED
= 'UPDATE_REQUIRED'¶ A constant which can be used with the java_security_status property of a Agent. This constant has a value of “UPDATE_REQUIRED”
-
JAVA_SECURITY_STATUS_UPGRADE_REQUIRED
= 'UPGRADE_REQUIRED'¶ A constant which can be used with the java_security_status property of a Agent. This constant has a value of “UPGRADE_REQUIRED”
-
JAVA_SECURITY_STATUS_UP_TO_DATE
= 'UP_TO_DATE'¶ A constant which can be used with the java_security_status property of a Agent. This constant has a value of “UP_TO_DATE”
-
TYPE_OCA
= 'OCA'¶ A constant which can be used with the type property of a Agent. This constant has a value of “OCA”
-
TYPE_OMA
= 'OMA'¶ A constant which can be used with the type property of a Agent. This constant has a value of “OMA”
-
__init__
(**kwargs)¶ Initializes a new Agent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this Agent.
- type (str) – The value to assign to the type property of this Agent. 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’.
- java_version (str) – The value to assign to the java_version property of this Agent.
- java_security_status (str) – The value to assign to the java_security_status property of this Agent. Allowed values for this property are: “EARLY_ACCESS”, “UNKNOWN”, “UP_TO_DATE”, “UPDATE_REQUIRED”, “UPGRADE_REQUIRED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- plugins (list[oci.jms.models.Plugin]) – The value to assign to the plugins property of this Agent.
-
display_name
¶ [Required] Gets the display_name of this Agent. The name of the agent.
Returns: The display_name of this Agent. Return type: str
-
java_security_status
¶ [Required] Gets the java_security_status of this Agent. The security status of the Java Runtime.
Allowed values for this property are: “EARLY_ACCESS”, “UNKNOWN”, “UP_TO_DATE”, “UPDATE_REQUIRED”, “UPGRADE_REQUIRED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The java_security_status of this Agent. Return type: str
-
java_version
¶ [Required] Gets the java_version of this Agent. The java version.
Returns: The java_version of this Agent. Return type: str
-
plugins
¶ [Required] Gets the plugins of this Agent. A list of plugins installed on this agent.
Returns: The plugins of this Agent. Return type: list[oci.jms.models.Plugin]
-
type
¶ [Required] Gets the type of this Agent. 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 type of this Agent. Return type: str
-