ImageCachesProps
Properties for defining a ImageCaches.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eci-imagecaches
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkeci/datasource"
&datasource.ImageCachesProps {
ImageCacheId: interface{},
ImageCacheName: interface{},
Limit: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
SnapshotId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ImageCacheId |
interface{} |
Property imageCacheId: ImageCacheId. |
ImageCacheName |
interface{} |
Property imageCacheName: ImageCacheName. |
Limit |
interface{} |
Property limit: Number of pages. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: ResourceGroupId. |
SnapshotId |
interface{} |
Property snapshotId: SnapshotId. |
ImageCacheIdOptional
ImageCacheId interface{}
- Type: interface{}
Property imageCacheId: ImageCacheId.
ImageCacheNameOptional
ImageCacheName interface{}
- Type: interface{}
Property imageCacheName: ImageCacheName.
LimitOptional
Limit interface{}
- Type: interface{}
Property limit: Number of pages.
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: ResourceGroupId.
SnapshotIdOptional
SnapshotId interface{}
- Type: interface{}
Property snapshotId: SnapshotId.