FileSystemProps
Properties for defining a FileSystem
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-filesystem
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdfs"
&alicloudroscdkdfs.FileSystemProps {
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{} |
Property protocolType: Protocol type, only support HDFS(HadoopFileSystem). |
SpaceCapacity |
interface{} |
Property spaceCapacity: Capacity of the file system. |
StorageType |
interface{} |
Property storageType: Type of storage media. |
ZoneId |
interface{} |
Property zoneId: zone id. |
DataRedundancyType |
interface{} |
Property dataRedundancyType: Redundancy mode of the file system. |
Description |
interface{} |
Property description: The description of the file system. |
FileSystemName |
interface{} |
Property fileSystemName: Name of the file system. |
PartitionNumber |
interface{} |
Property partitionNumber: The reserved parameters. |
ProvisionedThroughputInMiBps |
interface{} |
Property provisionedThroughputInMiBps: Preset handling capacity. |
StorageSetName |
interface{} |
Property storageSetName: The reserved parameters. |
ThroughputMode |
interface{} |
Property throughputMode: Throughput mode Values: Standard(default): standard throughputProvisioned: preset throughput. |
ProtocolType
Required
ProtocolType interface{}
- Type: interface{}
Property protocolType: Protocol type, only support HDFS(HadoopFileSystem).
SpaceCapacity
Required
SpaceCapacity interface{}
- Type: interface{}
Property spaceCapacity: Capacity of the file system.
When the actual data volume reaches the file system capacity, data cannot be written. Unit: GB
StorageType
Required
StorageType interface{}
- Type: interface{}
Property storageType: Type of storage media.
Values: STANDARD (default) : standard type. PERFORMANCE: performance type.
ZoneId
Required
ZoneId interface{}
- Type: interface{}
Property zoneId: zone id.
DataRedundancyType
Optional
DataRedundancyType interface{}
- Type: interface{}
Property dataRedundancyType: Redundancy mode of the file system.
Values: LRS (default) : local redundancy. ZRS: in-city redundancy.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the file system.
FileSystemName
Optional
FileSystemName interface{}
- Type: interface{}
Property fileSystemName: Name of the file system.
The naming rules are as follows: The value contains 6 to 100 characters. Globally unique and cannot be an empty string. The value can contain letters and digits and underscores (_).
PartitionNumber
Optional
PartitionNumber interface{}
- Type: interface{}
Property partitionNumber: The reserved parameters.
ProvisionedThroughputInMiBps
Optional
ProvisionedThroughputInMiBps interface{}
- Type: interface{}
Property provisionedThroughputInMiBps: Preset handling capacity.
Unit: MB/sdata range: 1-5120
StorageSetName
Optional
StorageSetName interface{}
- Type: interface{}
Property storageSetName: The reserved parameters.
ThroughputMode
Optional
ThroughputMode interface{}
- Type: interface{}
Property throughputMode: Throughput mode Values: Standard(default): standard throughputProvisioned: preset throughput.