Class ContainerInstanceContainer
A container on a container instance.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class ContainerInstanceContainerProperties
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. |