RosEciScalingConfigurationProps
Properties for defining a RosEciScalingConfiguration
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-eciscalingconfiguration
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new RosEciScalingConfigurationProps {
object ContainerGroupName,
object ScalingConfigurationName,
object ScalingGroupId,
object SecurityGroupId,
object AcrRegistryInfos = null,
object ActiveDeadlineSeconds = null,
object AutoCreateEip = null,
object AutoMatchImageCache = null,
object Containers = null,
object CostOptimization = null,
object Cpu = null,
object CpuOptionsCore = null,
object CpuOptionsThreadsPerCore = null,
object DataCacheBucket = null,
object DataCacheBurstingEnabled = null,
object DataCachePl = null,
object DataCacheProvisionedIops = null,
object DnsConfigNameServers = null,
object DnsConfigOptions = null,
object DnsConfigSearches = null,
object DnsPolicy = null,
object EgressBandwidth = null,
object EipBandwidth = null,
object EphemeralStorage = null,
object HostAliases = null,
object HostName = null,
object ImageRegistryCredentials = null,
object ImageSnapshotId = null,
object IngressBandwidth = null,
object InitContainers = null,
object InstanceFamilyLevel = null,
object InstanceTypes = null,
object Ipv6AddressCount = null,
object LoadBalancerWeight = null,
object Memory = null,
object NtpServers = null,
object RamRoleName = null,
object ResourceGroupId = null,
object RestartPolicy = null,
object SecurityContextSysctls = null,
object SpotPriceLimit = null,
object SpotStrategy = null,
TagsProperty[] Tags = null,
object TerminationGracePeriodSeconds = null,
object Volumes = null
};
Properties
Name | Type | Description |
---|---|---|
ContainerGroupName |
object |
No description. |
ScalingConfigurationName |
object |
No description. |
ScalingGroupId |
object |
No description. |
SecurityGroupId |
object |
No description. |
AcrRegistryInfos |
object |
No description. |
ActiveDeadlineSeconds |
object |
No description. |
AutoCreateEip |
object |
No description. |
AutoMatchImageCache |
object |
No description. |
Containers |
object |
No description. |
CostOptimization |
object |
No description. |
Cpu |
object |
No description. |
CpuOptionsCore |
object |
No description. |
CpuOptionsThreadsPerCore |
object |
No description. |
DataCacheBucket |
object |
No description. |
DataCacheBurstingEnabled |
object |
No description. |
DataCachePl |
object |
No description. |
DataCacheProvisionedIops |
object |
No description. |
DnsConfigNameServers |
object |
No description. |
DnsConfigOptions |
object |
No description. |
DnsConfigSearches |
object |
No description. |
DnsPolicy |
object |
No description. |
EgressBandwidth |
object |
No description. |
EipBandwidth |
object |
No description. |
EphemeralStorage |
object |
No description. |
HostAliases |
object |
No description. |
HostName |
object |
No description. |
ImageRegistryCredentials |
object |
No description. |
ImageSnapshotId |
object |
No description. |
IngressBandwidth |
object |
No description. |
InitContainers |
object |
No description. |
InstanceFamilyLevel |
object |
No description. |
InstanceTypes |
object |
No description. |
Ipv6AddressCount |
object |
No description. |
LoadBalancerWeight |
object |
No description. |
Memory |
object |
No description. |
NtpServers |
object |
No description. |
RamRoleName |
object |
No description. |
ResourceGroupId |
object |
No description. |
RestartPolicy |
object |
No description. |
SecurityContextSysctls |
object |
No description. |
SpotPriceLimit |
object |
No description. |
SpotStrategy |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TerminationGracePeriodSeconds |
object |
No description. |
Volumes |
object |
No description. |
ContainerGroupName
Required
public object ContainerGroupName { get; set; }
- Type: object
ScalingConfigurationName
Required
public object ScalingConfigurationName { get; set; }
- Type: object
ScalingGroupId
Required
public object ScalingGroupId { get; set; }
- Type: object
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
AcrRegistryInfos
Optional
public object AcrRegistryInfos { get; set; }
- Type: object
ActiveDeadlineSeconds
Optional
public object ActiveDeadlineSeconds { get; set; }
- Type: object
AutoCreateEip
Optional
public object AutoCreateEip { get; set; }
- Type: object
AutoMatchImageCache
Optional
public object AutoMatchImageCache { get; set; }
- Type: object
Containers
Optional
public object Containers { get; set; }
- Type: object
CostOptimization
Optional
public object CostOptimization { get; set; }
- Type: object
Cpu
Optional
public object Cpu { get; set; }
- Type: object
CpuOptionsCore
Optional
public object CpuOptionsCore { get; set; }
- Type: object
CpuOptionsThreadsPerCore
Optional
public object CpuOptionsThreadsPerCore { get; set; }
- Type: object
DataCacheBucket
Optional
public object DataCacheBucket { get; set; }
- Type: object
DataCacheBurstingEnabled
Optional
public object DataCacheBurstingEnabled { get; set; }
- Type: object
DataCachePl
Optional
public object DataCachePl { get; set; }
- Type: object
DataCacheProvisionedIops
Optional
public object DataCacheProvisionedIops { get; set; }
- Type: object
DnsConfigNameServers
Optional
public object DnsConfigNameServers { get; set; }
- Type: object
DnsConfigOptions
Optional
public object DnsConfigOptions { get; set; }
- Type: object
DnsConfigSearches
Optional
public object DnsConfigSearches { get; set; }
- Type: object
DnsPolicy
Optional
public object DnsPolicy { get; set; }
- Type: object
EgressBandwidth
Optional
public object EgressBandwidth { get; set; }
- Type: object
EipBandwidth
Optional
public object EipBandwidth { get; set; }
- Type: object
EphemeralStorage
Optional
public object EphemeralStorage { get; set; }
- Type: object
HostAliases
Optional
public object HostAliases { get; set; }
- Type: object
HostName
Optional
public object HostName { get; set; }
- Type: object
ImageRegistryCredentials
Optional
public object ImageRegistryCredentials { get; set; }
- Type: object
ImageSnapshotId
Optional
public object ImageSnapshotId { get; set; }
- Type: object
IngressBandwidth
Optional
public object IngressBandwidth { get; set; }
- Type: object
InitContainers
Optional
public object InitContainers { get; set; }
- Type: object
InstanceFamilyLevel
Optional
public object InstanceFamilyLevel { get; set; }
- Type: object
InstanceTypes
Optional
public object InstanceTypes { get; set; }
- Type: object
Ipv6AddressCount
Optional
public object Ipv6AddressCount { get; set; }
- Type: object
LoadBalancerWeight
Optional
public object LoadBalancerWeight { get; set; }
- Type: object
Memory
Optional
public object Memory { get; set; }
- Type: object
NtpServers
Optional
public object NtpServers { 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
SecurityContextSysctls
Optional
public object SecurityContextSysctls { get; set; }
- Type: object
SpotPriceLimit
Optional
public object SpotPriceLimit { get; set; }
- Type: object
SpotStrategy
Optional
public object SpotStrategy { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TerminationGracePeriodSeconds
Optional
public object TerminationGracePeriodSeconds { get; set; }
- Type: object
Volumes
Optional
public object Volumes { get; set; }
- Type: object