ContainerSummary¶
-
class
oci.jms.models.
ContainerSummary
(**kwargs)¶ Bases:
object
Information about a container in the cluster.
Attributes
JRE_SECURITY_STATUS_EARLY_ACCESS
A constant which can be used with the jre_security_status property of a ContainerSummary. JRE_SECURITY_STATUS_UNKNOWN
A constant which can be used with the jre_security_status property of a ContainerSummary. JRE_SECURITY_STATUS_UPDATE_REQUIRED
A constant which can be used with the jre_security_status property of a ContainerSummary. JRE_SECURITY_STATUS_UPGRADE_REQUIRED
A constant which can be used with the jre_security_status property of a ContainerSummary. JRE_SECURITY_STATUS_UP_TO_DATE
A constant which can be used with the jre_security_status property of a ContainerSummary. application_key
Gets the application_key of this ContainerSummary. application_name
Gets the application_name of this ContainerSummary. container_key
[Required] Gets the container_key of this ContainerSummary. display_name
[Required] Gets the display_name of this ContainerSummary. image_name
[Required] Gets the image_name of this ContainerSummary. java_version
Gets the java_version of this ContainerSummary. jre_key
Gets the jre_key of this ContainerSummary. jre_security_status
Gets the jre_security_status of this ContainerSummary. managed_instance_id
[Required] Gets the managed_instance_id of this ContainerSummary. namespace
[Required] Gets the namespace of this ContainerSummary. node_name
[Required] Gets the node_name of this ContainerSummary. pod_name
[Required] Gets the pod_name of this ContainerSummary. time_started
Gets the time_started of this ContainerSummary. Methods
__init__
(**kwargs)Initializes a new ContainerSummary object with values from keyword arguments. -
JRE_SECURITY_STATUS_EARLY_ACCESS
= 'EARLY_ACCESS'¶ A constant which can be used with the jre_security_status property of a ContainerSummary. This constant has a value of “EARLY_ACCESS”
-
JRE_SECURITY_STATUS_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the jre_security_status property of a ContainerSummary. This constant has a value of “UNKNOWN”
-
JRE_SECURITY_STATUS_UPDATE_REQUIRED
= 'UPDATE_REQUIRED'¶ A constant which can be used with the jre_security_status property of a ContainerSummary. This constant has a value of “UPDATE_REQUIRED”
-
JRE_SECURITY_STATUS_UPGRADE_REQUIRED
= 'UPGRADE_REQUIRED'¶ A constant which can be used with the jre_security_status property of a ContainerSummary. This constant has a value of “UPGRADE_REQUIRED”
-
JRE_SECURITY_STATUS_UP_TO_DATE
= 'UP_TO_DATE'¶ A constant which can be used with the jre_security_status property of a ContainerSummary. This constant has a value of “UP_TO_DATE”
-
__init__
(**kwargs)¶ Initializes a new ContainerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - container_key (str) – The value to assign to the container_key property of this ContainerSummary.
- managed_instance_id (str) – The value to assign to the managed_instance_id property of this ContainerSummary.
- display_name (str) – The value to assign to the display_name property of this ContainerSummary.
- image_name (str) – The value to assign to the image_name property of this ContainerSummary.
- namespace (str) – The value to assign to the namespace property of this ContainerSummary.
- node_name (str) – The value to assign to the node_name property of this ContainerSummary.
- pod_name (str) – The value to assign to the pod_name property of this ContainerSummary.
- application_key (str) – The value to assign to the application_key property of this ContainerSummary.
- application_name (str) – The value to assign to the application_name property of this ContainerSummary.
- jre_key (str) – The value to assign to the jre_key property of this ContainerSummary.
- java_version (str) – The value to assign to the java_version property of this ContainerSummary.
- jre_security_status (str) – The value to assign to the jre_security_status property of this ContainerSummary. 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’.
- time_started (datetime) – The value to assign to the time_started property of this ContainerSummary.
-
application_key
¶ Gets the application_key of this ContainerSummary. Unique key that identifies the application running in the container.
Returns: The application_key of this ContainerSummary. Return type: str
-
application_name
¶ Gets the application_name of this ContainerSummary. The name of the application running in the container.
Returns: The application_name of this ContainerSummary. Return type: str
-
container_key
¶ [Required] Gets the container_key of this ContainerSummary. Unique identifier for the container.
Returns: The container_key of this ContainerSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this ContainerSummary. The name of the container.
Returns: The display_name of this ContainerSummary. Return type: str
-
image_name
¶ [Required] Gets the image_name of this ContainerSummary. The container image name.
Returns: The image_name of this ContainerSummary. Return type: str
-
java_version
¶ Gets the java_version of this ContainerSummary. The Java runtime used to run the application in the container.
Returns: The java_version of this ContainerSummary. Return type: str
-
jre_key
¶ Gets the jre_key of this ContainerSummary. Unique key that identifies the Java runtime used to run the application in the container.
Returns: The jre_key of this ContainerSummary. Return type: str
-
jre_security_status
¶ Gets the jre_security_status of this ContainerSummary. The security status of the Java runtime used to run the application in the container.
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 jre_security_status of this ContainerSummary. Return type: str
-
managed_instance_id
¶ [Required] Gets the managed_instance_id of this ContainerSummary. The OCID of the associated managed instance of type OCMA.
Returns: The managed_instance_id of this ContainerSummary. Return type: str
-
namespace
¶ [Required] Gets the namespace of this ContainerSummary. The namespace of the container.
Returns: The namespace of this ContainerSummary. Return type: str
-
node_name
¶ [Required] Gets the node_name of this ContainerSummary. The name of the node associated with the pod running this container.
Returns: The node_name of this ContainerSummary. Return type: str
-
pod_name
¶ [Required] Gets the pod_name of this ContainerSummary. The name of the pod running this container.
Returns: The pod_name of this ContainerSummary. Return type: str
-
time_started
¶ Gets the time_started of this ContainerSummary. The start time of the container.
Returns: The time_started of this ContainerSummary. Return type: datetime
-