outscale 1.3.0-alpha.1 published on Tuesday, Sep 30, 2025 by outscale
outscale.getOksQuotas
outscale 1.3.0-alpha.1 published on Tuesday, Sep 30, 2025 by outscale
Using getOksQuotas
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 getOksQuotas(opts?: InvokeOptions): Promise<GetOksQuotasResult>
function getOksQuotasOutput(opts?: InvokeOptions): Output<GetOksQuotasResult>
def get_oks_quotas(opts: Optional[InvokeOptions] = None) -> GetOksQuotasResult
def get_oks_quotas_output(opts: Optional[InvokeOptions] = None) -> Output[GetOksQuotasResult]
func GetOksQuotas(ctx *Context, opts ...InvokeOption) (*GetOksQuotasResult, error)
func GetOksQuotasOutput(ctx *Context, opts ...InvokeOption) GetOksQuotasResultOutput
> Note: This function is named GetOksQuotas
in the Go SDK.
public static class GetOksQuotas
{
public static Task<GetOksQuotasResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetOksQuotasResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetOksQuotasResult> getOksQuotas(InvokeOptions options)
public static Output<GetOksQuotasResult> getOksQuotas(InvokeOptions options)
fn::invoke:
function: outscale:index/getOksQuotas:getOksQuotas
arguments:
# arguments dictionary
getOksQuotas Result
The following output properties are available:
- Clusters
Per doubleProject - Cp
Subregions List<string> - Id string
- Kube
Versions List<string> - Projects double
- Request
Id string
- Clusters
Per float64Project - Cp
Subregions []string - Id string
- Kube
Versions []string - Projects float64
- Request
Id string
- clusters
Per DoubleProject - cp
Subregions List<String> - id String
- kube
Versions List<String> - projects Double
- request
Id String
- clusters
Per numberProject - cp
Subregions string[] - id string
- kube
Versions string[] - projects number
- request
Id string
- clusters_
per_ floatproject - cp_
subregions Sequence[str] - id str
- kube_
versions Sequence[str] - projects float
- request_
id str
- clusters
Per NumberProject - cp
Subregions List<String> - id String
- kube
Versions List<String> - projects Number
- request
Id String
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.
outscale 1.3.0-alpha.1 published on Tuesday, Sep 30, 2025 by outscale