Show / Hide Table of Contents

Class HostContainers

Host Containers details

Inheritance
object
HostConfigurationMetricGroup
HostContainers
Inherited Members
HostConfigurationMetricGroup.TimeCollected
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostContainers : HostConfigurationMetricGroup

Properties

ContainerId

Declaration
[JsonProperty(PropertyName = "containerId")]
public string ContainerId { get; set; }
Property Value
Type Description
string

Container Id (full)

ContainerImage

Declaration
[JsonProperty(PropertyName = "containerImage")]
public string ContainerImage { get; set; }
Property Value
Type Description
string

Container Image

ContainerImageDigest

Declaration
[JsonProperty(PropertyName = "containerImageDigest")]
public string ContainerImageDigest { get; set; }
Property Value
Type Description
string

Container Image Digest

ContainerImageTag

Declaration
[JsonProperty(PropertyName = "containerImageTag")]
public string ContainerImageTag { get; set; }
Property Value
Type Description
string

Container Image Tag (version)

ContainerName

Declaration
[JsonProperty(PropertyName = "containerName")]
public string ContainerName { get; set; }
Property Value
Type Description
string

Container Name

ContainerPorts

Declaration
[JsonProperty(PropertyName = "containerPorts")]
public string ContainerPorts { get; set; }
Property Value
Type Description
string

Container open ports

In this article
Back to top