Skip to content

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.

ProtocolTypeRequired

ProtocolType interface{}
  • Type: interface{}

Property protocolType: Protocol type, only support HDFS(HadoopFileSystem).


SpaceCapacityRequired

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


StorageTypeRequired

StorageType interface{}
  • Type: interface{}

Property storageType: Type of storage media.

Values: STANDARD (default) : standard type. PERFORMANCE: performance type.


ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

Property zoneId: zone id.


DataRedundancyTypeOptional

DataRedundancyType interface{}
  • Type: interface{}

Property dataRedundancyType: Redundancy mode of the file system.

Values: LRS (default) : local redundancy. ZRS: in-city redundancy.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the file system.


FileSystemNameOptional

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 (_).


PartitionNumberOptional

PartitionNumber interface{}
  • Type: interface{}

Property partitionNumber: The reserved parameters.


ProvisionedThroughputInMiBpsOptional

ProvisionedThroughputInMiBps interface{}
  • Type: interface{}

Property provisionedThroughputInMiBps: Preset handling capacity.

Unit: MB/sdata range: 1-5120


StorageSetNameOptional

StorageSetName interface{}
  • Type: interface{}

Property storageSetName: The reserved parameters.


ThroughputModeOptional

ThroughputMode interface{}
  • Type: interface{}

Property throughputMode: Throughput mode Values: Standard(default): standard throughputProvisioned: preset throughput.