JavaServerInstanceUsage

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

Bases: object

Java Server instance usage during a specified time period.

Attributes

JVM_SECURITY_STATUS_EARLY_ACCESS A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage.
JVM_SECURITY_STATUS_UNKNOWN A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage.
JVM_SECURITY_STATUS_UPDATE_REQUIRED A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage.
JVM_SECURITY_STATUS_UPGRADE_REQUIRED A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage.
JVM_SECURITY_STATUS_UP_TO_DATE A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage.
approximate_deployed_application_count Gets the approximate_deployed_application_count of this JavaServerInstanceUsage.
fleet_id [Required] Gets the fleet_id of this JavaServerInstanceUsage.
host_name Gets the host_name of this JavaServerInstanceUsage.
jvm_distribution Gets the jvm_distribution of this JavaServerInstanceUsage.
jvm_key Gets the jvm_key of this JavaServerInstanceUsage.
jvm_security_status Gets the jvm_security_status of this JavaServerInstanceUsage.
jvm_vendor Gets the jvm_vendor of this JavaServerInstanceUsage.
jvm_version Gets the jvm_version of this JavaServerInstanceUsage.
managed_instance_id [Required] Gets the managed_instance_id of this JavaServerInstanceUsage.
server_instance_key [Required] Gets the server_instance_key of this JavaServerInstanceUsage.
server_instance_name [Required] Gets the server_instance_name of this JavaServerInstanceUsage.
server_key [Required] Gets the server_key of this JavaServerInstanceUsage.
server_name Gets the server_name of this JavaServerInstanceUsage.
server_version Gets the server_version of this JavaServerInstanceUsage.
time_end Gets the time_end of this JavaServerInstanceUsage.
time_first_seen Gets the time_first_seen of this JavaServerInstanceUsage.
time_last_seen Gets the time_last_seen of this JavaServerInstanceUsage.
time_start Gets the time_start of this JavaServerInstanceUsage.

Methods

__init__(**kwargs) Initializes a new JavaServerInstanceUsage object with values from keyword arguments.
JVM_SECURITY_STATUS_EARLY_ACCESS = 'EARLY_ACCESS'

A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage. This constant has a value of “EARLY_ACCESS”

JVM_SECURITY_STATUS_UNKNOWN = 'UNKNOWN'

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

JVM_SECURITY_STATUS_UPDATE_REQUIRED = 'UPDATE_REQUIRED'

A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage. This constant has a value of “UPDATE_REQUIRED”

JVM_SECURITY_STATUS_UPGRADE_REQUIRED = 'UPGRADE_REQUIRED'

A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage. This constant has a value of “UPGRADE_REQUIRED”

JVM_SECURITY_STATUS_UP_TO_DATE = 'UP_TO_DATE'

A constant which can be used with the jvm_security_status property of a JavaServerInstanceUsage. This constant has a value of “UP_TO_DATE”

__init__(**kwargs)

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

Parameters:
  • server_instance_key (str) – The value to assign to the server_instance_key property of this JavaServerInstanceUsage.
  • fleet_id (str) – The value to assign to the fleet_id property of this JavaServerInstanceUsage.
  • server_instance_name (str) – The value to assign to the server_instance_name property of this JavaServerInstanceUsage.
  • server_key (str) – The value to assign to the server_key property of this JavaServerInstanceUsage.
  • server_name (str) – The value to assign to the server_name property of this JavaServerInstanceUsage.
  • server_version (str) – The value to assign to the server_version property of this JavaServerInstanceUsage.
  • managed_instance_id (str) – The value to assign to the managed_instance_id property of this JavaServerInstanceUsage.
  • host_name (str) – The value to assign to the host_name property of this JavaServerInstanceUsage.
  • jvm_key (str) – The value to assign to the jvm_key property of this JavaServerInstanceUsage.
  • jvm_vendor (str) – The value to assign to the jvm_vendor property of this JavaServerInstanceUsage.
  • jvm_distribution (str) – The value to assign to the jvm_distribution property of this JavaServerInstanceUsage.
  • jvm_version (str) – The value to assign to the jvm_version property of this JavaServerInstanceUsage.
  • jvm_security_status (str) – The value to assign to the jvm_security_status property of this JavaServerInstanceUsage. 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’.
  • approximate_deployed_application_count (int) – The value to assign to the approximate_deployed_application_count property of this JavaServerInstanceUsage.
  • time_start (datetime) – The value to assign to the time_start property of this JavaServerInstanceUsage.
  • time_end (datetime) – The value to assign to the time_end property of this JavaServerInstanceUsage.
  • time_first_seen (datetime) – The value to assign to the time_first_seen property of this JavaServerInstanceUsage.
  • time_last_seen (datetime) – The value to assign to the time_last_seen property of this JavaServerInstanceUsage.
approximate_deployed_application_count

Gets the approximate_deployed_application_count of this JavaServerInstanceUsage. The approximate count of deployed applications in the Java Server instance.

Returns:The approximate_deployed_application_count of this JavaServerInstanceUsage.
Return type:int
fleet_id

[Required] Gets the fleet_id of this JavaServerInstanceUsage. The OCID of the related Fleet.

Returns:The fleet_id of this JavaServerInstanceUsage.
Return type:str
host_name

Gets the host_name of this JavaServerInstanceUsage. The host name of the related managed instance.

Returns:The host_name of this JavaServerInstanceUsage.
Return type:str
jvm_distribution

Gets the jvm_distribution of this JavaServerInstanceUsage. The distribution of the Java Runtime.

Returns:The jvm_distribution of this JavaServerInstanceUsage.
Return type:str
jvm_key

Gets the jvm_key of this JavaServerInstanceUsage. The internal identifier of the related Java Runtime.

Returns:The jvm_key of this JavaServerInstanceUsage.
Return type:str
jvm_security_status

Gets the jvm_security_status of this JavaServerInstanceUsage. 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 jvm_security_status of this JavaServerInstanceUsage.
Return type:str
jvm_vendor

Gets the jvm_vendor of this JavaServerInstanceUsage. The vendor of the Java Runtime.

Returns:The jvm_vendor of this JavaServerInstanceUsage.
Return type:str
jvm_version

Gets the jvm_version of this JavaServerInstanceUsage. The version of the Java Runtime.

Returns:The jvm_version of this JavaServerInstanceUsage.
Return type:str
managed_instance_id

[Required] Gets the managed_instance_id of this JavaServerInstanceUsage. The OCID of the related managed instance.

Returns:The managed_instance_id of this JavaServerInstanceUsage.
Return type:str
server_instance_key

[Required] Gets the server_instance_key of this JavaServerInstanceUsage. The internal identifier of the Java Server instance.

Returns:The server_instance_key of this JavaServerInstanceUsage.
Return type:str
server_instance_name

[Required] Gets the server_instance_name of this JavaServerInstanceUsage. The name of the Java Server instance.

Returns:The server_instance_name of this JavaServerInstanceUsage.
Return type:str
server_key

[Required] Gets the server_key of this JavaServerInstanceUsage. The internal identifier of the related Java Server.

Returns:The server_key of this JavaServerInstanceUsage.
Return type:str
server_name

Gets the server_name of this JavaServerInstanceUsage. The name of the Java Server.

Returns:The server_name of this JavaServerInstanceUsage.
Return type:str
server_version

Gets the server_version of this JavaServerInstanceUsage. The version of the Java Server.

Returns:The server_version of this JavaServerInstanceUsage.
Return type:str
time_end

Gets the time_end of this JavaServerInstanceUsage. Upper bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.

Returns:The time_end of this JavaServerInstanceUsage.
Return type:datetime
time_first_seen

Gets the time_first_seen of this JavaServerInstanceUsage. The date and time the resource was _first_ reported to JMS. This is potentially _before_ the specified time period provided by the filters. For example, a resource can be first reported to JMS before the start of a specified time period, if it is also reported during the time period.

Returns:The time_first_seen of this JavaServerInstanceUsage.
Return type:datetime
time_last_seen

Gets the time_last_seen of this JavaServerInstanceUsage. 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 JavaServerInstanceUsage.
Return type:datetime
time_start

Gets the time_start of this JavaServerInstanceUsage. Lower bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.

Returns:The time_start of this JavaServerInstanceUsage.
Return type:datetime