ImageCachesProps
Properties for defining a ImageCaches.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecaches
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new ImageCachesProps {
object ImageCacheId = null,
object ImageCacheName = null,
object Limit = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SnapshotId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ImageCacheId | object | Property imageCacheId: ImageCacheId. |
ImageCacheName | object | Property imageCacheName: ImageCacheName. |
Limit | object | Property limit: Number of pages. |
RefreshOptions | object | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId | object | Property resourceGroupId: ResourceGroupId. |
SnapshotId | object | Property snapshotId: SnapshotId. |
ImageCacheIdOptional
public object ImageCacheId { get; set; }
- Type: object
Property imageCacheId: ImageCacheId.
ImageCacheNameOptional
public object ImageCacheName { get; set; }
- Type: object
Property imageCacheName: ImageCacheName.
LimitOptional
public object Limit { get; set; }
- Type: object
Property limit: Number of pages.
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: ResourceGroupId.
SnapshotIdOptional
public object SnapshotId { get; set; }
- Type: object
Property snapshotId: SnapshotId.