ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getOrgQuota
Explore with Pulumi AI
Using getOrgQuota
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 getOrgQuota(args: GetOrgQuotaArgs, opts?: InvokeOptions): Promise<GetOrgQuotaResult>
function getOrgQuotaOutput(args: GetOrgQuotaOutputArgs, opts?: InvokeOptions): Output<GetOrgQuotaResult>
def get_org_quota(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrgQuotaResult
def get_org_quota_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrgQuotaResult]
func GetOrgQuota(ctx *Context, args *GetOrgQuotaArgs, opts ...InvokeOption) (*GetOrgQuotaResult, error)
func GetOrgQuotaOutput(ctx *Context, args *GetOrgQuotaOutputArgs, opts ...InvokeOption) GetOrgQuotaResultOutput
> Note: This function is named GetOrgQuota
in the Go SDK.
public static class GetOrgQuota
{
public static Task<GetOrgQuotaResult> InvokeAsync(GetOrgQuotaArgs args, InvokeOptions? opts = null)
public static Output<GetOrgQuotaResult> Invoke(GetOrgQuotaInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrgQuotaResult> getOrgQuota(GetOrgQuotaArgs args, InvokeOptions options)
public static Output<GetOrgQuotaResult> getOrgQuota(GetOrgQuotaArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getOrgQuota:getOrgQuota
arguments:
# arguments dictionary
The following arguments are supported:
getOrgQuota Result
The following output properties are available:
- App
Instance doubleLimit - App
Tasks doubleLimit - Id string
- Instance
Memory doubleLimit - Memory
Limit double - Name string
- Non
Basic boolServices Allowed - Total
Private doubleDomains - Total
Reserved doubleRoute Ports - Total
Routes double - Total
Service doubleKeys - Total
Services double - Trial
Db boolAllowed
- App
Instance float64Limit - App
Tasks float64Limit - Id string
- Instance
Memory float64Limit - Memory
Limit float64 - Name string
- Non
Basic boolServices Allowed - Total
Private float64Domains - Total
Reserved float64Route Ports - Total
Routes float64 - Total
Service float64Keys - Total
Services float64 - Trial
Db boolAllowed
- app
Instance DoubleLimit - app
Tasks DoubleLimit - id String
- instance
Memory DoubleLimit - memory
Limit Double - name String
- non
Basic BooleanServices Allowed - total
Private DoubleDomains - total
Reserved DoubleRoute Ports - total
Routes Double - total
Service DoubleKeys - total
Services Double - trial
Db BooleanAllowed
- app
Instance numberLimit - app
Tasks numberLimit - id string
- instance
Memory numberLimit - memory
Limit number - name string
- non
Basic booleanServices Allowed - total
Private numberDomains - total
Reserved numberRoute Ports - total
Routes number - total
Service numberKeys - total
Services number - trial
Db booleanAllowed
- app_
instance_ floatlimit - app_
tasks_ floatlimit - id str
- instance_
memory_ floatlimit - memory_
limit float - name str
- non_
basic_ boolservices_ allowed - total_
private_ floatdomains - total_
reserved_ floatroute_ ports - total_
routes float - total_
service_ floatkeys - total_
services float - trial_
db_ boolallowed
- app
Instance NumberLimit - app
Tasks NumberLimit - id String
- instance
Memory NumberLimit - memory
Limit Number - name String
- non
Basic BooleanServices Allowed - total
Private NumberDomains - total
Reserved NumberRoute Ports - total
Routes Number - total
Service NumberKeys - total
Services Number - trial
Db BooleanAllowed
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.