outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getQuotas
Explore with Pulumi AI
Provides information about quotas.
For more information on this resource, see the User Guide.
For more information on this resource actions, see the API documentation.
Example Usage
Read specific quotas
import * as pulumi from "@pulumi/pulumi";
import * as outscale from "@pulumi/outscale";
const vpcQuotas01 = outscale.getQuotas({
filters: [{
name: "collections",
values: ["VPC"],
}],
});
import pulumi
import pulumi_outscale as outscale
vpc_quotas01 = outscale.get_quotas(filters=[{
"name": "collections",
"values": ["VPC"],
}])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := outscale.GetQuotas(ctx, &outscale.GetQuotasArgs{
Filters: []outscale.GetQuotasFilter{
{
Name: "collections",
Values: []string{
"VPC",
},
},
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Outscale = Pulumi.Outscale;
return await Deployment.RunAsync(() =>
{
var vpcQuotas01 = Outscale.GetQuotas.Invoke(new()
{
Filters = new[]
{
new Outscale.Inputs.GetQuotasFilterInputArgs
{
Name = "collections",
Values = new[]
{
"VPC",
},
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.outscale.OutscaleFunctions;
import com.pulumi.outscale.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 vpcQuotas01 = OutscaleFunctions.getQuotas(GetQuotasArgs.builder()
.filters(GetQuotasFilterArgs.builder()
.name("collections")
.values("VPC")
.build())
.build());
}
}
variables:
vpcQuotas01:
fn::invoke:
function: outscale:getQuotas
arguments:
filters:
- name: collections
values:
- VPC
Read all quotas
import * as pulumi from "@pulumi/pulumi";
import * as outscale from "@pulumi/outscale";
const allQuotas = outscale.getQuotas({});
import pulumi
import pulumi_outscale as outscale
all_quotas = outscale.get_quotas()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := outscale.GetQuotas(ctx, &outscale.GetQuotasArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Outscale = Pulumi.Outscale;
return await Deployment.RunAsync(() =>
{
var allQuotas = Outscale.GetQuotas.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.outscale.OutscaleFunctions;
import com.pulumi.outscale.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 allQuotas = OutscaleFunctions.getQuotas();
}
}
variables:
allQuotas:
fn::invoke:
function: outscale: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(filters: Optional[Sequence[GetQuotasFilter]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQuotasResult
def get_quotas_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetQuotasFilterArgs]]]] = None,
id: 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: outscale:index/getQuotas:getQuotas
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Quotas Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- Filters
[]Get
Quotas Filter - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- filters
List<Get
Quotas Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
- filters
Get
Quotas Filter[] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id string
- filters
Sequence[Get
Quotas Filter] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id str
- filters List<Property Map>
- A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
getQuotas Result
The following output properties are available:
- Id string
- Quotas
List<Get
Quotas Quota> - One or more quotas associated with the account.
- Request
Id string - Filters
List<Get
Quotas Filter>
- Id string
- Quotas
[]Get
Quotas Quota - One or more quotas associated with the account.
- Request
Id string - Filters
[]Get
Quotas Filter
- id String
- quotas
List<Get
Quotas Quota> - One or more quotas associated with the account.
- request
Id String - filters
List<Get
Quotas Filter>
- id string
- quotas
Get
Quotas Quota[] - One or more quotas associated with the account.
- request
Id string - filters
Get
Quotas Filter[]
- id str
- quotas
Sequence[Get
Quotas Quota] - One or more quotas associated with the account.
- request_
id str - filters
Sequence[Get
Quotas Filter]
- id String
- quotas List<Property Map>
- One or more quotas associated with the account.
- request
Id String - filters List<Property Map>
Supporting Types
GetQuotasFilter
GetQuotasQuota
- Account
Id string - The account ID of the owner of the quotas.
- Description string
- The description of the quota.
- Max
Value double - The maximum value of the quota for the account (if there is no limit,
0
). - Name string
- The unique name of the quota.
- Quota
Collection string - The group name of the quota.
- Quota
Type string - The ressource ID if it is a resource-specific quota,
global
if it is not. - Short
Description string - The description of the quota.
- Used
Value double - The limit value currently used by the account.
- Account
Id string - The account ID of the owner of the quotas.
- Description string
- The description of the quota.
- Max
Value float64 - The maximum value of the quota for the account (if there is no limit,
0
). - Name string
- The unique name of the quota.
- Quota
Collection string - The group name of the quota.
- Quota
Type string - The ressource ID if it is a resource-specific quota,
global
if it is not. - Short
Description string - The description of the quota.
- Used
Value float64 - The limit value currently used by the account.
- account
Id String - The account ID of the owner of the quotas.
- description String
- The description of the quota.
- max
Value Double - The maximum value of the quota for the account (if there is no limit,
0
). - name String
- The unique name of the quota.
- quota
Collection String - The group name of the quota.
- quota
Type String - The ressource ID if it is a resource-specific quota,
global
if it is not. - short
Description String - The description of the quota.
- used
Value Double - The limit value currently used by the account.
- account
Id string - The account ID of the owner of the quotas.
- description string
- The description of the quota.
- max
Value number - The maximum value of the quota for the account (if there is no limit,
0
). - name string
- The unique name of the quota.
- quota
Collection string - The group name of the quota.
- quota
Type string - The ressource ID if it is a resource-specific quota,
global
if it is not. - short
Description string - The description of the quota.
- used
Value number - The limit value currently used by the account.
- account_
id str - The account ID of the owner of the quotas.
- description str
- The description of the quota.
- max_
value float - The maximum value of the quota for the account (if there is no limit,
0
). - name str
- The unique name of the quota.
- quota_
collection str - The group name of the quota.
- quota_
type str - The ressource ID if it is a resource-specific quota,
global
if it is not. - short_
description str - The description of the quota.
- used_
value float - The limit value currently used by the account.
- account
Id String - The account ID of the owner of the quotas.
- description String
- The description of the quota.
- max
Value Number - The maximum value of the quota for the account (if there is no limit,
0
). - name String
- The unique name of the quota.
- quota
Collection String - The group name of the quota.
- quota
Type String - The ressource ID if it is a resource-specific quota,
global
if it is not. - short
Description String - The description of the quota.
- used
Value Number - The limit value currently used by the account.
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.