1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. efs
  6. FileSystem
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
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:

    FileSystemName string
    File system name.
    InstanceType string
    Basic: Basic type, Premium: Premium type.
    Performance Volcengine.FileSystemPerformance
    File system performance information.
    PerformanceDensity string
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    ZoneId string
    Availability zone ID.
    ChargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    Description string
    Description.
    ProjectName string
    Project name.
    Tags List<Volcengine.FileSystemTag>
    FileSystemName string
    File system name.
    InstanceType string
    Basic: Basic type, Premium: Premium type.
    Performance FileSystemPerformanceArgs
    File system performance information.
    PerformanceDensity string
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    ZoneId string
    Availability zone ID.
    ChargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    Description string
    Description.
    ProjectName string
    Project name.
    Tags []FileSystemTagArgs
    fileSystemName String
    File system name.
    instanceType String
    Basic: Basic type, Premium: Premium type.
    performance FileSystemPerformance
    File system performance information.
    performanceDensity String
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    zoneId String
    Availability zone ID.
    chargeType String
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    description String
    Description.
    projectName String
    Project name.
    tags List<FileSystemTag>
    fileSystemName string
    File system name.
    instanceType string
    Basic: Basic type, Premium: Premium type.
    performance FileSystemPerformance
    File system performance information.
    performanceDensity string
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    zoneId string
    Availability zone ID.
    chargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    description string
    Description.
    projectName string
    Project name.
    tags FileSystemTag[]
    file_system_name str
    File system name.
    instance_type str
    Basic: Basic type, Premium: Premium type.
    performance FileSystemPerformanceArgs
    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.
    tags Sequence[FileSystemTagArgs]
    fileSystemName String
    File system name.
    instanceType String
    Basic: Basic type, Premium: Premium type.
    performance Property Map
    File system performance information.
    performanceDensity String
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    zoneId String
    Availability zone ID.
    chargeType String
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    description String
    Description.
    projectName String
    Project name.
    tags List<Property Map>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FileSystem resource produces the following output properties:

    AccessPointLimit int
    Access point limit.
    ChargeConfig Volcengine.FileSystemChargeConfig
    File system billing configuration.
    CreateTime string
    File system creation time.
    DowngradeUnlockTime string
    Time when file system bandwidth can be downgraded.
    FileSystemId string
    File system ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    MountPointLimit int
    Mount point limit.
    ProtocolTypes 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.FileSystemStorage
    File system capacity information.
    UpdateTime string
    File system update time.
    ZoneName string
    Availability zone name.
    AccessPointLimit int
    Access point limit.
    ChargeConfig FileSystemChargeConfig
    File system billing configuration.
    CreateTime string
    File system creation time.
    DowngradeUnlockTime string
    Time when file system bandwidth can be downgraded.
    FileSystemId string
    File system ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    MountPointLimit int
    Mount point limit.
    ProtocolTypes []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 FileSystemStorage
    File system capacity information.
    UpdateTime string
    File system update time.
    ZoneName string
    Availability zone name.
    accessPointLimit Integer
    Access point limit.
    chargeConfig FileSystemChargeConfig
    File system billing configuration.
    createTime String
    File system creation time.
    downgradeUnlockTime String
    Time when file system bandwidth can be downgraded.
    fileSystemId String
    File system ID.
    id String
    The provider-assigned unique ID for this managed resource.
    mountPointLimit Integer
    Mount point limit.
    protocolTypes 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 FileSystemStorage
    File system capacity information.
    updateTime String
    File system update time.
    zoneName String
    Availability zone name.
    accessPointLimit number
    Access point limit.
    chargeConfig FileSystemChargeConfig
    File system billing configuration.
    createTime string
    File system creation time.
    downgradeUnlockTime string
    Time when file system bandwidth can be downgraded.
    fileSystemId string
    File system ID.
    id string
    The provider-assigned unique ID for this managed resource.
    mountPointLimit number
    Mount point limit.
    protocolTypes 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 FileSystemStorage
    File system capacity information.
    updateTime string
    File system update time.
    zoneName string
    Availability zone name.
    access_point_limit int
    Access point limit.
    charge_config FileSystemChargeConfig
    File system billing configuration.
    create_time str
    File system creation time.
    downgrade_unlock_time str
    Time when file system bandwidth can be downgraded.
    file_system_id str
    File system ID.
    id str
    The provider-assigned unique ID for this managed resource.
    mount_point_limit int
    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 FileSystemStorage
    File system capacity information.
    update_time str
    File system update time.
    zone_name str
    Availability zone name.
    accessPointLimit Number
    Access point limit.
    chargeConfig Property Map
    File system billing configuration.
    createTime String
    File system creation time.
    downgradeUnlockTime String
    Time when file system bandwidth can be downgraded.
    fileSystemId String
    File system ID.
    id String
    The provider-assigned unique ID for this managed resource.
    mountPointLimit Number
    Mount point limit.
    protocolTypes 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.
    updateTime String
    File system update time.
    zoneName 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) -> FileSystem
    func 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.
    The following state arguments are supported:
    AccessPointLimit int
    Access point limit.
    ChargeConfig Volcengine.FileSystemChargeConfig
    File system billing configuration.
    ChargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    CreateTime string
    File system creation time.
    Description string
    Description.
    DowngradeUnlockTime string
    Time when file system bandwidth can be downgraded.
    FileSystemId string
    File system ID.
    FileSystemName string
    File system name.
    InstanceType string
    Basic: Basic type, Premium: Premium type.
    MountPointLimit int
    Mount point limit.
    Performance Volcengine.FileSystemPerformance
    File system performance information.
    PerformanceDensity string
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    ProjectName string
    Project name.
    ProtocolTypes 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.FileSystemStorage
    File system capacity information.
    Tags List<Volcengine.FileSystemTag>
    UpdateTime string
    File system update time.
    ZoneId string
    Availability zone ID.
    ZoneName string
    Availability zone name.
    AccessPointLimit int
    Access point limit.
    ChargeConfig FileSystemChargeConfigArgs
    File system billing configuration.
    ChargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    CreateTime string
    File system creation time.
    Description string
    Description.
    DowngradeUnlockTime string
    Time when file system bandwidth can be downgraded.
    FileSystemId string
    File system ID.
    FileSystemName string
    File system name.
    InstanceType string
    Basic: Basic type, Premium: Premium type.
    MountPointLimit int
    Mount point limit.
    Performance FileSystemPerformanceArgs
    File system performance information.
    PerformanceDensity string
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    ProjectName string
    Project name.
    ProtocolTypes []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 FileSystemStorageArgs
    File system capacity information.
    Tags []FileSystemTagArgs
    UpdateTime string
    File system update time.
    ZoneId string
    Availability zone ID.
    ZoneName string
    Availability zone name.
    accessPointLimit Integer
    Access point limit.
    chargeConfig FileSystemChargeConfig
    File system billing configuration.
    chargeType String
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    createTime String
    File system creation time.
    description String
    Description.
    downgradeUnlockTime String
    Time when file system bandwidth can be downgraded.
    fileSystemId String
    File system ID.
    fileSystemName String
    File system name.
    instanceType String
    Basic: Basic type, Premium: Premium type.
    mountPointLimit Integer
    Mount point limit.
    performance FileSystemPerformance
    File system performance information.
    performanceDensity String
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    projectName String
    Project name.
    protocolTypes 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 FileSystemStorage
    File system capacity information.
    tags List<FileSystemTag>
    updateTime String
    File system update time.
    zoneId String
    Availability zone ID.
    zoneName String
    Availability zone name.
    accessPointLimit number
    Access point limit.
    chargeConfig FileSystemChargeConfig
    File system billing configuration.
    chargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    createTime string
    File system creation time.
    description string
    Description.
    downgradeUnlockTime string
    Time when file system bandwidth can be downgraded.
    fileSystemId string
    File system ID.
    fileSystemName string
    File system name.
    instanceType string
    Basic: Basic type, Premium: Premium type.
    mountPointLimit number
    Mount point limit.
    performance FileSystemPerformance
    File system performance information.
    performanceDensity string
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    projectName string
    Project name.
    protocolTypes 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 FileSystemStorage
    File system capacity information.
    tags FileSystemTag[]
    updateTime string
    File system update time.
    zoneId string
    Availability zone ID.
    zoneName string
    Availability zone name.
    access_point_limit int
    Access point limit.
    charge_config FileSystemChargeConfigArgs
    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_time str
    Time when file system bandwidth can be downgraded.
    file_system_id str
    File system ID.
    file_system_name str
    File system name.
    instance_type str
    Basic: Basic type, Premium: Premium type.
    mount_point_limit int
    Mount point limit.
    performance FileSystemPerformanceArgs
    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 FileSystemStorageArgs
    File system capacity information.
    tags Sequence[FileSystemTagArgs]
    update_time str
    File system update time.
    zone_id str
    Availability zone ID.
    zone_name str
    Availability zone name.
    accessPointLimit Number
    Access point limit.
    chargeConfig Property Map
    File system billing configuration.
    chargeType String
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    createTime String
    File system creation time.
    description String
    Description.
    downgradeUnlockTime String
    Time when file system bandwidth can be downgraded.
    fileSystemId String
    File system ID.
    fileSystemName String
    File system name.
    instanceType String
    Basic: Basic type, Premium: Premium type.
    mountPointLimit Number
    Mount point limit.
    performance Property Map
    File system performance information.
    performanceDensity String
    File system performance density. Value description: Basic50: Basic type 50MB/s/TiB, Premium125: Premium type 125MB/s/TiB.
    projectName String
    Project name.
    protocolTypes 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.
    tags List<Property Map>
    updateTime String
    File system update time.
    zoneId String
    Availability zone ID.
    zoneName String
    Availability zone name.

    Supporting Types

    FileSystemChargeConfig, FileSystemChargeConfigArgs

    ChargeStatus 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.
    ChargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    ExpireTime string
    Expiration time.
    ReclaimTime string
    Recycle time.
    StopTime string
    Shutdown time.
    ChargeStatus 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.
    ChargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    ExpireTime string
    Expiration time.
    ReclaimTime string
    Recycle time.
    StopTime string
    Shutdown time.
    chargeStatus 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.
    chargeType String
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    expireTime String
    Expiration time.
    reclaimTime String
    Recycle time.
    stopTime String
    Shutdown time.
    chargeStatus 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.
    chargeType string
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    expireTime string
    Expiration time.
    reclaimTime string
    Recycle time.
    stopTime 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.
    chargeStatus 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.
    chargeType String
    Billing type. Only supports PayAsYouGo, which means pay-as-you-go billing.
    expireTime String
    Expiration time.
    reclaimTime String
    Recycle time.
    stopTime String
    Shutdown time.

    FileSystemPerformance, FileSystemPerformanceArgs

    BandwidthMode string
    Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
    BaselineBandwidth int
    Baseline bandwidth.
    BaselineIops int
    Baseline IOPS.
    BurstBandwidth int
    Burst bandwidth.
    BurstIops int
    Burst IOPS.
    ProvisionedBandwidth int
    Provisioned bandwidth.
    ProvisionedIops int
    Provisioned IOPS.
    BandwidthMode string
    Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
    BaselineBandwidth int
    Baseline bandwidth.
    BaselineIops int
    Baseline IOPS.
    BurstBandwidth int
    Burst bandwidth.
    BurstIops int
    Burst IOPS.
    ProvisionedBandwidth int
    Provisioned bandwidth.
    ProvisionedIops int
    Provisioned IOPS.
    bandwidthMode String
    Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
    baselineBandwidth Integer
    Baseline bandwidth.
    baselineIops Integer
    Baseline IOPS.
    burstBandwidth Integer
    Burst bandwidth.
    burstIops Integer
    Burst IOPS.
    provisionedBandwidth Integer
    Provisioned bandwidth.
    provisionedIops Integer
    Provisioned IOPS.
    bandwidthMode string
    Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
    baselineBandwidth number
    Baseline bandwidth.
    baselineIops number
    Baseline IOPS.
    burstBandwidth number
    Burst bandwidth.
    burstIops number
    Burst IOPS.
    provisionedBandwidth number
    Provisioned bandwidth.
    provisionedIops 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.
    bandwidthMode String
    Bandwidth mode. Value description: Baseline: Baseline bandwidth mode, Provisioned: Provisioned bandwidth mode.
    baselineBandwidth Number
    Baseline bandwidth.
    baselineIops Number
    Baseline IOPS.
    burstBandwidth Number
    Burst bandwidth.
    burstIops Number
    Burst IOPS.
    provisionedBandwidth Number
    Provisioned bandwidth.
    provisionedIops Number
    Provisioned IOPS.

    FileSystemStorage, FileSystemStorageArgs

    CapacityLimit int
    Capacity limit, in MiB.
    CapacityUsed int
    Used capacity, in MiB.
    InodeLimit int
    File count limit.
    InodeUsed int
    Used file count.
    CapacityLimit int
    Capacity limit, in MiB.
    CapacityUsed int
    Used capacity, in MiB.
    InodeLimit int
    File count limit.
    InodeUsed int
    Used file count.
    capacityLimit Integer
    Capacity limit, in MiB.
    capacityUsed Integer
    Used capacity, in MiB.
    inodeLimit Integer
    File count limit.
    inodeUsed Integer
    Used file count.
    capacityLimit number
    Capacity limit, in MiB.
    capacityUsed number
    Used capacity, in MiB.
    inodeLimit number
    File count limit.
    inodeUsed 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.
    capacityLimit Number
    Capacity limit, in MiB.
    capacityUsed Number
    Used capacity, in MiB.
    inodeLimit Number
    File count limit.
    inodeUsed Number
    Used file count.

    FileSystemTag, FileSystemTagArgs

    Key string
    Tag key.
    Type string
    Tag type. Value description: System: System tag, Custom: Custom tag.
    Value string
    Tag value.
    Key string
    Tag key.
    Type string
    Tag type. Value description: System: System tag, Custom: Custom tag.
    Value string
    Tag value.
    key String
    Tag key.
    type String
    Tag type. Value description: System: System tag, Custom: Custom tag.
    value String
    Tag value.
    key string
    Tag key.
    type string
    Tag type. Value description: System: System tag, Custom: Custom tag.
    value string
    Tag value.
    key str
    Tag key.
    type str
    Tag type. Value description: System: System tag, Custom: Custom tag.
    value str
    Tag value.
    key String
    Tag key.
    type String
    Tag type. Value description: System: System tag, Custom: Custom tag.
    value String
    Tag value.

    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 volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.