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. |
ImageCacheId
Optional
public object ImageCacheId { get; set; }
- Type: object
Property imageCacheId: ImageCacheId.
ImageCacheName
Optional
public object ImageCacheName { get; set; }
- Type: object
Property imageCacheName: ImageCacheName.
Limit
Optional
public object Limit { get; set; }
- Type: object
Property limit: Number of pages.
RefreshOptions
Optional
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.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: ResourceGroupId.
SnapshotId
Optional
public object SnapshotId { get; set; }
- Type: object
Property snapshotId: SnapshotId.