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. |
Container
Required
public object Container { get; set; }
- Type: object
ContainerGroupName
Required
public object ContainerGroupName { get; set; }
- Type: object
AcrRegistryInfo
Optional
public object AcrRegistryInfo { get; set; }
- Type: object
ActiveDeadlineSeconds
Optional
public object ActiveDeadlineSeconds { get; set; }
- Type: object
AutoMatchImageCache
Optional
public object AutoMatchImageCache { get; set; }
- Type: object
Cpu
Optional
public object Cpu { get; set; }
- Type: object
DnsConfig
Optional
public object DnsConfig { get; set; }
- Type: object
EipInstanceId
Optional
public object EipInstanceId { get; set; }
- Type: object
HostAliase
Optional
public object HostAliase { get; set; }
- Type: object
ImageRegistryCredential
Optional
public object ImageRegistryCredential { get; set; }
- Type: object
ImageSnapshotId
Optional
public object ImageSnapshotId { get; set; }
- Type: object
InitContainer
Optional
public object InitContainer { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object
Ipv6AddressCount
Optional
public object Ipv6AddressCount { get; set; }
- Type: object
Memory
Optional
public object Memory { get; set; }
- Type: object
RamRoleName
Optional
public object RamRoleName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RestartPolicy
Optional
public object RestartPolicy { get; set; }
- Type: object
SecurityContextSysctl
Optional
public object SecurityContextSysctl { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SlsEnable
Optional
public object SlsEnable { get; set; }
- Type: object
SpotPriceLimit
Optional
public object SpotPriceLimit { get; set; }
- Type: object
SpotStrategy
Optional
public object SpotStrategy { get; set; }
- Type: object
Tag
Optional
public object Tag { get; set; }
- Type: object
TerminationGracePeriodSeconds
Optional
public object TerminationGracePeriodSeconds { get; set; }
- Type: object
Volume
Optional
public object Volume { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object