Skip to content

FileSystemsProps

Properties for defining a FileSystems.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nas;
new FileSystemsProps {
    object FileSystemId = null,
    object FileSystemType = null,
    object RefreshOptions = null
};

Properties

Name Type Description
FileSystemId object Property fileSystemId: The ID of the file system to be created.
FileSystemType object Property fileSystemType: File system type.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

FileSystemIdOptional

public object FileSystemId { get; set; }
  • Type: object

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


FileSystemTypeOptional

public object FileSystemType { get; set; }
  • Type: object

Property fileSystemType: File system type.

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


RefreshOptionsOptional

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.