Skip to content

FileSystemProps

Properties for defining a FileSystem.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas"
&alicloudroscdknas.FileSystemProps {
    ProtocolType: interface{},
    StorageType: interface{},
    Bandwidth: interface{},
    Capacity: interface{},
    ChargeType: interface{},
    DeletionForce: interface{},
    Description: interface{},
    Duration: interface{},
    EncryptType: interface{},
    FileSystemType: interface{},
    ResourceGroupId: interface{},
    SnapshotId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdknas.RosFileSystem.TagsProperty,
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
ProtocolType interface{} Property protocolType: Type of protocol used.
StorageType interface{} Property storageType: The storage type of the file System.
Bandwidth interface{} Property bandwidth: Maximum file system throughput, unit is MB\/s.
Capacity interface{} Property capacity: Specify the capacity of the file system.
ChargeType interface{} Property chargeType: Type of payment: PayAsYouGo (pay as you go) Subscription.
DeletionForce interface{} Property deletionForce: Whether delete all mount targets on the file system and then delete file system.
Description interface{} Property description: The description of the file system.
Duration interface{} Property duration: The period of subscription in months.
EncryptType interface{} Property encryptType: Specifies whether to encrypt data in the file system.
FileSystemType interface{} Property fileSystemType: File system type.
ResourceGroupId interface{} Property resourceGroupId: Resource group id.
SnapshotId interface{} Property snapshotId: The snapshot ID.
Tags *[]TagsProperty Property tags: Tags to attach to filesystem.
VpcId interface{} Property vpcId: The VPC ID.
VSwitchId interface{} Property vSwitchId: The vSwitch ID.
ZoneId interface{} Property zoneId: The ID of the zone.

ProtocolTypeRequired

ProtocolType interface{}
  • Type: interface{}

Property protocolType: Type of protocol used.

Valid values: NFS, SMB, cpfs.


StorageTypeRequired

StorageType interface{}
  • Type: interface{}

Property storageType: The storage type of the file System.

Valid values: Performance、Capacity、Premium(Available when the file_system_type is standard) standard、advance(Available when the file_system_type is extreme) advance_100、advance_200(Available when the file_system_type is cpfs)


BandwidthOptional

Bandwidth interface{}
  • Type: interface{}

Property bandwidth: Maximum file system throughput, unit is MB\/s.

Required and valid only when FileSystemType=cpfs.


CapacityOptional

Capacity interface{}
  • Type: interface{}

Property capacity: Specify the capacity of the file system.

Unit: GiB. This parameter is required and valid when FileSystemType is set to extreme, cpfs, or cpfsse. Specify a value based on the specifications on the following buy page:

  • Extreme NAS (Pay-as-you-go)
  • CPFS (Pay-as-you-go)

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

Property chargeType: Type of payment: PayAsYouGo (pay as you go) Subscription.


DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

Property deletionForce: Whether delete all mount targets on the file system and then delete file system.

Default is false


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the file system.

Limits:

  • Must be 2 to 128 characters in length.
  • Must start with a letter but cannot start with http:\/\/ or https:\/\/.
  • Can contain digits, colons (:), underscores (_), and hyphens (-).

DurationOptional

Duration interface{}
  • Type: interface{}

Property duration: The period of subscription in months.

Required and valid when ChargeType is Subscription. When the annual and monthly subscription instance expires without renewal, the instance will automatically expire and be released.


EncryptTypeOptional

EncryptType interface{}
  • Type: interface{}

Property encryptType: Specifies whether to encrypt data in the file system.

You can use the keys that are managed by Key Management Service (KMS) to encrypt data in a file system. When you read and write the encrypted data, the data is automatically decrypted. Valid values:

  • 0 (default): The data in the file system is not encrypted.
  • 1: A NAS-managed key is used to encrypt the data in the file system. This value is valid if FileSystemType is set to standard or extreme.
  • 2: A KMS-managed key is used to encrypt the data in the file system. This value is valid if the FileSystemType parameter is set to standard or extreme.
  • Extreme NAS: All regions except China East 1 Finance support KMS-managed keys.
  • General-purpose NAS: All regions support KMS-managed keys.

FileSystemTypeOptional

FileSystemType interface{}
  • Type: interface{}

Property fileSystemType: File system type.

Allowed values: standard(default), extreme, cpfs


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: Resource group id.


SnapshotIdOptional

SnapshotId interface{}
  • Type: interface{}

Property snapshotId: The snapshot ID.

This parameter is available only for advanced Extreme NAS file systems.

You can create a file system from a snapshot. The version of the file system is the same as that of the source file system. For example, the source file system of the snapshot uses version 1. To create a file system of version 2, create File System A from the snapshot and create File System B of version 2. Then copy the data and migrate your business from File System A to File System B.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags to attach to filesystem.

Max support 20 tags to add during create filesystem. Each tag with two properties Key and Value, and Key is required.


VpcIdOptional

VpcId interface{}
  • Type: interface{}

Property vpcId: The VPC ID.

  • This parameter is required if FileSystemType is set to cpfs or cpfsse.
  • This parameter is reserved and not required if FileSystemType is set to standard or extreme.

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: The vSwitch ID.

  • This parameter is required if FileSystemType is set to cpfs.
  • If FileSystemType is not set to cpfs, this parameter is reserved and not required.

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}

Property zoneId: The ID of the zone.

Each region has multiple isolated locations known as zones. Each zone has its own independent power supply and network. This parameter is not required if FileSystemType is set to standard. By default, a random zone is selected based on the protocol type and storage type. This parameter is required if FileSystemType is set to extreme or cpfs.

  • An Elastic Compute Service (ECS) instance and a file system that reside in different zones of the same region can access each other.
  • We recommend that you select the zone where the ECS instance resides. This prevents cross-zone latency between the file system and the ECS instance.