ServerSummary

class oci.wlms.models.ServerSummary(**kwargs)

Bases: object

The summary of servers.

Attributes

LATEST_PATCHES_STATUS_ON_LATEST_PATCHES A constant which can be used with the latest_patches_status property of a ServerSummary.
LATEST_PATCHES_STATUS_PATCHING_REQUIRED A constant which can be used with the latest_patches_status property of a ServerSummary.
LATEST_PATCHES_STATUS_UNKNOWN A constant which can be used with the latest_patches_status property of a ServerSummary.
PATCH_READINESS_STATUS_ERROR A constant which can be used with the patch_readiness_status property of a ServerSummary.
PATCH_READINESS_STATUS_OK A constant which can be used with the patch_readiness_status property of a ServerSummary.
PATCH_READINESS_STATUS_UNKNOWN A constant which can be used with the patch_readiness_status property of a ServerSummary.
PATCH_READINESS_STATUS_WARNING A constant which can be used with the patch_readiness_status property of a ServerSummary.
host_name Gets the host_name of this ServerSummary.
id Gets the id of this ServerSummary.
is_admin [Required] Gets the is_admin of this ServerSummary.
jdk_path Gets the jdk_path of this ServerSummary.
jdk_version Gets the jdk_version of this ServerSummary.
latest_patches_status Gets the latest_patches_status of this ServerSummary.
managed_instance_id Gets the managed_instance_id of this ServerSummary.
middleware_path Gets the middleware_path of this ServerSummary.
middleware_type Gets the middleware_type of this ServerSummary.
name [Required] Gets the name of this ServerSummary.
patch_readiness_status Gets the patch_readiness_status of this ServerSummary.
restart_order Gets the restart_order of this ServerSummary.
status [Required] Gets the status of this ServerSummary.
time_created Gets the time_created of this ServerSummary.
time_updated Gets the time_updated of this ServerSummary.
weblogic_version Gets the weblogic_version of this ServerSummary.
wls_domain_id Gets the wls_domain_id of this ServerSummary.
wls_domain_name Gets the wls_domain_name of this ServerSummary.
wls_domain_path Gets the wls_domain_path of this ServerSummary.

Methods

__init__(**kwargs) Initializes a new ServerSummary object with values from keyword arguments.
LATEST_PATCHES_STATUS_ON_LATEST_PATCHES = 'ON_LATEST_PATCHES'

A constant which can be used with the latest_patches_status property of a ServerSummary. This constant has a value of “ON_LATEST_PATCHES”

LATEST_PATCHES_STATUS_PATCHING_REQUIRED = 'PATCHING_REQUIRED'

A constant which can be used with the latest_patches_status property of a ServerSummary. This constant has a value of “PATCHING_REQUIRED”

LATEST_PATCHES_STATUS_UNKNOWN = 'UNKNOWN'

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

PATCH_READINESS_STATUS_ERROR = 'ERROR'

A constant which can be used with the patch_readiness_status property of a ServerSummary. This constant has a value of “ERROR”

PATCH_READINESS_STATUS_OK = 'OK'

A constant which can be used with the patch_readiness_status property of a ServerSummary. This constant has a value of “OK”

PATCH_READINESS_STATUS_UNKNOWN = 'UNKNOWN'

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

PATCH_READINESS_STATUS_WARNING = 'WARNING'

A constant which can be used with the patch_readiness_status property of a ServerSummary. This constant has a value of “WARNING”

__init__(**kwargs)

Initializes a new ServerSummary 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 ServerSummary.
  • name (str) – The value to assign to the name property of this ServerSummary.
  • is_admin (bool) – The value to assign to the is_admin property of this ServerSummary.
  • status (str) – The value to assign to the status property of this ServerSummary.
  • restart_order (int) – The value to assign to the restart_order property of this ServerSummary.
  • middleware_path (str) – The value to assign to the middleware_path property of this ServerSummary.
  • middleware_type (str) – The value to assign to the middleware_type property of this ServerSummary.
  • weblogic_version (str) – The value to assign to the weblogic_version property of this ServerSummary.
  • jdk_path (str) – The value to assign to the jdk_path property of this ServerSummary.
  • jdk_version (str) – The value to assign to the jdk_version property of this ServerSummary.
  • wls_domain_name (str) – The value to assign to the wls_domain_name property of this ServerSummary.
  • wls_domain_id (str) – The value to assign to the wls_domain_id property of this ServerSummary.
  • wls_domain_path (str) – The value to assign to the wls_domain_path property of this ServerSummary.
  • latest_patches_status (str) – The value to assign to the latest_patches_status property of this ServerSummary. Allowed values for this property are: “ON_LATEST_PATCHES”, “PATCHING_REQUIRED”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • patch_readiness_status (str) – The value to assign to the patch_readiness_status property of this ServerSummary. Allowed values for this property are: “OK”, “WARNING”, “ERROR”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • host_name (str) – The value to assign to the host_name property of this ServerSummary.
  • managed_instance_id (str) – The value to assign to the managed_instance_id property of this ServerSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ServerSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ServerSummary.
host_name

Gets the host_name of this ServerSummary. The name of the server.

Returns:The host_name of this ServerSummary.
Return type:str
id

Gets the id of this ServerSummary. The unique identifier of the server.

Note: Not an OCID.

Returns:The id of this ServerSummary.
Return type:str
is_admin

[Required] Gets the is_admin of this ServerSummary. Whether or not the server is an admin node.

Returns:The is_admin of this ServerSummary.
Return type:bool
jdk_path

Gets the jdk_path of this ServerSummary. The JDK path on the server.

Returns:The jdk_path of this ServerSummary.
Return type:str
jdk_version

Gets the jdk_version of this ServerSummary. The JDK version on the server.

Returns:The jdk_version of this ServerSummary.
Return type:str
latest_patches_status

Gets the latest_patches_status of this ServerSummary. Whether or not the server has installed the latest patches.

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

Returns:The latest_patches_status of this ServerSummary.
Return type:str
managed_instance_id

Gets the managed_instance_id of this ServerSummary. The managed instance ID of the server.

Returns:The managed_instance_id of this ServerSummary.
Return type:str
middleware_path

Gets the middleware_path of this ServerSummary. The middleware path on the server.

Returns:The middleware_path of this ServerSummary.
Return type:str
middleware_type

Gets the middleware_type of this ServerSummary. The middleware type on the server.

Returns:The middleware_type of this ServerSummary.
Return type:str
name

[Required] Gets the name of this ServerSummary. The name of the server.

Returns:The name of this ServerSummary.
Return type:str
patch_readiness_status

Gets the patch_readiness_status of this ServerSummary. The patch readiness status of the server.

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

Returns:The patch_readiness_status of this ServerSummary.
Return type:str
restart_order

Gets the restart_order of this ServerSummary. The restart order assigned to the server.

Returns:The restart_order of this ServerSummary.
Return type:int
status

[Required] Gets the status of this ServerSummary. The status of the server.

Returns:The status of this ServerSummary.
Return type:str
time_created

Gets the time_created of this ServerSummary. The date and time the server was first reported (in RFC 3339 format).

Example: 2016-08-25T21:10:29.600Z

Returns:The time_created of this ServerSummary.
Return type:datetime
time_updated

Gets the time_updated of this ServerSummary. The date and time the server was last reported (in RFC 3339 format).

Example: 2016-08-25T21:10:29.600Z

Returns:The time_updated of this ServerSummary.
Return type:datetime
weblogic_version

Gets the weblogic_version of this ServerSummary. The version of the WebLogic domain of the server

Returns:The weblogic_version of this ServerSummary.
Return type:str
wls_domain_id

Gets the wls_domain_id of this ServerSummary. The ID of the WebLogic domain to which the server belongs.

Returns:The wls_domain_id of this ServerSummary.
Return type:str
wls_domain_name

Gets the wls_domain_name of this ServerSummary. The name of the WebLogic domain to which the server belongs.

Returns:The wls_domain_name of this ServerSummary.
Return type:str
wls_domain_path

Gets the wls_domain_path of this ServerSummary. The path of the WebLogic domain to which the server belongs.

Returns:The wls_domain_path of this ServerSummary.
Return type:str