Class ContainerSummary
Information about a container in the cluster.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class ContainerSummary
Properties
ApplicationKey
Declaration
[JsonProperty(PropertyName = "applicationKey")]
public string ApplicationKey { get; set; }
Property Value
Type | Description |
---|---|
string | Unique key that identifies the application running in the container. |
ApplicationName
Declaration
[JsonProperty(PropertyName = "applicationName")]
public string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the application running in the container. |
ContainerKey
Declaration
[Required(ErrorMessage = "ContainerKey is required.")]
[JsonProperty(PropertyName = "containerKey")]
public string ContainerKey { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier for the container. |
Remarks
Required
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the container. |
Remarks
Required
ImageName
Declaration
[Required(ErrorMessage = "ImageName is required.")]
[JsonProperty(PropertyName = "imageName")]
public string ImageName { get; set; }
Property Value
Type | Description |
---|---|
string | The container image name. |
Remarks
Required
JavaVersion
Declaration
[JsonProperty(PropertyName = "javaVersion")]
public string JavaVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The Java runtime used to run the application in the container. |
JreKey
Declaration
[JsonProperty(PropertyName = "jreKey")]
public string JreKey { get; set; }
Property Value
Type | Description |
---|---|
string | Unique key that identifies the Java runtime used to run the application in the container. |
JreSecurityStatus
Declaration
[JsonProperty(PropertyName = "jreSecurityStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public JreSecurityStatus? JreSecurityStatus { get; set; }
Property Value
Type | Description |
---|---|
JreSecurityStatus? | The security status of the Java runtime used to run the application in the container. |
ManagedInstanceId
Declaration
[Required(ErrorMessage = "ManagedInstanceId is required.")]
[JsonProperty(PropertyName = "managedInstanceId")]
public string ManagedInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the associated managed instance of type OCMA. |
Remarks
Required
Namespace
Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
string | The namespace of the container. |
Remarks
Required
NodeName
Declaration
[Required(ErrorMessage = "NodeName is required.")]
[JsonProperty(PropertyName = "nodeName")]
public string NodeName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the node associated with the pod running this container. |
Remarks
Required
PodName
Declaration
[Required(ErrorMessage = "PodName is required.")]
[JsonProperty(PropertyName = "podName")]
public string PodName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the pod running this container. |
Remarks
Required
TimeStarted
Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The start time of the container. |