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. |
ProtocolType
Required
public object ProtocolType { get; set; }
- Type: object
SpaceCapacity
Required
public object SpaceCapacity { get; set; }
- Type: object
StorageType
Required
public object StorageType { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
DataRedundancyType
Optional
public object DataRedundancyType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
FileSystemName
Optional
public object FileSystemName { get; set; }
- Type: object
PartitionNumber
Optional
public object PartitionNumber { get; set; }
- Type: object
ProvisionedThroughputInMiBps
Optional
public object ProvisionedThroughputInMiBps { get; set; }
- Type: object
StorageSetName
Optional
public object StorageSetName { get; set; }
- Type: object
ThroughputMode
Optional
public object ThroughputMode { get; set; }
- Type: object