Skip to content

RosFileSystemProps

Properties for defining a RosFileSystem.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-filesystem

Initializer

import com.aliyun.ros.cdk.dfs.RosFileSystemProps;
RosFileSystemProps.builder()
    .protocolType(java.lang.String)
    .protocolType(IResolvable)
    .spaceCapacity(java.lang.Number)
    .spaceCapacity(IResolvable)
    .storageType(java.lang.String)
    .storageType(IResolvable)
    .zoneId(java.lang.String)
    .zoneId(IResolvable)
//  .dataRedundancyType(java.lang.String)
//  .dataRedundancyType(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .fileSystemName(java.lang.String)
//  .fileSystemName(IResolvable)
//  .partitionNumber(java.lang.Number)
//  .partitionNumber(IResolvable)
//  .provisionedThroughputInMiBps(java.lang.Number)
//  .provisionedThroughputInMiBps(IResolvable)
//  .storageSetName(java.lang.String)
//  .storageSetName(IResolvable)
//  .throughputMode(java.lang.String)
//  .throughputMode(IResolvable)
    .build();

Properties

Name Type Description
protocolType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
spaceCapacity java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
storageType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
zoneId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
dataRedundancyType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
fileSystemName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
partitionNumber java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
provisionedThroughputInMiBps java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
storageSetName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
throughputMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

protocolTypeRequired

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

spaceCapacityRequired

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

storageTypeRequired

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

zoneIdRequired

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

dataRedundancyTypeOptional

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

descriptionOptional

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

fileSystemNameOptional

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

partitionNumberOptional

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

provisionedThroughputInMiBpsOptional

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

storageSetNameOptional

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

throughputModeOptional

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