Skip to content

ContainerProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new ContainerProperty {
    object Image,
    object Name,
    object Arg = null,
    object Command = null,
    object Cpu = null,
    object EnvironmentVar = null,
    object ImagePullPolicy = null,
    object LivenessProbe = null,
    object Memory = null,
    object Port = null,
    object ReadinessProbe = null,
    object SecurityContext = null,
    object Stdin = null,
    object StdinOnce = null,
    object Tty = null,
    object VolumeMount = null,
    object WorkingDir = null
};

Properties

Name Type Description
Image object No description.
Name object No description.
Arg object No description.
Command object No description.
Cpu object No description.
EnvironmentVar object No description.
ImagePullPolicy object No description.
LivenessProbe object No description.
Memory object No description.
Port object No description.
ReadinessProbe object No description.
SecurityContext object No description.
Stdin object No description.
StdinOnce object No description.
Tty object No description.
VolumeMount object No description.
WorkingDir object No description.

ImageRequired

public object Image { get; set; }
  • Type: object

NameRequired

public object Name { get; set; }
  • Type: object

ArgOptional

public object Arg { get; set; }
  • Type: object

CommandOptional

public object Command { get; set; }
  • Type: object

CpuOptional

public object Cpu { get; set; }
  • Type: object

EnvironmentVarOptional

public object EnvironmentVar { get; set; }
  • Type: object

ImagePullPolicyOptional

public object ImagePullPolicy { get; set; }
  • Type: object

LivenessProbeOptional

public object LivenessProbe { get; set; }
  • Type: object

MemoryOptional

public object Memory { get; set; }
  • Type: object

PortOptional

public object Port { get; set; }
  • Type: object

ReadinessProbeOptional

public object ReadinessProbe { get; set; }
  • Type: object

SecurityContextOptional

public object SecurityContext { get; set; }
  • Type: object

StdinOptional

public object Stdin { get; set; }
  • Type: object

StdinOnceOptional

public object StdinOnce { get; set; }
  • Type: object

TtyOptional

public object Tty { get; set; }
  • Type: object

VolumeMountOptional

public object VolumeMount { get; set; }
  • Type: object

WorkingDirOptional

public object WorkingDir { get; set; }
  • Type: object