Skip to content

FileSystemsProps

Properties for defining a FileSystems.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-filesystems

Initializer

import { datasource } from '@alicloud/ros-cdk-nas'
const fileSystemsProps: datasource.FileSystemsProps = { ... }

Properties

Name Type Description
fileSystemId string | @alicloud/ros-cdk-core.IResolvable Property fileSystemId: The ID of the file system to be created.
fileSystemType string | @alicloud/ros-cdk-core.IResolvable Property fileSystemType: File system type.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

fileSystemIdOptional

public readonly fileSystemId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property fileSystemId: The ID of the file system to be created.


fileSystemTypeOptional

public readonly fileSystemType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property fileSystemType: File system type.

Value: -standard (default): Universal NAS -extreme: extreme NAS -cpfs: file storage CPFS


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.