RosContainerGroupProps
Properties for defining a RosContainerGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eci-containergroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkeci"
&alicloudroscdkeci.RosContainerGroupProps {
Container: interface{},
ContainerGroupName: interface{},
AcrRegistryInfo: interface{},
ActiveDeadlineSeconds: interface{},
AutoMatchImageCache: interface{},
Cpu: interface{},
DnsConfig: interface{},
EipInstanceId: interface{},
HostAliase: interface{},
ImageRegistryCredential: interface{},
ImageSnapshotId: interface{},
InitContainer: interface{},
InstanceType: interface{},
Ipv6AddressCount: interface{},
Memory: interface{},
RamRoleName: interface{},
ResourceGroupId: interface{},
RestartPolicy: interface{},
SecurityContextSysctl: interface{},
SecurityGroupId: interface{},
SlsEnable: interface{},
SpotPriceLimit: interface{},
SpotStrategy: interface{},
Tag: interface{},
TerminationGracePeriodSeconds: interface{},
Volume: interface{},
VSwitchId: interface{},
ZoneId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Container |
interface{} |
No description. |
ContainerGroupName |
interface{} |
No description. |
AcrRegistryInfo |
interface{} |
No description. |
ActiveDeadlineSeconds |
interface{} |
No description. |
AutoMatchImageCache |
interface{} |
No description. |
Cpu |
interface{} |
No description. |
DnsConfig |
interface{} |
No description. |
EipInstanceId |
interface{} |
No description. |
HostAliase |
interface{} |
No description. |
ImageRegistryCredential |
interface{} |
No description. |
ImageSnapshotId |
interface{} |
No description. |
InitContainer |
interface{} |
No description. |
InstanceType |
interface{} |
No description. |
Ipv6AddressCount |
interface{} |
No description. |
Memory |
interface{} |
No description. |
RamRoleName |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
RestartPolicy |
interface{} |
No description. |
SecurityContextSysctl |
interface{} |
No description. |
SecurityGroupId |
interface{} |
No description. |
SlsEnable |
interface{} |
No description. |
SpotPriceLimit |
interface{} |
No description. |
SpotStrategy |
interface{} |
No description. |
Tag |
interface{} |
No description. |
TerminationGracePeriodSeconds |
interface{} |
No description. |
Volume |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
ContainerRequired
Container interface{}
- Type: interface{}
ContainerGroupNameRequired
ContainerGroupName interface{}
- Type: interface{}
AcrRegistryInfoOptional
AcrRegistryInfo interface{}
- Type: interface{}
ActiveDeadlineSecondsOptional
ActiveDeadlineSeconds interface{}
- Type: interface{}
AutoMatchImageCacheOptional
AutoMatchImageCache interface{}
- Type: interface{}
CpuOptional
Cpu interface{}
- Type: interface{}
DnsConfigOptional
DnsConfig interface{}
- Type: interface{}
EipInstanceIdOptional
EipInstanceId interface{}
- Type: interface{}
HostAliaseOptional
HostAliase interface{}
- Type: interface{}
ImageRegistryCredentialOptional
ImageRegistryCredential interface{}
- Type: interface{}
ImageSnapshotIdOptional
ImageSnapshotId interface{}
- Type: interface{}
InitContainerOptional
InitContainer interface{}
- Type: interface{}
InstanceTypeOptional
InstanceType interface{}
- Type: interface{}
Ipv6AddressCountOptional
Ipv6AddressCount interface{}
- Type: interface{}
MemoryOptional
Memory interface{}
- Type: interface{}
RamRoleNameOptional
RamRoleName interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
RestartPolicyOptional
RestartPolicy interface{}
- Type: interface{}
SecurityContextSysctlOptional
SecurityContextSysctl interface{}
- Type: interface{}
SecurityGroupIdOptional
SecurityGroupId interface{}
- Type: interface{}
SlsEnableOptional
SlsEnable interface{}
- Type: interface{}
SpotPriceLimitOptional
SpotPriceLimit interface{}
- Type: interface{}
SpotStrategyOptional
SpotStrategy interface{}
- Type: interface{}
TagOptional
Tag interface{}
- Type: interface{}
TerminationGracePeriodSecondsOptional
TerminationGracePeriodSeconds interface{}
- Type: interface{}
VolumeOptional
Volume interface{}
- Type: interface{}
VSwitchIdOptional
VSwitchId interface{}
- Type: interface{}
ZoneIdOptional
ZoneId interface{}
- Type: interface{}