Skip to content

ZonesProps

Properties for defining a Zones.

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

Initializer

import com.aliyun.ros.cdk.nas.datasource.ZonesProps;
ZonesProps.builder()
//  .fileSystemType(java.lang.String)
//  .fileSystemType(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
fileSystemType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property fileSystemType: The type of the file system.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

fileSystemTypeOptional

public java.lang.Object getFileSystemType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.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.