RosImageCacheProps
Properties for defining a RosImageCache.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eci-imagecache
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new RosImageCacheProps {
object Image,
object ImageCacheName,
object SecurityGroupId,
object VSwitchId,
object AcrRegistryInfo = null,
object AutoMatchImageCache = null,
object EipInstanceId = null,
object ImageCacheSize = null,
object ImageRegistryCredential = null,
object ResourceGroupId = null,
object RetentionDays = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Image |
object |
No description. |
ImageCacheName |
object |
No description. |
SecurityGroupId |
object |
No description. |
VSwitchId |
object |
No description. |
AcrRegistryInfo |
object |
No description. |
AutoMatchImageCache |
object |
No description. |
EipInstanceId |
object |
No description. |
ImageCacheSize |
object |
No description. |
ImageRegistryCredential |
object |
No description. |
ResourceGroupId |
object |
No description. |
RetentionDays |
object |
No description. |
ZoneId |
object |
No description. |
ImageRequired
public object Image { get; set; }
- Type: object
ImageCacheNameRequired
public object ImageCacheName { get; set; }
- Type: object
SecurityGroupIdRequired
public object SecurityGroupId { get; set; }
- Type: object
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
AcrRegistryInfoOptional
public object AcrRegistryInfo { get; set; }
- Type: object
AutoMatchImageCacheOptional
public object AutoMatchImageCache { get; set; }
- Type: object
EipInstanceIdOptional
public object EipInstanceId { get; set; }
- Type: object
ImageCacheSizeOptional
public object ImageCacheSize { get; set; }
- Type: object
ImageRegistryCredentialOptional
public object ImageRegistryCredential { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
RetentionDaysOptional
public object RetentionDays { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object