published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
A file system is a storage system that manages files through a directory tree structure. It is divided into local file systems and remote file systems. This refers specifically to remote file systems, which support concurrent access by multiple compute nodes and shared datasets.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
resources:
eFSFileSystemDemo:
type: volcenginecc:efs:FileSystem
name: EFSFileSystemDemo
properties:
fileSystemName: cc-test
description: description
chargeType: PayAsYouGo
zoneId: cn-beijing-a
instanceType: Premium
performanceDensity: Premium_125
projectName: default
performance:
bandwidth_mode: Provisioned
provisioned_bandwidth: 300
tags:
- key: env
value: test
Create FileSystem Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FileSystem(name: string, args: FileSystemArgs, opts?: CustomResourceOptions);@overload
def FileSystem(resource_name: str,
args: FileSystemArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FileSystem(resource_name: str,
opts: Optional[ResourceOptions] = None,
file_system_name: Optional[str] = None,
instance_type: Optional[str] = None,
performance: Optional[FileSystemPerformanceArgs] = None,
performance_density: Optional[str] = None,
zone_id: Optional[str] = None,
charge_type: Optional[str] = None,
description: Optional[str] = None,
project_name: Optional[str] = None,
tags: Optional[Sequence[FileSystemTagArgs]] = None)func NewFileSystem(ctx *Context, name string, args FileSystemArgs, opts ...ResourceOption) (*FileSystem, error)public FileSystem(string name, FileSystemArgs args, CustomResourceOptions? opts = null)
public FileSystem(String name, FileSystemArgs args)
public FileSystem(String name, FileSystemArgs args, CustomResourceOptions options)
type: volcenginecc:efs:FileSystem
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FileSystemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FileSystemArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FileSystemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FileSystemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FileSystemArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
FileSystem Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FileSystem resource accepts the following input properties:
- File
System stringName - File system name.
- Instance
Type string - Basic: Basic type, Premium: Premium type.
- Performance
Volcengine.
File System Performance - File system performance information.
- Performance
Density string - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- Zone
Id string - Availability zone ID.
- Charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- Description string
- Description.
- Project
Name string - Project name.
-
List<Volcengine.
File System Tag>
- File
System stringName - File system name.
- Instance
Type string - Basic: Basic type, Premium: Premium type.
- Performance
File
System Performance Args - File system performance information.
- Performance
Density string - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- Zone
Id string - Availability zone ID.
- Charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- Description string
- Description.
- Project
Name string - Project name.
-
[]File
System Tag Args
- file
System StringName - File system name.
- instance
Type String - Basic: Basic type, Premium: Premium type.
- performance
File
System Performance - File system performance information.
- performance
Density String - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- zone
Id String - Availability zone ID.
- charge
Type String - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- description String
- Description.
- project
Name String - Project name.
-
List<File
System Tag>
- file
System stringName - File system name.
- instance
Type string - Basic: Basic type, Premium: Premium type.
- performance
File
System Performance - File system performance information.
- performance
Density string - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- zone
Id string - Availability zone ID.
- charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- description string
- Description.
- project
Name string - Project name.
-
File
System Tag[]
- file_
system_ strname - File system name.
- instance_
type str - Basic: Basic type, Premium: Premium type.
- performance
File
System Performance Args - File system performance information.
- performance_
density str - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- zone_
id str - Availability zone ID.
- charge_
type str - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- description str
- Description.
- project_
name str - Project name.
-
Sequence[File
System Tag Args]
- file
System StringName - File system name.
- instance
Type String - Basic: Basic type, Premium: Premium type.
- performance Property Map
- File system performance information.
- performance
Density String - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- zone
Id String - Availability zone ID.
- charge
Type String - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- description String
- Description.
- project
Name String - Project name.
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the FileSystem resource produces the following output properties:
- Access
Point intLimit - Access point limit.
- Charge
Config Volcengine.File System Charge Config - File system billing configuration.
- Create
Time string - File system creation time.
- Downgrade
Unlock stringTime - Time when file system bandwidth can be downgraded.
- File
System stringId - File system ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mount
Point intLimit - Mount point limit.
- Protocol
Types List<string> - Protocol type.
- Status string
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- Storage
Volcengine.
File System Storage - File system capacity information.
- Update
Time string - File system update time.
- Zone
Name string - Availability zone name.
- Access
Point intLimit - Access point limit.
- Charge
Config FileSystem Charge Config - File system billing configuration.
- Create
Time string - File system creation time.
- Downgrade
Unlock stringTime - Time when file system bandwidth can be downgraded.
- File
System stringId - File system ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mount
Point intLimit - Mount point limit.
- Protocol
Types []string - Protocol type.
- Status string
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- Storage
File
System Storage - File system capacity information.
- Update
Time string - File system update time.
- Zone
Name string - Availability zone name.
- access
Point IntegerLimit - Access point limit.
- charge
Config FileSystem Charge Config - File system billing configuration.
- create
Time String - File system creation time.
- downgrade
Unlock StringTime - Time when file system bandwidth can be downgraded.
- file
System StringId - File system ID.
- id String
- The provider-assigned unique ID for this managed resource.
- mount
Point IntegerLimit - Mount point limit.
- protocol
Types List<String> - Protocol type.
- status String
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage
File
System Storage - File system capacity information.
- update
Time String - File system update time.
- zone
Name String - Availability zone name.
- access
Point numberLimit - Access point limit.
- charge
Config FileSystem Charge Config - File system billing configuration.
- create
Time string - File system creation time.
- downgrade
Unlock stringTime - Time when file system bandwidth can be downgraded.
- file
System stringId - File system ID.
- id string
- The provider-assigned unique ID for this managed resource.
- mount
Point numberLimit - Mount point limit.
- protocol
Types string[] - Protocol type.
- status string
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage
File
System Storage - File system capacity information.
- update
Time string - File system update time.
- zone
Name string - Availability zone name.
- access_
point_ intlimit - Access point limit.
- charge_
config FileSystem Charge Config - File system billing configuration.
- create_
time str - File system creation time.
- downgrade_
unlock_ strtime - Time when file system bandwidth can be downgraded.
- file_
system_ strid - File system ID.
- id str
- The provider-assigned unique ID for this managed resource.
- mount_
point_ intlimit - Mount point limit.
- protocol_
types Sequence[str] - Protocol type.
- status str
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage
File
System Storage - File system capacity information.
- update_
time str - File system update time.
- zone_
name str - Availability zone name.
- access
Point NumberLimit - Access point limit.
- charge
Config Property Map - File system billing configuration.
- create
Time String - File system creation time.
- downgrade
Unlock StringTime - Time when file system bandwidth can be downgraded.
- file
System StringId - File system ID.
- id String
- The provider-assigned unique ID for this managed resource.
- mount
Point NumberLimit - Mount point limit.
- protocol
Types List<String> - Protocol type.
- status String
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage Property Map
- File system capacity information.
- update
Time String - File system update time.
- zone
Name String - Availability zone name.
Look up Existing FileSystem Resource
Get an existing FileSystem resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FileSystemState, opts?: CustomResourceOptions): FileSystem@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_point_limit: Optional[int] = None,
charge_config: Optional[FileSystemChargeConfigArgs] = None,
charge_type: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
downgrade_unlock_time: Optional[str] = None,
file_system_id: Optional[str] = None,
file_system_name: Optional[str] = None,
instance_type: Optional[str] = None,
mount_point_limit: Optional[int] = None,
performance: Optional[FileSystemPerformanceArgs] = None,
performance_density: Optional[str] = None,
project_name: Optional[str] = None,
protocol_types: Optional[Sequence[str]] = None,
status: Optional[str] = None,
storage: Optional[FileSystemStorageArgs] = None,
tags: Optional[Sequence[FileSystemTagArgs]] = None,
update_time: Optional[str] = None,
zone_id: Optional[str] = None,
zone_name: Optional[str] = None) -> FileSystemfunc GetFileSystem(ctx *Context, name string, id IDInput, state *FileSystemState, opts ...ResourceOption) (*FileSystem, error)public static FileSystem Get(string name, Input<string> id, FileSystemState? state, CustomResourceOptions? opts = null)public static FileSystem get(String name, Output<String> id, FileSystemState state, CustomResourceOptions options)resources: _: type: volcenginecc:efs:FileSystem get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Access
Point intLimit - Access point limit.
- Charge
Config Volcengine.File System Charge Config - File system billing configuration.
- Charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- Create
Time string - File system creation time.
- Description string
- Description.
- Downgrade
Unlock stringTime - Time when file system bandwidth can be downgraded.
- File
System stringId - File system ID.
- File
System stringName - File system name.
- Instance
Type string - Basic: Basic type, Premium: Premium type.
- Mount
Point intLimit - Mount point limit.
- Performance
Volcengine.
File System Performance - File system performance information.
- Performance
Density string - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- Project
Name string - Project name.
- Protocol
Types List<string> - Protocol type.
- Status string
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- Storage
Volcengine.
File System Storage - File system capacity information.
-
List<Volcengine.
File System Tag> - Update
Time string - File system update time.
- Zone
Id string - Availability zone ID.
- Zone
Name string - Availability zone name.
- Access
Point intLimit - Access point limit.
- Charge
Config FileSystem Charge Config Args - File system billing configuration.
- Charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- Create
Time string - File system creation time.
- Description string
- Description.
- Downgrade
Unlock stringTime - Time when file system bandwidth can be downgraded.
- File
System stringId - File system ID.
- File
System stringName - File system name.
- Instance
Type string - Basic: Basic type, Premium: Premium type.
- Mount
Point intLimit - Mount point limit.
- Performance
File
System Performance Args - File system performance information.
- Performance
Density string - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- Project
Name string - Project name.
- Protocol
Types []string - Protocol type.
- Status string
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- Storage
File
System Storage Args - File system capacity information.
-
[]File
System Tag Args - Update
Time string - File system update time.
- Zone
Id string - Availability zone ID.
- Zone
Name string - Availability zone name.
- access
Point IntegerLimit - Access point limit.
- charge
Config FileSystem Charge Config - File system billing configuration.
- charge
Type String - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- create
Time String - File system creation time.
- description String
- Description.
- downgrade
Unlock StringTime - Time when file system bandwidth can be downgraded.
- file
System StringId - File system ID.
- file
System StringName - File system name.
- instance
Type String - Basic: Basic type, Premium: Premium type.
- mount
Point IntegerLimit - Mount point limit.
- performance
File
System Performance - File system performance information.
- performance
Density String - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- project
Name String - Project name.
- protocol
Types List<String> - Protocol type.
- status String
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage
File
System Storage - File system capacity information.
-
List<File
System Tag> - update
Time String - File system update time.
- zone
Id String - Availability zone ID.
- zone
Name String - Availability zone name.
- access
Point numberLimit - Access point limit.
- charge
Config FileSystem Charge Config - File system billing configuration.
- charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- create
Time string - File system creation time.
- description string
- Description.
- downgrade
Unlock stringTime - Time when file system bandwidth can be downgraded.
- file
System stringId - File system ID.
- file
System stringName - File system name.
- instance
Type string - Basic: Basic type, Premium: Premium type.
- mount
Point numberLimit - Mount point limit.
- performance
File
System Performance - File system performance information.
- performance
Density string - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- project
Name string - Project name.
- protocol
Types string[] - Protocol type.
- status string
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage
File
System Storage - File system capacity information.
-
File
System Tag[] - update
Time string - File system update time.
- zone
Id string - Availability zone ID.
- zone
Name string - Availability zone name.
- access_
point_ intlimit - Access point limit.
- charge_
config FileSystem Charge Config Args - File system billing configuration.
- charge_
type str - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- create_
time str - File system creation time.
- description str
- Description.
- downgrade_
unlock_ strtime - Time when file system bandwidth can be downgraded.
- file_
system_ strid - File system ID.
- file_
system_ strname - File system name.
- instance_
type str - Basic: Basic type, Premium: Premium type.
- mount_
point_ intlimit - Mount point limit.
- performance
File
System Performance Args - File system performance information.
- performance_
density str - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- project_
name str - Project name.
- protocol_
types Sequence[str] - Protocol type.
- status str
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage
File
System Storage Args - File system capacity information.
-
Sequence[File
System Tag Args] - update_
time str - File system update time.
- zone_
id str - Availability zone ID.
- zone_
name str - Availability zone name.
- access
Point NumberLimit - Access point limit.
- charge
Config Property Map - File system billing configuration.
- charge
Type String - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- create
Time String - File system creation time.
- description String
- Description.
- downgrade
Unlock StringTime - Time when file system bandwidth can be downgraded.
- file
System StringId - File system ID.
- file
System StringName - File system name.
- instance
Type String - Basic: Basic type, Premium: Premium type.
- mount
Point NumberLimit - Mount point limit.
- performance Property Map
- File system performance information.
- performance
Density String - File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
- project
Name String - Project name.
- protocol
Types List<String> - Protocol type.
- status String
- File system status. Value description: Creating: Creating. CreateError: Creation failed. Running: Running. Updating: Updating. Deleting: Deleting. DeleteError: Deletion failed. Deleted: Deleted. Stopped: Stopped.
- storage Property Map
- File system capacity information.
- List<Property Map>
- update
Time String - File system update time.
- zone
Id String - Availability zone ID.
- zone
Name String - Availability zone name.
Supporting Types
FileSystemChargeConfig, FileSystemChargeConfigArgs
- Charge
Status string - Billing status. Value description: WaitingPaid: Waiting for payment, Pending: Creating, Modifying: Reconfiguring, Failed: Failed, Normal: Normal, Expired: Expired, Overdue: Overdue, Reclaimed: Reclaimed, Terminated: Unsubscribed.
- Charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- Expire
Time string - Expiration time.
- Reclaim
Time string - Recycle time.
- Stop
Time string - Shutdown time.
- Charge
Status string - Billing status. Value description: WaitingPaid: Waiting for payment, Pending: Creating, Modifying: Reconfiguring, Failed: Failed, Normal: Normal, Expired: Expired, Overdue: Overdue, Reclaimed: Reclaimed, Terminated: Unsubscribed.
- Charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- Expire
Time string - Expiration time.
- Reclaim
Time string - Recycle time.
- Stop
Time string - Shutdown time.
- charge
Status String - Billing status. Value description: WaitingPaid: Waiting for payment, Pending: Creating, Modifying: Reconfiguring, Failed: Failed, Normal: Normal, Expired: Expired, Overdue: Overdue, Reclaimed: Reclaimed, Terminated: Unsubscribed.
- charge
Type String - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- expire
Time String - Expiration time.
- reclaim
Time String - Recycle time.
- stop
Time String - Shutdown time.
- charge
Status string - Billing status. Value description: WaitingPaid: Waiting for payment, Pending: Creating, Modifying: Reconfiguring, Failed: Failed, Normal: Normal, Expired: Expired, Overdue: Overdue, Reclaimed: Reclaimed, Terminated: Unsubscribed.
- charge
Type string - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- expire
Time string - Expiration time.
- reclaim
Time string - Recycle time.
- stop
Time string - Shutdown time.
- charge_
status str - Billing status. Value description: WaitingPaid: Waiting for payment, Pending: Creating, Modifying: Reconfiguring, Failed: Failed, Normal: Normal, Expired: Expired, Overdue: Overdue, Reclaimed: Reclaimed, Terminated: Unsubscribed.
- charge_
type str - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- expire_
time str - Expiration time.
- reclaim_
time str - Recycle time.
- stop_
time str - Shutdown time.
- charge
Status String - Billing status. Value description: WaitingPaid: Waiting for payment, Pending: Creating, Modifying: Reconfiguring, Failed: Failed, Normal: Normal, Expired: Expired, Overdue: Overdue, Reclaimed: Reclaimed, Terminated: Unsubscribed.
- charge
Type String - Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
- expire
Time String - Expiration time.
- reclaim
Time String - Recycle time.
- stop
Time String - Shutdown time.
FileSystemPerformance, FileSystemPerformanceArgs
- Bandwidth
Mode string - Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
- Baseline
Bandwidth int - Baseline bandwidth.
- Baseline
Iops int - Baseline IOPS.
- Burst
Bandwidth int - Burst bandwidth.
- Burst
Iops int - Burst IOPS.
- Provisioned
Bandwidth int - Provisioned bandwidth.
- Provisioned
Iops int - Provisioned IOPS.
- Bandwidth
Mode string - Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
- Baseline
Bandwidth int - Baseline bandwidth.
- Baseline
Iops int - Baseline IOPS.
- Burst
Bandwidth int - Burst bandwidth.
- Burst
Iops int - Burst IOPS.
- Provisioned
Bandwidth int - Provisioned bandwidth.
- Provisioned
Iops int - Provisioned IOPS.
- bandwidth
Mode String - Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
- baseline
Bandwidth Integer - Baseline bandwidth.
- baseline
Iops Integer - Baseline IOPS.
- burst
Bandwidth Integer - Burst bandwidth.
- burst
Iops Integer - Burst IOPS.
- provisioned
Bandwidth Integer - Provisioned bandwidth.
- provisioned
Iops Integer - Provisioned IOPS.
- bandwidth
Mode string - Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
- baseline
Bandwidth number - Baseline bandwidth.
- baseline
Iops number - Baseline IOPS.
- burst
Bandwidth number - Burst bandwidth.
- burst
Iops number - Burst IOPS.
- provisioned
Bandwidth number - Provisioned bandwidth.
- provisioned
Iops number - Provisioned IOPS.
- bandwidth_
mode str - Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
- baseline_
bandwidth int - Baseline bandwidth.
- baseline_
iops int - Baseline IOPS.
- burst_
bandwidth int - Burst bandwidth.
- burst_
iops int - Burst IOPS.
- provisioned_
bandwidth int - Provisioned bandwidth.
- provisioned_
iops int - Provisioned IOPS.
- bandwidth
Mode String - Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
- baseline
Bandwidth Number - Baseline bandwidth.
- baseline
Iops Number - Baseline IOPS.
- burst
Bandwidth Number - Burst bandwidth.
- burst
Iops Number - Burst IOPS.
- provisioned
Bandwidth Number - Provisioned bandwidth.
- provisioned
Iops Number - Provisioned IOPS.
FileSystemStorage, FileSystemStorageArgs
- Capacity
Limit int - Capacity limit, in MiB.
- Capacity
Used int - Used capacity, in MiB.
- Inode
Limit int - File count limit.
- Inode
Used int - Used file count.
- Capacity
Limit int - Capacity limit, in MiB.
- Capacity
Used int - Used capacity, in MiB.
- Inode
Limit int - File count limit.
- Inode
Used int - Used file count.
- capacity
Limit Integer - Capacity limit, in MiB.
- capacity
Used Integer - Used capacity, in MiB.
- inode
Limit Integer - File count limit.
- inode
Used Integer - Used file count.
- capacity
Limit number - Capacity limit, in MiB.
- capacity
Used number - Used capacity, in MiB.
- inode
Limit number - File count limit.
- inode
Used number - Used file count.
- capacity_
limit int - Capacity limit, in MiB.
- capacity_
used int - Used capacity, in MiB.
- inode_
limit int - File count limit.
- inode_
used int - Used file count.
- capacity
Limit Number - Capacity limit, in MiB.
- capacity
Used Number - Used capacity, in MiB.
- inode
Limit Number - File count limit.
- inode
Used Number - Used file count.
FileSystemTag, FileSystemTagArgs
Import
$ pulumi import volcenginecc:efs/fileSystem:FileSystem example "file_system_id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
published on Thursday, Apr 23, 2026 by Volcengine
