RosFileSystemProps
Properties for defining a RosFileSystem.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-filesystem
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdfs"
&alicloudroscdkdfs.RosFileSystemProps {
ProtocolType: interface{},
SpaceCapacity: interface{},
StorageType: interface{},
ZoneId: interface{},
DataRedundancyType: interface{},
Description: interface{},
FileSystemName: interface{},
PartitionNumber: interface{},
ProvisionedThroughputInMiBps: interface{},
StorageSetName: interface{},
ThroughputMode: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ProtocolType |
interface{} |
No description. |
SpaceCapacity |
interface{} |
No description. |
StorageType |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
DataRedundancyType |
interface{} |
No description. |
Description |
interface{} |
No description. |
FileSystemName |
interface{} |
No description. |
PartitionNumber |
interface{} |
No description. |
ProvisionedThroughputInMiBps |
interface{} |
No description. |
StorageSetName |
interface{} |
No description. |
ThroughputMode |
interface{} |
No description. |
ProtocolTypeRequired
ProtocolType interface{}
- Type: interface{}
SpaceCapacityRequired
SpaceCapacity interface{}
- Type: interface{}
StorageTypeRequired
StorageType interface{}
- Type: interface{}
ZoneIdRequired
ZoneId interface{}
- Type: interface{}
DataRedundancyTypeOptional
DataRedundancyType interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
FileSystemNameOptional
FileSystemName interface{}
- Type: interface{}
PartitionNumberOptional
PartitionNumber interface{}
- Type: interface{}
ProvisionedThroughputInMiBpsOptional
ProvisionedThroughputInMiBps interface{}
- Type: interface{}
StorageSetNameOptional
StorageSetName interface{}
- Type: interface{}
ThroughputModeOptional
ThroughputMode interface{}
- Type: interface{}