RosImageCachesProps
Properties for defining a RosImageCaches.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecaches
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new RosImageCachesProps {
object ImageCacheId = null,
object ImageCacheName = null,
object Limit = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SnapshotId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ImageCacheId |
object |
No description. |
ImageCacheName |
object |
No description. |
Limit |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SnapshotId |
object |
No description. |
ImageCacheIdOptional
public object ImageCacheId { get; set; }
- Type: object
ImageCacheNameOptional
public object ImageCacheName { get; set; }
- Type: object
LimitOptional
public object Limit { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SnapshotIdOptional
public object SnapshotId { get; set; }
- Type: object