ZonesProps
Properties for defining a Zones.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-zones
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas/datasource"
&datasource.ZonesProps {
FileSystemType: interface{},
RefreshOptions: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
FileSystemType |
interface{} |
Property fileSystemType: The type of the file system. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
FileSystemTypeOptional
FileSystemType interface{}
- Type: interface{}
Property fileSystemType: The type of the file system.
Default value: all. Valid values: standard: General-purpose NAS file system extreme: Extreme NAS file system cpfs: CPFS file system
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.