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