Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Use this data source to query detailed information of cloudfs quotas
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.cloudfs.getQuotas({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.cloudfs.get_quotas()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/cloudfs"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudfs.GetQuotas(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Cloudfs.GetQuotas.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.cloudfs.CloudfsFunctions;
import com.pulumi.volcengine.cloudfs.inputs.GetQuotasArgs;
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) {
final var default = CloudfsFunctions.getQuotas();
}
}
variables:
default:
fn::invoke:
Function: volcengine:cloudfs:getQuotas
Arguments: {}
Using getQuotas
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getQuotas(args: GetQuotasArgs, opts?: InvokeOptions): Promise<GetQuotasResult>
function getQuotasOutput(args: GetQuotasOutputArgs, opts?: InvokeOptions): Output<GetQuotasResult>def get_quotas(output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQuotasResult
def get_quotas_output(output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQuotasResult]func GetQuotas(ctx *Context, args *GetQuotasArgs, opts ...InvokeOption) (*GetQuotasResult, error)
func GetQuotasOutput(ctx *Context, args *GetQuotasOutputArgs, opts ...InvokeOption) GetQuotasResultOutput> Note: This function is named GetQuotas in the Go SDK.
public static class GetQuotas
{
public static Task<GetQuotasResult> InvokeAsync(GetQuotasArgs args, InvokeOptions? opts = null)
public static Output<GetQuotasResult> Invoke(GetQuotasInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetQuotasResult> getQuotas(GetQuotasArgs args, InvokeOptions options)
public static Output<GetQuotasResult> getQuotas(GetQuotasArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:cloudfs/getQuotas:getQuotas
arguments:
# arguments dictionaryThe following arguments are supported:
- Output
File string - File name where to save data source results.
- Output
File string - File name where to save data source results.
- output
File String - File name where to save data source results.
- output
File string - File name where to save data source results.
- output_
file str - File name where to save data source results.
- output
File String - File name where to save data source results.
getQuotas Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Quotas
List<Get
Quotas Quota> - The collection of query.
- Total
Count int - The total count of cloud fs quota query.
- Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Quotas
[]Get
Quotas Quota - The collection of query.
- Total
Count int - The total count of cloud fs quota query.
- Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- quotas
List<Get
Quotas Quota> - The collection of query.
- total
Count Integer - The total count of cloud fs quota query.
- output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- quotas
Get
Quotas Quota[] - The collection of query.
- total
Count number - The total count of cloud fs quota query.
- output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- quotas
Sequence[Get
Quotas Quota] - The collection of query.
- total_
count int - The total count of cloud fs quota query.
- output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- quotas List<Property Map>
- The collection of query.
- total
Count Number - The total count of cloud fs quota query.
- output
File String
Supporting Types
GetQuotasQuota
- Account
Id int - The ID of account.
- Fs
Count int - The count of cloud fs.
- Fs
Quota int - The quota of cloud fs.
- Quota
Enough bool - Whether is enough of cloud fs.
- Account
Id int - The ID of account.
- Fs
Count int - The count of cloud fs.
- Fs
Quota int - The quota of cloud fs.
- Quota
Enough bool - Whether is enough of cloud fs.
- account
Id Integer - The ID of account.
- fs
Count Integer - The count of cloud fs.
- fs
Quota Integer - The quota of cloud fs.
- quota
Enough Boolean - Whether is enough of cloud fs.
- account
Id number - The ID of account.
- fs
Count number - The count of cloud fs.
- fs
Quota number - The quota of cloud fs.
- quota
Enough boolean - Whether is enough of cloud fs.
- account_
id int - The ID of account.
- fs_
count int - The count of cloud fs.
- fs_
quota int - The quota of cloud fs.
- quota_
enough bool - Whether is enough of cloud fs.
- account
Id Number - The ID of account.
- fs
Count Number - The count of cloud fs.
- fs
Quota Number - The quota of cloud fs.
- quota
Enough Boolean - Whether is enough of cloud fs.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
