published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
The file system provides file storage services through the standard NFS protocol for remote network file access. After creating a mount point in the management console, you can access the file system on your client as needed using the standard POSIX interface
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
const fileNASInstanceDemo = new volcenginecc.filenas.Instance("FileNASInstanceDemo", {
fileSystemName: "FileNASInstanceDemo",
capacity: {
total: 105,
},
chargeType: "PayAsYouGo",
fileSystemType: "Extreme",
protocolType: "NFS",
zoneId: "cn-beijing-x",
});
import pulumi
import pulumi_volcenginecc as volcenginecc
file_nas_instance_demo = volcenginecc.filenas.Instance("FileNASInstanceDemo",
file_system_name="FileNASInstanceDemo",
capacity={
"total": 105,
},
charge_type="PayAsYouGo",
file_system_type="Extreme",
protocol_type="NFS",
zone_id="cn-beijing-x")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcenginecc/sdk/go/volcenginecc/filenas"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := filenas.NewInstance(ctx, "FileNASInstanceDemo", &filenas.InstanceArgs{
FileSystemName: pulumi.String("FileNASInstanceDemo"),
Capacity: &filenas.InstanceCapacityArgs{
Total: pulumi.Float64(105),
},
ChargeType: pulumi.String("PayAsYouGo"),
FileSystemType: pulumi.String("Extreme"),
ProtocolType: pulumi.String("NFS"),
ZoneId: pulumi.String("cn-beijing-x"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcenginecc = Volcengine.Pulumi.Volcenginecc;
return await Deployment.RunAsync(() =>
{
var fileNASInstanceDemo = new Volcenginecc.Filenas.Instance("FileNASInstanceDemo", new()
{
FileSystemName = "FileNASInstanceDemo",
Capacity = new Volcenginecc.Filenas.Inputs.InstanceCapacityArgs
{
Total = 105,
},
ChargeType = "PayAsYouGo",
FileSystemType = "Extreme",
ProtocolType = "NFS",
ZoneId = "cn-beijing-x",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.volcengine.volcenginecc.filenas.Instance;
import com.volcengine.volcenginecc.filenas.InstanceArgs;
import com.pulumi.volcenginecc.filenas.inputs.InstanceCapacityArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var fileNASInstanceDemo = new Instance("fileNASInstanceDemo", InstanceArgs.builder()
.fileSystemName("FileNASInstanceDemo")
.capacity(InstanceCapacityArgs.builder()
.total(105.0)
.build())
.chargeType("PayAsYouGo")
.fileSystemType("Extreme")
.protocolType("NFS")
.zoneId("cn-beijing-x")
.build());
}
}
resources:
fileNASInstanceDemo:
type: volcenginecc:filenas:Instance
name: FileNASInstanceDemo
properties:
fileSystemName: FileNASInstanceDemo
capacity:
total: 105
chargeType: PayAsYouGo
fileSystemType: Extreme
protocolType: NFS
zoneId: cn-beijing-x
Create Instance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Instance(name: string, args: InstanceArgs, opts?: CustomResourceOptions);@overload
def Instance(resource_name: str,
args: InstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Instance(resource_name: str,
opts: Optional[ResourceOptions] = None,
charge_type: Optional[str] = None,
file_system_name: Optional[str] = None,
file_system_type: Optional[str] = None,
protocol_type: Optional[str] = None,
zone_id: Optional[str] = None,
cache_performance: Optional[InstanceCachePerformanceArgs] = None,
capacity: Optional[InstanceCapacityArgs] = None,
description: Optional[str] = None,
project_name: Optional[str] = None,
snapshot_id: Optional[str] = None,
storage_type: Optional[str] = None,
tags: Optional[Sequence[InstanceTagArgs]] = None)func NewInstance(ctx *Context, name string, args InstanceArgs, opts ...ResourceOption) (*Instance, error)public Instance(string name, InstanceArgs args, CustomResourceOptions? opts = null)
public Instance(String name, InstanceArgs args)
public Instance(String name, InstanceArgs args, CustomResourceOptions options)
type: volcenginecc:filenas:Instance
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 InstanceArgs
- 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 InstanceArgs
- 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 InstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Instance 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 Instance resource accepts the following input properties:
- Charge
Type string - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- File
System stringName - File system name
- File
System stringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- Protocol
Type string - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- Zone
Id string - Availability Zone ID
- Cache
Performance Volcengine.Instance Cache Performance - Cache performance information
- Capacity
Volcengine.
Instance Capacity - File system capacity
- Description string
- Description
- Project
Name string - Project, default value is the Default project
- Snapshot
Id string - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- Storage
Type string - Storage type. Value: Standard, indicates standard type
-
List<Volcengine.
Instance Tag>
- Charge
Type string - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- File
System stringName - File system name
- File
System stringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- Protocol
Type string - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- Zone
Id string - Availability Zone ID
- Cache
Performance InstanceCache Performance Args - Cache performance information
- Capacity
Instance
Capacity Args - File system capacity
- Description string
- Description
- Project
Name string - Project, default value is the Default project
- Snapshot
Id string - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- Storage
Type string - Storage type. Value: Standard, indicates standard type
-
[]Instance
Tag Args
- charge
Type String - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- file
System StringName - File system name
- file
System StringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- protocol
Type String - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- zone
Id String - Availability Zone ID
- cache
Performance InstanceCache Performance - Cache performance information
- capacity
Instance
Capacity - File system capacity
- description String
- Description
- project
Name String - Project, default value is the Default project
- snapshot
Id String - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- storage
Type String - Storage type. Value: Standard, indicates standard type
-
List<Instance
Tag>
- charge
Type string - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- file
System stringName - File system name
- file
System stringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- protocol
Type string - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- zone
Id string - Availability Zone ID
- cache
Performance InstanceCache Performance - Cache performance information
- capacity
Instance
Capacity - File system capacity
- description string
- Description
- project
Name string - Project, default value is the Default project
- snapshot
Id string - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- storage
Type string - Storage type. Value: Standard, indicates standard type
-
Instance
Tag[]
- charge_
type str - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- file_
system_ strname - File system name
- file_
system_ strtype - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- protocol_
type str - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- zone_
id str - Availability Zone ID
- cache_
performance InstanceCache Performance Args - Cache performance information
- capacity
Instance
Capacity Args - File system capacity
- description str
- Description
- project_
name str - Project, default value is the Default project
- snapshot_
id str - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- storage_
type str - Storage type. Value: Standard, indicates standard type
-
Sequence[Instance
Tag Args]
- charge
Type String - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- file
System StringName - File system name
- file
System StringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- protocol
Type String - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- zone
Id String - Availability Zone ID
- cache
Performance Property Map - Cache performance information
- capacity Property Map
- File system capacity
- description String
- Description
- project
Name String - Project, default value is the Default project
- snapshot
Id String - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- storage
Type String - Storage type. Value: Standard, indicates standard type
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the Instance resource produces the following output properties:
- Create
Time string - Creation time
- File
System stringId - File system ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Snapshot
Count int - Number of snapshots
- Status string
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- Update
Time string - Update time
- Zone
Name string - Availability Zone name
- Create
Time string - Creation time
- File
System stringId - File system ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Snapshot
Count int - Number of snapshots
- Status string
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- Update
Time string - Update time
- Zone
Name string - Availability Zone name
- create
Time String - Creation time
- file
System StringId - File system ID
- id String
- The provider-assigned unique ID for this managed resource.
- snapshot
Count Integer - Number of snapshots
- status String
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- update
Time String - Update time
- zone
Name String - Availability Zone name
- create
Time string - Creation time
- file
System stringId - File system ID
- id string
- The provider-assigned unique ID for this managed resource.
- snapshot
Count number - Number of snapshots
- status string
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- update
Time string - Update time
- zone
Name string - Availability Zone name
- create_
time str - Creation time
- file_
system_ strid - File system ID
- id str
- The provider-assigned unique ID for this managed resource.
- snapshot_
count int - Number of snapshots
- status str
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- update_
time str - Update time
- zone_
name str - Availability Zone name
- create
Time String - Creation time
- file
System StringId - File system ID
- id String
- The provider-assigned unique ID for this managed resource.
- snapshot
Count Number - Number of snapshots
- status String
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- update
Time String - Update time
- zone
Name String - Availability Zone name
Look up Existing Instance Resource
Get an existing Instance 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?: InstanceState, opts?: CustomResourceOptions): Instance@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cache_performance: Optional[InstanceCachePerformanceArgs] = None,
capacity: Optional[InstanceCapacityArgs] = None,
charge_type: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
file_system_id: Optional[str] = None,
file_system_name: Optional[str] = None,
file_system_type: Optional[str] = None,
project_name: Optional[str] = None,
protocol_type: Optional[str] = None,
snapshot_count: Optional[int] = None,
snapshot_id: Optional[str] = None,
status: Optional[str] = None,
storage_type: Optional[str] = None,
tags: Optional[Sequence[InstanceTagArgs]] = None,
update_time: Optional[str] = None,
zone_id: Optional[str] = None,
zone_name: Optional[str] = None) -> Instancefunc GetInstance(ctx *Context, name string, id IDInput, state *InstanceState, opts ...ResourceOption) (*Instance, error)public static Instance Get(string name, Input<string> id, InstanceState? state, CustomResourceOptions? opts = null)public static Instance get(String name, Output<String> id, InstanceState state, CustomResourceOptions options)resources: _: type: volcenginecc:filenas:Instance 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.
- Cache
Performance Volcengine.Instance Cache Performance - Cache performance information
- Capacity
Volcengine.
Instance Capacity - File system capacity
- Charge
Type string - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- Create
Time string - Creation time
- Description string
- Description
- File
System stringId - File system ID
- File
System stringName - File system name
- File
System stringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- Project
Name string - Project, default value is the Default project
- Protocol
Type string - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- Snapshot
Count int - Number of snapshots
- Snapshot
Id string - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- Status string
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- Storage
Type string - Storage type. Value: Standard, indicates standard type
-
List<Volcengine.
Instance Tag> - Update
Time string - Update time
- Zone
Id string - Availability Zone ID
- Zone
Name string - Availability Zone name
- Cache
Performance InstanceCache Performance Args - Cache performance information
- Capacity
Instance
Capacity Args - File system capacity
- Charge
Type string - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- Create
Time string - Creation time
- Description string
- Description
- File
System stringId - File system ID
- File
System stringName - File system name
- File
System stringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- Project
Name string - Project, default value is the Default project
- Protocol
Type string - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- Snapshot
Count int - Number of snapshots
- Snapshot
Id string - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- Status string
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- Storage
Type string - Storage type. Value: Standard, indicates standard type
-
[]Instance
Tag Args - Update
Time string - Update time
- Zone
Id string - Availability Zone ID
- Zone
Name string - Availability Zone name
- cache
Performance InstanceCache Performance - Cache performance information
- capacity
Instance
Capacity - File system capacity
- charge
Type String - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- create
Time String - Creation time
- description String
- Description
- file
System StringId - File system ID
- file
System StringName - File system name
- file
System StringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- project
Name String - Project, default value is the Default project
- protocol
Type String - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- snapshot
Count Integer - Number of snapshots
- snapshot
Id String - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- status String
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- storage
Type String - Storage type. Value: Standard, indicates standard type
-
List<Instance
Tag> - update
Time String - Update time
- zone
Id String - Availability Zone ID
- zone
Name String - Availability Zone name
- cache
Performance InstanceCache Performance - Cache performance information
- capacity
Instance
Capacity - File system capacity
- charge
Type string - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- create
Time string - Creation time
- description string
- Description
- file
System stringId - File system ID
- file
System stringName - File system name
- file
System stringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- project
Name string - Project, default value is the Default project
- protocol
Type string - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- snapshot
Count number - Number of snapshots
- snapshot
Id string - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- status string
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- storage
Type string - Storage type. Value: Standard, indicates standard type
-
Instance
Tag[] - update
Time string - Update time
- zone
Id string - Availability Zone ID
- zone
Name string - Availability Zone name
- cache_
performance InstanceCache Performance Args - Cache performance information
- capacity
Instance
Capacity Args - File system capacity
- charge_
type str - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- create_
time str - Creation time
- description str
- Description
- file_
system_ strid - File system ID
- file_
system_ strname - File system name
- file_
system_ strtype - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- project_
name str - Project, default value is the Default project
- protocol_
type str - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- snapshot_
count int - Number of snapshots
- snapshot_
id str - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- status str
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- storage_
type str - Storage type. Value: Standard, indicates standard type
-
Sequence[Instance
Tag Args] - update_
time str - Update time
- zone_
id str - Availability Zone ID
- zone_
name str - Availability Zone name
- cache
Performance Property Map - Cache performance information
- capacity Property Map
- File system capacity
- charge
Type String - Billing type. Value: PayAsYouGo, indicates pay-as-you-go billing
- create
Time String - Creation time
- description String
- Description
- file
System StringId - File system ID
- file
System StringName - File system name
- file
System StringType - File system type. Possible values: Extreme: NAS Extreme type; Capacity: NAS Capacity type; Cache: NAS Cache type
- project
Name String - Project, default value is the Default project
- protocol
Type String - File system protocol type. Value: NFS, indicates NFS protocol, commonly used for Linux clients
- snapshot
Count Number - Number of snapshots
- snapshot
Id String - Snapshot ID used at creation. If this parameter is provided, the file system will be created from the snapshot
- status String
- File system status. Possible values: Unknown: Status unknown. Running: File system running. Creating: File system being created. Expanding: File system being upgraded. Error: File system error. Deleting: File system being deleted. DeleteError: File system deletion failed. Deleted: File system deleted. Stopped: File system stopped.
- storage
Type String - Storage type. Value: Standard, indicates standard type
- List<Property Map>
- update
Time String - Update time
- zone
Id String - Availability Zone ID
- zone
Name String - Availability Zone name
Supporting Types
InstanceCachePerformance, InstanceCachePerformanceArgs
- Cache
Bandwidth int - Provisioned bandwidth, used to increase file system bandwidth
- Cache
Bandwidth int - Provisioned bandwidth, used to increase file system bandwidth
- cache
Bandwidth Integer - Provisioned bandwidth, used to increase file system bandwidth
- cache
Bandwidth number - Provisioned bandwidth, used to increase file system bandwidth
- cache_
bandwidth int - Provisioned bandwidth, used to increase file system bandwidth
- cache
Bandwidth Number - Provisioned bandwidth, used to increase file system bandwidth
InstanceCapacity, InstanceCapacityArgs
InstanceTag, InstanceTagArgs
Import
$ pulumi import volcenginecc:filenas/instance:Instance 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
