Skip to content

RosContainerGroupProps

Properties for defining a RosContainerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eci-containergroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new RosContainerGroupProps {
    object Container,
    object ContainerGroupName,
    object AcrRegistryInfo = null,
    object ActiveDeadlineSeconds = null,
    object AutoMatchImageCache = null,
    object Cpu = null,
    object DnsConfig = null,
    object EipInstanceId = null,
    object HostAliase = null,
    object ImageRegistryCredential = null,
    object ImageSnapshotId = null,
    object InitContainer = null,
    object InstanceType = null,
    object Ipv6AddressCount = null,
    object Memory = null,
    object RamRoleName = null,
    object ResourceGroupId = null,
    object RestartPolicy = null,
    object SecurityContextSysctl = null,
    object SecurityGroupId = null,
    object SlsEnable = null,
    object SpotPriceLimit = null,
    object SpotStrategy = null,
    object Tag = null,
    object TerminationGracePeriodSeconds = null,
    object Volume = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

Name Type Description
Container object No description.
ContainerGroupName object No description.
AcrRegistryInfo object No description.
ActiveDeadlineSeconds object No description.
AutoMatchImageCache object No description.
Cpu object No description.
DnsConfig object No description.
EipInstanceId object No description.
HostAliase object No description.
ImageRegistryCredential object No description.
ImageSnapshotId object No description.
InitContainer object No description.
InstanceType object No description.
Ipv6AddressCount object No description.
Memory object No description.
RamRoleName object No description.
ResourceGroupId object No description.
RestartPolicy object No description.
SecurityContextSysctl object No description.
SecurityGroupId object No description.
SlsEnable object No description.
SpotPriceLimit object No description.
SpotStrategy object No description.
Tag object No description.
TerminationGracePeriodSeconds object No description.
Volume object No description.
VSwitchId object No description.
ZoneId object No description.

ContainerRequired

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

ContainerGroupNameRequired

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

AcrRegistryInfoOptional

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

ActiveDeadlineSecondsOptional

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

AutoMatchImageCacheOptional

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

CpuOptional

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

DnsConfigOptional

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

EipInstanceIdOptional

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

HostAliaseOptional

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

ImageRegistryCredentialOptional

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

ImageSnapshotIdOptional

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

InitContainerOptional

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

InstanceTypeOptional

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

Ipv6AddressCountOptional

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

MemoryOptional

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

RamRoleNameOptional

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

ResourceGroupIdOptional

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

RestartPolicyOptional

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

SecurityContextSysctlOptional

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

SecurityGroupIdOptional

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

SlsEnableOptional

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

SpotPriceLimitOptional

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

SpotStrategyOptional

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

TagOptional

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

TerminationGracePeriodSecondsOptional

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

VolumeOptional

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

VSwitchIdOptional

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

ZoneIdOptional

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