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. |
Image
Required
public object Image { get; set; }
- Type: object
ImageCacheName
Required
public object ImageCacheName { get; set; }
- Type: object
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
AcrRegistryInfo
Optional
public object AcrRegistryInfo { get; set; }
- Type: object
AutoMatchImageCache
Optional
public object AutoMatchImageCache { get; set; }
- Type: object
EipInstanceId
Optional
public object EipInstanceId { get; set; }
- Type: object
ImageCacheSize
Optional
public object ImageCacheSize { get; set; }
- Type: object
ImageRegistryCredential
Optional
public object ImageRegistryCredential { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RetentionDays
Optional
public object RetentionDays { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object