Show / Hide Table of Contents

Class ContainerInstanceContainer

A container on a container instance.

Inheritance
object
ContainerInstanceContainer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class ContainerInstanceContainer

Properties

ContainerId

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

The OCID of the container.

Remarks

Required

DisplayName

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

Display name for the Container.

In this article
Back to top