Skip to content

FileSystemProps

Properties for defining a FileSystem.

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

Initializer

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

Properties

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

FileSystemIdRequired

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

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


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.