Skip to content

RosFileSystemProps

Properties for defining a RosFileSystem.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dfs;
new RosFileSystemProps {
    object ProtocolType,
    object SpaceCapacity,
    object StorageType,
    object ZoneId,
    object DataRedundancyType = null,
    object Description = null,
    object FileSystemName = null,
    object PartitionNumber = null,
    object ProvisionedThroughputInMiBps = null,
    object StorageSetName = null,
    object ThroughputMode = null
};

Properties

Name Type Description
ProtocolType object No description.
SpaceCapacity object No description.
StorageType object No description.
ZoneId object No description.
DataRedundancyType object No description.
Description object No description.
FileSystemName object No description.
PartitionNumber object No description.
ProvisionedThroughputInMiBps object No description.
StorageSetName object No description.
ThroughputMode object No description.

ProtocolTypeRequired

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

SpaceCapacityRequired

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

StorageTypeRequired

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

ZoneIdRequired

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

DataRedundancyTypeOptional

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

DescriptionOptional

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

FileSystemNameOptional

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

PartitionNumberOptional

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

ProvisionedThroughputInMiBpsOptional

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

StorageSetNameOptional

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

ThroughputModeOptional

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