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. |
ImageCacheId
Optional
public object ImageCacheId { get; set; }
- Type: object
ImageCacheName
Optional
public object ImageCacheName { get; set; }
- Type: object
Limit
Optional
public object Limit { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SnapshotId
Optional
public object SnapshotId { get; set; }
- Type: object