1. Packages
  2. Packages
  3. Gcore Provider
  4. API Docs
  5. getCloudQuota
Viewing docs for gcore 2.0.0-alpha.14
published on Wednesday, Jul 22, 2026 by g-core
Viewing docs for gcore 2.0.0-alpha.14
published on Wednesday, Jul 22, 2026 by g-core

    Quotas define the maximum amount of cloud resources (compute, storage, networking, GPU, and more) available to a client, both globally and per region.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcore from "@pulumi/gcore";
    
    const exampleCloudQuota = gcore.getCloudQuota({});
    
    import pulumi
    import pulumi_gcore as gcore
    
    example_cloud_quota = gcore.get_cloud_quota()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/gcore/v2/gcore"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := gcore.GetCloudQuota(ctx, map[string]interface{}{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcore = Pulumi.Gcore;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleCloudQuota = Gcore.GetCloudQuota.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcore.GcoreFunctions;
    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 exampleCloudQuota = GcoreFunctions.getCloudQuota(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
    
        }
    }
    
    variables:
      exampleCloudQuota:
        fn::invoke:
          function: gcore:getCloudQuota
          arguments: {}
    
    Example coming soon!
    

    Using getCloudQuota

    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 getCloudQuota(opts?: InvokeOptions): Promise<GetCloudQuotaResult>
    function getCloudQuotaOutput(opts?: InvokeOptions): Output<GetCloudQuotaResult>
    def get_cloud_quota(opts: Optional[InvokeOptions] = None) -> GetCloudQuotaResult
    def get_cloud_quota_output(opts: Optional[InvokeOptions] = None) -> Output[GetCloudQuotaResult]
    func GetCloudQuota(ctx *Context, opts ...InvokeOption) (*GetCloudQuotaResult, error)
    func GetCloudQuotaOutput(ctx *Context, opts ...InvokeOption) GetCloudQuotaResultOutput

    > Note: This function is named GetCloudQuota in the Go SDK.

    public static class GetCloudQuota 
    {
        public static Task<GetCloudQuotaResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetCloudQuotaResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudQuotaResult> getCloudQuota(InvokeOptions options)
    public static Output<GetCloudQuotaResult> getCloudQuota(InvokeOptions options)
    
    fn::invoke:
      function: gcore:index/getCloudQuota:getCloudQuota
      arguments:
        # arguments dictionary
    data "gcore_get_cloud_quota" "name" {
        # arguments
    }

    getCloudQuota Result

    The following output properties are available:

    GlobalQuotas GetCloudQuotaGlobalQuotas
    Global entity quotas
    Id string
    The provider-assigned unique ID for this managed resource.
    RegionalQuotas List<GetCloudQuotaRegionalQuota>
    Regional entity quotas. Only contains initialized quotas.
    GlobalQuotas GetCloudQuotaGlobalQuotas
    Global entity quotas
    Id string
    The provider-assigned unique ID for this managed resource.
    RegionalQuotas []GetCloudQuotaRegionalQuota
    Regional entity quotas. Only contains initialized quotas.
    global_quotas object
    Global entity quotas
    id string
    The provider-assigned unique ID for this managed resource.
    regional_quotas list(object)
    Regional entity quotas. Only contains initialized quotas.
    globalQuotas GetCloudQuotaGlobalQuotas
    Global entity quotas
    id String
    The provider-assigned unique ID for this managed resource.
    regionalQuotas List<GetCloudQuotaRegionalQuota>
    Regional entity quotas. Only contains initialized quotas.
    globalQuotas GetCloudQuotaGlobalQuotas
    Global entity quotas
    id string
    The provider-assigned unique ID for this managed resource.
    regionalQuotas GetCloudQuotaRegionalQuota[]
    Regional entity quotas. Only contains initialized quotas.
    global_quotas GetCloudQuotaGlobalQuotas
    Global entity quotas
    id str
    The provider-assigned unique ID for this managed resource.
    regional_quotas Sequence[GetCloudQuotaRegionalQuota]
    Regional entity quotas. Only contains initialized quotas.
    globalQuotas Property Map
    Global entity quotas
    id String
    The provider-assigned unique ID for this managed resource.
    regionalQuotas List<Property Map>
    Regional entity quotas. Only contains initialized quotas.

    Supporting Types

    GetCloudQuotaGlobalQuotas

    InferenceCpuMillicoreCountLimit double
    Inference CPU millicore count limit
    InferenceCpuMillicoreCountUsage double
    Inference CPU millicore count usage
    InferenceGpuA100CountLimit double
    Inference GPU A100 Count limit
    InferenceGpuA100CountUsage double
    Inference GPU A100 Count usage
    InferenceGpuH100CountLimit double
    Inference GPU H100 Count limit
    InferenceGpuH100CountUsage double
    Inference GPU H100 Count usage
    InferenceGpuL40sCountLimit double
    Inference GPU L40s Count limit
    InferenceGpuL40sCountUsage double
    Inference GPU L40s Count usage
    InferenceInstanceCountLimit double
    Inference instance count limit
    InferenceInstanceCountUsage double
    Inference instance count usage
    InferencePublicModelApiKeyCountLimit double
    Public model API keys count limit
    InferencePublicModelApiKeyCountUsage double
    Public model API keys count usage
    KeypairCountLimit double
    SSH Keys Count limit
    KeypairCountUsage double
    SSH Keys Count usage
    ProjectCountLimit double
    Projects Count limit
    ProjectCountUsage double
    Projects Count usage
    InferenceCpuMillicoreCountLimit float64
    Inference CPU millicore count limit
    InferenceCpuMillicoreCountUsage float64
    Inference CPU millicore count usage
    InferenceGpuA100CountLimit float64
    Inference GPU A100 Count limit
    InferenceGpuA100CountUsage float64
    Inference GPU A100 Count usage
    InferenceGpuH100CountLimit float64
    Inference GPU H100 Count limit
    InferenceGpuH100CountUsage float64
    Inference GPU H100 Count usage
    InferenceGpuL40sCountLimit float64
    Inference GPU L40s Count limit
    InferenceGpuL40sCountUsage float64
    Inference GPU L40s Count usage
    InferenceInstanceCountLimit float64
    Inference instance count limit
    InferenceInstanceCountUsage float64
    Inference instance count usage
    InferencePublicModelApiKeyCountLimit float64
    Public model API keys count limit
    InferencePublicModelApiKeyCountUsage float64
    Public model API keys count usage
    KeypairCountLimit float64
    SSH Keys Count limit
    KeypairCountUsage float64
    SSH Keys Count usage
    ProjectCountLimit float64
    Projects Count limit
    ProjectCountUsage float64
    Projects Count usage
    inference_cpu_millicore_count_limit number
    Inference CPU millicore count limit
    inference_cpu_millicore_count_usage number
    Inference CPU millicore count usage
    inference_gpu_a100_count_limit number
    Inference GPU A100 Count limit
    inference_gpu_a100_count_usage number
    Inference GPU A100 Count usage
    inference_gpu_h100_count_limit number
    Inference GPU H100 Count limit
    inference_gpu_h100_count_usage number
    Inference GPU H100 Count usage
    inference_gpu_l40s_count_limit number
    Inference GPU L40s Count limit
    inference_gpu_l40s_count_usage number
    Inference GPU L40s Count usage
    inference_instance_count_limit number
    Inference instance count limit
    inference_instance_count_usage number
    Inference instance count usage
    inference_public_model_api_key_count_limit number
    Public model API keys count limit
    inference_public_model_api_key_count_usage number
    Public model API keys count usage
    keypair_count_limit number
    SSH Keys Count limit
    keypair_count_usage number
    SSH Keys Count usage
    project_count_limit number
    Projects Count limit
    project_count_usage number
    Projects Count usage
    inferenceCpuMillicoreCountLimit Double
    Inference CPU millicore count limit
    inferenceCpuMillicoreCountUsage Double
    Inference CPU millicore count usage
    inferenceGpuA100CountLimit Double
    Inference GPU A100 Count limit
    inferenceGpuA100CountUsage Double
    Inference GPU A100 Count usage
    inferenceGpuH100CountLimit Double
    Inference GPU H100 Count limit
    inferenceGpuH100CountUsage Double
    Inference GPU H100 Count usage
    inferenceGpuL40sCountLimit Double
    Inference GPU L40s Count limit
    inferenceGpuL40sCountUsage Double
    Inference GPU L40s Count usage
    inferenceInstanceCountLimit Double
    Inference instance count limit
    inferenceInstanceCountUsage Double
    Inference instance count usage
    inferencePublicModelApiKeyCountLimit Double
    Public model API keys count limit
    inferencePublicModelApiKeyCountUsage Double
    Public model API keys count usage
    keypairCountLimit Double
    SSH Keys Count limit
    keypairCountUsage Double
    SSH Keys Count usage
    projectCountLimit Double
    Projects Count limit
    projectCountUsage Double
    Projects Count usage
    inferenceCpuMillicoreCountLimit number
    Inference CPU millicore count limit
    inferenceCpuMillicoreCountUsage number
    Inference CPU millicore count usage
    inferenceGpuA100CountLimit number
    Inference GPU A100 Count limit
    inferenceGpuA100CountUsage number
    Inference GPU A100 Count usage
    inferenceGpuH100CountLimit number
    Inference GPU H100 Count limit
    inferenceGpuH100CountUsage number
    Inference GPU H100 Count usage
    inferenceGpuL40sCountLimit number
    Inference GPU L40s Count limit
    inferenceGpuL40sCountUsage number
    Inference GPU L40s Count usage
    inferenceInstanceCountLimit number
    Inference instance count limit
    inferenceInstanceCountUsage number
    Inference instance count usage
    inferencePublicModelApiKeyCountLimit number
    Public model API keys count limit
    inferencePublicModelApiKeyCountUsage number
    Public model API keys count usage
    keypairCountLimit number
    SSH Keys Count limit
    keypairCountUsage number
    SSH Keys Count usage
    projectCountLimit number
    Projects Count limit
    projectCountUsage number
    Projects Count usage
    inference_cpu_millicore_count_limit float
    Inference CPU millicore count limit
    inference_cpu_millicore_count_usage float
    Inference CPU millicore count usage
    inference_gpu_a100_count_limit float
    Inference GPU A100 Count limit
    inference_gpu_a100_count_usage float
    Inference GPU A100 Count usage
    inference_gpu_h100_count_limit float
    Inference GPU H100 Count limit
    inference_gpu_h100_count_usage float
    Inference GPU H100 Count usage
    inference_gpu_l40s_count_limit float
    Inference GPU L40s Count limit
    inference_gpu_l40s_count_usage float
    Inference GPU L40s Count usage
    inference_instance_count_limit float
    Inference instance count limit
    inference_instance_count_usage float
    Inference instance count usage
    inference_public_model_api_key_count_limit float
    Public model API keys count limit
    inference_public_model_api_key_count_usage float
    Public model API keys count usage
    keypair_count_limit float
    SSH Keys Count limit
    keypair_count_usage float
    SSH Keys Count usage
    project_count_limit float
    Projects Count limit
    project_count_usage float
    Projects Count usage
    inferenceCpuMillicoreCountLimit Number
    Inference CPU millicore count limit
    inferenceCpuMillicoreCountUsage Number
    Inference CPU millicore count usage
    inferenceGpuA100CountLimit Number
    Inference GPU A100 Count limit
    inferenceGpuA100CountUsage Number
    Inference GPU A100 Count usage
    inferenceGpuH100CountLimit Number
    Inference GPU H100 Count limit
    inferenceGpuH100CountUsage Number
    Inference GPU H100 Count usage
    inferenceGpuL40sCountLimit Number
    Inference GPU L40s Count limit
    inferenceGpuL40sCountUsage Number
    Inference GPU L40s Count usage
    inferenceInstanceCountLimit Number
    Inference instance count limit
    inferenceInstanceCountUsage Number
    Inference instance count usage
    inferencePublicModelApiKeyCountLimit Number
    Public model API keys count limit
    inferencePublicModelApiKeyCountUsage Number
    Public model API keys count usage
    keypairCountLimit Number
    SSH Keys Count limit
    keypairCountUsage Number
    SSH Keys Count usage
    projectCountLimit Number
    Projects Count limit
    projectCountUsage Number
    Projects Count usage

    GetCloudQuotaRegionalQuota

    BaremetalBasicCountLimit double
    Basic bare metal servers count limit
    BaremetalBasicCountUsage double
    Basic bare metal servers count usage
    BaremetalGpuA100CountLimit double
    Bare metal A100 GPU server count limit
    BaremetalGpuA100CountUsage double
    Bare metal A100 GPU server count usage
    BaremetalGpuCountLimit double
    Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.

    Deprecated: Deprecated

    BaremetalGpuCountUsage double
    Baremetal Gpu Count Usage. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_usage, baremetal_gpu_h100_count_usage, baremetal_gpu_h200_count_usage, and baremetal_gpu_l40s_count_usage.

    Deprecated: Deprecated

    BaremetalGpuH100CountLimit double
    Bare metal H100 GPU server count limit
    BaremetalGpuH100CountUsage double
    Bare metal H100 GPU server count usage
    BaremetalGpuH200CountLimit double
    Bare metal H200 GPU server count limit
    BaremetalGpuH200CountUsage double
    Bare metal H200 GPU server count usage
    BaremetalGpuL40sCountLimit double
    Bare metal L40S GPU server count limit
    BaremetalGpuL40sCountUsage double
    Bare metal L40S GPU server count usage
    BaremetalHfCountLimit double
    High-frequency bare metal servers count limit
    BaremetalHfCountUsage double
    High-frequency bare metal servers count usage
    BaremetalInfrastructureCountLimit double
    Infrastructure bare metal servers count limit
    BaremetalInfrastructureCountUsage double
    Infrastructure bare metal servers count usage
    BaremetalNetworkCountLimit double
    Bare metal Network Count limit
    BaremetalNetworkCountUsage double
    Bare metal Network Count usage
    BaremetalStorageCountLimit double
    Storage bare metal servers count limit
    BaremetalStorageCountUsage double
    Storage bare metal servers count usage
    CaasContainerCountLimit double
    Containers count limit
    CaasContainerCountUsage double
    Containers count usage
    CaasCpuCountLimit double
    mCPU count for containers limit
    CaasCpuCountUsage double
    mCPU count for containers usage
    CaasGpuCountLimit double
    Containers gpu count limit
    CaasGpuCountUsage double
    Containers gpu count usage
    CaasRamSizeLimit double
    MiB memory count for containers limit
    CaasRamSizeUsage double
    MiB memory count for containers usage
    ClusterCountLimit double
    K8s clusters count limit
    ClusterCountUsage double
    K8s clusters count usage
    CpuCountLimit double
    vCPU Count limit
    CpuCountUsage double
    vCPU Count usage
    DbaasPostgresClusterCountLimit double
    DBaaS cluster count limit
    DbaasPostgresClusterCountUsage double
    DBaaS cluster count usage
    ExternalIpCountLimit double
    External IP Count limit
    ExternalIpCountUsage double
    External IP Count usage
    FaasCpuCountLimit double
    mCPU count for functions limit
    FaasCpuCountUsage double
    mCPU count for functions usage
    FaasFunctionCountLimit double
    Functions count limit
    FaasFunctionCountUsage double
    Functions count usage
    FaasNamespaceCountLimit double
    Functions namespace count limit
    FaasNamespaceCountUsage double
    Functions namespace count usage
    FaasRamSizeLimit double
    MiB memory count for functions limit
    FaasRamSizeUsage double
    MiB memory count for functions usage
    FirewallCountLimit double
    Firewalls Count limit
    FirewallCountUsage double
    Firewalls Count usage
    FloatingCountLimit double
    Floating IP Count limit
    FloatingCountUsage double
    Floating IP Count usage
    GpuCountLimit double
    GPU Count limit
    GpuCountUsage double
    GPU Count usage
    GpuVirtualA100CountLimit double
    Virtual A100 GPU card count limit
    GpuVirtualA100CountUsage double
    Virtual A100 GPU card count usage
    GpuVirtualH100CountLimit double
    Virtual H100 GPU card count limit
    GpuVirtualH100CountUsage double
    Virtual H100 GPU card count usage
    GpuVirtualH200CountLimit double
    Virtual H200 GPU card count limit
    GpuVirtualH200CountUsage double
    Virtual H200 GPU card count usage
    GpuVirtualL40sCountLimit double
    Virtual L40S GPU card count limit
    GpuVirtualL40sCountUsage double
    Virtual L40S GPU card count usage
    ImageCountLimit double
    Images Count limit
    ImageCountUsage double
    Images Count usage
    ImageSizeLimit double
    Images Size, bytes limit
    ImageSizeUsage double
    Images Size, bytes usage
    IpuCountLimit double
    IPU Count limit
    IpuCountUsage double
    IPU Count usage
    LaasTopicCountLimit double
    LaaS Topics Count limit
    LaasTopicCountUsage double
    LaaS Topics Count usage
    LoadbalancerCountLimit double
    Load Balancers Count limit
    LoadbalancerCountUsage double
    Load Balancers Count usage
    NetworkCountLimit double
    Networks Count limit
    NetworkCountUsage double
    Networks Count usage
    RamLimit double
    RAM Size, MiB limit
    RamUsage double
    RAM Size, MiB usage
    RegionId double
    Region ID
    RegistryCountLimit double
    Registries count limit
    RegistryCountUsage double
    Registries count usage
    RegistryStorageLimit double
    Registries volume usage, GiB limit
    RegistryStorageUsage double
    Registries volume usage, GiB usage
    RouterCountLimit double
    Routers Count limit
    RouterCountUsage double
    Routers Count usage
    SecretCountLimit double
    Secret Count limit
    SecretCountUsage double
    Secret Count usage
    ServergroupCountLimit double
    Placement Group Count limit
    ServergroupCountUsage double
    Placement Group Count usage
    SfsCountLimit double
    Shared file system Count limit
    SfsCountUsage double
    Shared file system Count usage
    SfsSizeLimit double
    Shared file system Size, GiB limit
    SfsSizeUsage double
    Shared file system Size, GiB usage
    SharedVmCountLimit double
    Basic VMs Count limit
    SharedVmCountUsage double
    Basic VMs Count usage
    SnapshotScheduleCountLimit double
    Snapshot Schedules Count limit
    SnapshotScheduleCountUsage double
    Snapshot Schedules Count usage
    SubnetCountLimit double
    Subnets Count limit
    SubnetCountUsage double
    Subnets Count usage
    VmCountLimit double
    Instances Dedicated Count limit
    VmCountUsage double
    Instances Dedicated Count usage
    VolumeCountLimit double
    Volumes Count limit
    VolumeCountUsage double
    Volumes Count usage
    VolumeSizeLimit double
    Volumes Size, GiB limit
    VolumeSizeUsage double
    Volumes Size, GiB usage
    VolumeSnapshotsCountLimit double
    Snapshots Count limit
    VolumeSnapshotsCountUsage double
    Snapshots Count usage
    VolumeSnapshotsSizeLimit double
    Snapshots Size, GiB limit
    VolumeSnapshotsSizeUsage double
    Snapshots Size, GiB usage
    BaremetalBasicCountLimit float64
    Basic bare metal servers count limit
    BaremetalBasicCountUsage float64
    Basic bare metal servers count usage
    BaremetalGpuA100CountLimit float64
    Bare metal A100 GPU server count limit
    BaremetalGpuA100CountUsage float64
    Bare metal A100 GPU server count usage
    BaremetalGpuCountLimit float64
    Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.

    Deprecated: Deprecated

    BaremetalGpuCountUsage float64
    Baremetal Gpu Count Usage. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_usage, baremetal_gpu_h100_count_usage, baremetal_gpu_h200_count_usage, and baremetal_gpu_l40s_count_usage.

    Deprecated: Deprecated

    BaremetalGpuH100CountLimit float64
    Bare metal H100 GPU server count limit
    BaremetalGpuH100CountUsage float64
    Bare metal H100 GPU server count usage
    BaremetalGpuH200CountLimit float64
    Bare metal H200 GPU server count limit
    BaremetalGpuH200CountUsage float64
    Bare metal H200 GPU server count usage
    BaremetalGpuL40sCountLimit float64
    Bare metal L40S GPU server count limit
    BaremetalGpuL40sCountUsage float64
    Bare metal L40S GPU server count usage
    BaremetalHfCountLimit float64
    High-frequency bare metal servers count limit
    BaremetalHfCountUsage float64
    High-frequency bare metal servers count usage
    BaremetalInfrastructureCountLimit float64
    Infrastructure bare metal servers count limit
    BaremetalInfrastructureCountUsage float64
    Infrastructure bare metal servers count usage
    BaremetalNetworkCountLimit float64
    Bare metal Network Count limit
    BaremetalNetworkCountUsage float64
    Bare metal Network Count usage
    BaremetalStorageCountLimit float64
    Storage bare metal servers count limit
    BaremetalStorageCountUsage float64
    Storage bare metal servers count usage
    CaasContainerCountLimit float64
    Containers count limit
    CaasContainerCountUsage float64
    Containers count usage
    CaasCpuCountLimit float64
    mCPU count for containers limit
    CaasCpuCountUsage float64
    mCPU count for containers usage
    CaasGpuCountLimit float64
    Containers gpu count limit
    CaasGpuCountUsage float64
    Containers gpu count usage
    CaasRamSizeLimit float64
    MiB memory count for containers limit
    CaasRamSizeUsage float64
    MiB memory count for containers usage
    ClusterCountLimit float64
    K8s clusters count limit
    ClusterCountUsage float64
    K8s clusters count usage
    CpuCountLimit float64
    vCPU Count limit
    CpuCountUsage float64
    vCPU Count usage
    DbaasPostgresClusterCountLimit float64
    DBaaS cluster count limit
    DbaasPostgresClusterCountUsage float64
    DBaaS cluster count usage
    ExternalIpCountLimit float64
    External IP Count limit
    ExternalIpCountUsage float64
    External IP Count usage
    FaasCpuCountLimit float64
    mCPU count for functions limit
    FaasCpuCountUsage float64
    mCPU count for functions usage
    FaasFunctionCountLimit float64
    Functions count limit
    FaasFunctionCountUsage float64
    Functions count usage
    FaasNamespaceCountLimit float64
    Functions namespace count limit
    FaasNamespaceCountUsage float64
    Functions namespace count usage
    FaasRamSizeLimit float64
    MiB memory count for functions limit
    FaasRamSizeUsage float64
    MiB memory count for functions usage
    FirewallCountLimit float64
    Firewalls Count limit
    FirewallCountUsage float64
    Firewalls Count usage
    FloatingCountLimit float64
    Floating IP Count limit
    FloatingCountUsage float64
    Floating IP Count usage
    GpuCountLimit float64
    GPU Count limit
    GpuCountUsage float64
    GPU Count usage
    GpuVirtualA100CountLimit float64
    Virtual A100 GPU card count limit
    GpuVirtualA100CountUsage float64
    Virtual A100 GPU card count usage
    GpuVirtualH100CountLimit float64
    Virtual H100 GPU card count limit
    GpuVirtualH100CountUsage float64
    Virtual H100 GPU card count usage
    GpuVirtualH200CountLimit float64
    Virtual H200 GPU card count limit
    GpuVirtualH200CountUsage float64
    Virtual H200 GPU card count usage
    GpuVirtualL40sCountLimit float64
    Virtual L40S GPU card count limit
    GpuVirtualL40sCountUsage float64
    Virtual L40S GPU card count usage
    ImageCountLimit float64
    Images Count limit
    ImageCountUsage float64
    Images Count usage
    ImageSizeLimit float64
    Images Size, bytes limit
    ImageSizeUsage float64
    Images Size, bytes usage
    IpuCountLimit float64
    IPU Count limit
    IpuCountUsage float64
    IPU Count usage
    LaasTopicCountLimit float64
    LaaS Topics Count limit
    LaasTopicCountUsage float64
    LaaS Topics Count usage
    LoadbalancerCountLimit float64
    Load Balancers Count limit
    LoadbalancerCountUsage float64
    Load Balancers Count usage
    NetworkCountLimit float64
    Networks Count limit
    NetworkCountUsage float64
    Networks Count usage
    RamLimit float64
    RAM Size, MiB limit
    RamUsage float64
    RAM Size, MiB usage
    RegionId float64
    Region ID
    RegistryCountLimit float64
    Registries count limit
    RegistryCountUsage float64
    Registries count usage
    RegistryStorageLimit float64
    Registries volume usage, GiB limit
    RegistryStorageUsage float64
    Registries volume usage, GiB usage
    RouterCountLimit float64
    Routers Count limit
    RouterCountUsage float64
    Routers Count usage
    SecretCountLimit float64
    Secret Count limit
    SecretCountUsage float64
    Secret Count usage
    ServergroupCountLimit float64
    Placement Group Count limit
    ServergroupCountUsage float64
    Placement Group Count usage
    SfsCountLimit float64
    Shared file system Count limit
    SfsCountUsage float64
    Shared file system Count usage
    SfsSizeLimit float64
    Shared file system Size, GiB limit
    SfsSizeUsage float64
    Shared file system Size, GiB usage
    SharedVmCountLimit float64
    Basic VMs Count limit
    SharedVmCountUsage float64
    Basic VMs Count usage
    SnapshotScheduleCountLimit float64
    Snapshot Schedules Count limit
    SnapshotScheduleCountUsage float64
    Snapshot Schedules Count usage
    SubnetCountLimit float64
    Subnets Count limit
    SubnetCountUsage float64
    Subnets Count usage
    VmCountLimit float64
    Instances Dedicated Count limit
    VmCountUsage float64
    Instances Dedicated Count usage
    VolumeCountLimit float64
    Volumes Count limit
    VolumeCountUsage float64
    Volumes Count usage
    VolumeSizeLimit float64
    Volumes Size, GiB limit
    VolumeSizeUsage float64
    Volumes Size, GiB usage
    VolumeSnapshotsCountLimit float64
    Snapshots Count limit
    VolumeSnapshotsCountUsage float64
    Snapshots Count usage
    VolumeSnapshotsSizeLimit float64
    Snapshots Size, GiB limit
    VolumeSnapshotsSizeUsage float64
    Snapshots Size, GiB usage
    baremetal_basic_count_limit number
    Basic bare metal servers count limit
    baremetal_basic_count_usage number
    Basic bare metal servers count usage
    baremetal_gpu_a100_count_limit number
    Bare metal A100 GPU server count limit
    baremetal_gpu_a100_count_usage number
    Bare metal A100 GPU server count usage
    baremetal_gpu_count_limit number
    Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.

    Deprecated: Deprecated

    baremetal_gpu_count_usage number
    Baremetal Gpu Count Usage. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_usage, baremetal_gpu_h100_count_usage, baremetal_gpu_h200_count_usage, and baremetal_gpu_l40s_count_usage.

    Deprecated: Deprecated

    baremetal_gpu_h100_count_limit number
    Bare metal H100 GPU server count limit
    baremetal_gpu_h100_count_usage number
    Bare metal H100 GPU server count usage
    baremetal_gpu_h200_count_limit number
    Bare metal H200 GPU server count limit
    baremetal_gpu_h200_count_usage number
    Bare metal H200 GPU server count usage
    baremetal_gpu_l40s_count_limit number
    Bare metal L40S GPU server count limit
    baremetal_gpu_l40s_count_usage number
    Bare metal L40S GPU server count usage
    baremetal_hf_count_limit number
    High-frequency bare metal servers count limit
    baremetal_hf_count_usage number
    High-frequency bare metal servers count usage
    baremetal_infrastructure_count_limit number
    Infrastructure bare metal servers count limit
    baremetal_infrastructure_count_usage number
    Infrastructure bare metal servers count usage
    baremetal_network_count_limit number
    Bare metal Network Count limit
    baremetal_network_count_usage number
    Bare metal Network Count usage
    baremetal_storage_count_limit number
    Storage bare metal servers count limit
    baremetal_storage_count_usage number
    Storage bare metal servers count usage
    caas_container_count_limit number
    Containers count limit
    caas_container_count_usage number
    Containers count usage
    caas_cpu_count_limit number
    mCPU count for containers limit
    caas_cpu_count_usage number
    mCPU count for containers usage
    caas_gpu_count_limit number
    Containers gpu count limit
    caas_gpu_count_usage number
    Containers gpu count usage
    caas_ram_size_limit number
    MiB memory count for containers limit
    caas_ram_size_usage number
    MiB memory count for containers usage
    cluster_count_limit number
    K8s clusters count limit
    cluster_count_usage number
    K8s clusters count usage
    cpu_count_limit number
    vCPU Count limit
    cpu_count_usage number
    vCPU Count usage
    dbaas_postgres_cluster_count_limit number
    DBaaS cluster count limit
    dbaas_postgres_cluster_count_usage number
    DBaaS cluster count usage
    external_ip_count_limit number
    External IP Count limit
    external_ip_count_usage number
    External IP Count usage
    faas_cpu_count_limit number
    mCPU count for functions limit
    faas_cpu_count_usage number
    mCPU count for functions usage
    faas_function_count_limit number
    Functions count limit
    faas_function_count_usage number
    Functions count usage
    faas_namespace_count_limit number
    Functions namespace count limit
    faas_namespace_count_usage number
    Functions namespace count usage
    faas_ram_size_limit number
    MiB memory count for functions limit
    faas_ram_size_usage number
    MiB memory count for functions usage
    firewall_count_limit number
    Firewalls Count limit
    firewall_count_usage number
    Firewalls Count usage
    floating_count_limit number
    Floating IP Count limit
    floating_count_usage number
    Floating IP Count usage
    gpu_count_limit number
    GPU Count limit
    gpu_count_usage number
    GPU Count usage
    gpu_virtual_a100_count_limit number
    Virtual A100 GPU card count limit
    gpu_virtual_a100_count_usage number
    Virtual A100 GPU card count usage
    gpu_virtual_h100_count_limit number
    Virtual H100 GPU card count limit
    gpu_virtual_h100_count_usage number
    Virtual H100 GPU card count usage
    gpu_virtual_h200_count_limit number
    Virtual H200 GPU card count limit
    gpu_virtual_h200_count_usage number
    Virtual H200 GPU card count usage
    gpu_virtual_l40s_count_limit number
    Virtual L40S GPU card count limit
    gpu_virtual_l40s_count_usage number
    Virtual L40S GPU card count usage
    image_count_limit number
    Images Count limit
    image_count_usage number
    Images Count usage
    image_size_limit number
    Images Size, bytes limit
    image_size_usage number
    Images Size, bytes usage
    ipu_count_limit number
    IPU Count limit
    ipu_count_usage number
    IPU Count usage
    laas_topic_count_limit number
    LaaS Topics Count limit
    laas_topic_count_usage number
    LaaS Topics Count usage
    loadbalancer_count_limit number
    Load Balancers Count limit
    loadbalancer_count_usage number
    Load Balancers Count usage
    network_count_limit number
    Networks Count limit
    network_count_usage number
    Networks Count usage
    ram_limit number
    RAM Size, MiB limit
    ram_usage number
    RAM Size, MiB usage
    region_id number
    Region ID
    registry_count_limit number
    Registries count limit
    registry_count_usage number
    Registries count usage
    registry_storage_limit number
    Registries volume usage, GiB limit
    registry_storage_usage number
    Registries volume usage, GiB usage
    router_count_limit number
    Routers Count limit
    router_count_usage number
    Routers Count usage
    secret_count_limit number
    Secret Count limit
    secret_count_usage number
    Secret Count usage
    servergroup_count_limit number
    Placement Group Count limit
    servergroup_count_usage number
    Placement Group Count usage
    sfs_count_limit number
    Shared file system Count limit
    sfs_count_usage number
    Shared file system Count usage
    sfs_size_limit number
    Shared file system Size, GiB limit
    sfs_size_usage number
    Shared file system Size, GiB usage
    shared_vm_count_limit number
    Basic VMs Count limit
    shared_vm_count_usage number
    Basic VMs Count usage
    snapshot_schedule_count_limit number
    Snapshot Schedules Count limit
    snapshot_schedule_count_usage number
    Snapshot Schedules Count usage
    subnet_count_limit number
    Subnets Count limit
    subnet_count_usage number
    Subnets Count usage
    vm_count_limit number
    Instances Dedicated Count limit
    vm_count_usage number
    Instances Dedicated Count usage
    volume_count_limit number
    Volumes Count limit
    volume_count_usage number
    Volumes Count usage
    volume_size_limit number
    Volumes Size, GiB limit
    volume_size_usage number
    Volumes Size, GiB usage
    volume_snapshots_count_limit number
    Snapshots Count limit
    volume_snapshots_count_usage number
    Snapshots Count usage
    volume_snapshots_size_limit number
    Snapshots Size, GiB limit
    volume_snapshots_size_usage number
    Snapshots Size, GiB usage
    baremetalBasicCountLimit Double
    Basic bare metal servers count limit
    baremetalBasicCountUsage Double
    Basic bare metal servers count usage
    baremetalGpuA100CountLimit Double
    Bare metal A100 GPU server count limit
    baremetalGpuA100CountUsage Double
    Bare metal A100 GPU server count usage
    baremetalGpuCountLimit Double
    Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.

    Deprecated: Deprecated

    baremetalGpuCountUsage Double
    Baremetal Gpu Count Usage. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_usage, baremetal_gpu_h100_count_usage, baremetal_gpu_h200_count_usage, and baremetal_gpu_l40s_count_usage.

    Deprecated: Deprecated

    baremetalGpuH100CountLimit Double
    Bare metal H100 GPU server count limit
    baremetalGpuH100CountUsage Double
    Bare metal H100 GPU server count usage
    baremetalGpuH200CountLimit Double
    Bare metal H200 GPU server count limit
    baremetalGpuH200CountUsage Double
    Bare metal H200 GPU server count usage
    baremetalGpuL40sCountLimit Double
    Bare metal L40S GPU server count limit
    baremetalGpuL40sCountUsage Double
    Bare metal L40S GPU server count usage
    baremetalHfCountLimit Double
    High-frequency bare metal servers count limit
    baremetalHfCountUsage Double
    High-frequency bare metal servers count usage
    baremetalInfrastructureCountLimit Double
    Infrastructure bare metal servers count limit
    baremetalInfrastructureCountUsage Double
    Infrastructure bare metal servers count usage
    baremetalNetworkCountLimit Double
    Bare metal Network Count limit
    baremetalNetworkCountUsage Double
    Bare metal Network Count usage
    baremetalStorageCountLimit Double
    Storage bare metal servers count limit
    baremetalStorageCountUsage Double
    Storage bare metal servers count usage
    caasContainerCountLimit Double
    Containers count limit
    caasContainerCountUsage Double
    Containers count usage
    caasCpuCountLimit Double
    mCPU count for containers limit
    caasCpuCountUsage Double
    mCPU count for containers usage
    caasGpuCountLimit Double
    Containers gpu count limit
    caasGpuCountUsage Double
    Containers gpu count usage
    caasRamSizeLimit Double
    MiB memory count for containers limit
    caasRamSizeUsage Double
    MiB memory count for containers usage
    clusterCountLimit Double
    K8s clusters count limit
    clusterCountUsage Double
    K8s clusters count usage
    cpuCountLimit Double
    vCPU Count limit
    cpuCountUsage Double
    vCPU Count usage
    dbaasPostgresClusterCountLimit Double
    DBaaS cluster count limit
    dbaasPostgresClusterCountUsage Double
    DBaaS cluster count usage
    externalIpCountLimit Double
    External IP Count limit
    externalIpCountUsage Double
    External IP Count usage
    faasCpuCountLimit Double
    mCPU count for functions limit
    faasCpuCountUsage Double
    mCPU count for functions usage
    faasFunctionCountLimit Double
    Functions count limit
    faasFunctionCountUsage Double
    Functions count usage
    faasNamespaceCountLimit Double
    Functions namespace count limit
    faasNamespaceCountUsage Double
    Functions namespace count usage
    faasRamSizeLimit Double
    MiB memory count for functions limit
    faasRamSizeUsage Double
    MiB memory count for functions usage
    firewallCountLimit Double
    Firewalls Count limit
    firewallCountUsage Double
    Firewalls Count usage
    floatingCountLimit Double
    Floating IP Count limit
    floatingCountUsage Double
    Floating IP Count usage
    gpuCountLimit Double
    GPU Count limit
    gpuCountUsage Double
    GPU Count usage
    gpuVirtualA100CountLimit Double
    Virtual A100 GPU card count limit
    gpuVirtualA100CountUsage Double
    Virtual A100 GPU card count usage
    gpuVirtualH100CountLimit Double
    Virtual H100 GPU card count limit
    gpuVirtualH100CountUsage Double
    Virtual H100 GPU card count usage
    gpuVirtualH200CountLimit Double
    Virtual H200 GPU card count limit
    gpuVirtualH200CountUsage Double
    Virtual H200 GPU card count usage
    gpuVirtualL40sCountLimit Double
    Virtual L40S GPU card count limit
    gpuVirtualL40sCountUsage Double
    Virtual L40S GPU card count usage
    imageCountLimit Double
    Images Count limit
    imageCountUsage Double
    Images Count usage
    imageSizeLimit Double
    Images Size, bytes limit
    imageSizeUsage Double
    Images Size, bytes usage
    ipuCountLimit Double
    IPU Count limit
    ipuCountUsage Double
    IPU Count usage
    laasTopicCountLimit Double
    LaaS Topics Count limit
    laasTopicCountUsage Double
    LaaS Topics Count usage
    loadbalancerCountLimit Double
    Load Balancers Count limit
    loadbalancerCountUsage Double
    Load Balancers Count usage
    networkCountLimit Double
    Networks Count limit
    networkCountUsage Double
    Networks Count usage
    ramLimit Double
    RAM Size, MiB limit
    ramUsage Double
    RAM Size, MiB usage
    regionId Double
    Region ID
    registryCountLimit Double
    Registries count limit
    registryCountUsage Double
    Registries count usage
    registryStorageLimit Double
    Registries volume usage, GiB limit
    registryStorageUsage Double
    Registries volume usage, GiB usage
    routerCountLimit Double
    Routers Count limit
    routerCountUsage Double
    Routers Count usage
    secretCountLimit Double
    Secret Count limit
    secretCountUsage Double
    Secret Count usage
    servergroupCountLimit Double
    Placement Group Count limit
    servergroupCountUsage Double
    Placement Group Count usage
    sfsCountLimit Double
    Shared file system Count limit
    sfsCountUsage Double
    Shared file system Count usage
    sfsSizeLimit Double
    Shared file system Size, GiB limit
    sfsSizeUsage Double
    Shared file system Size, GiB usage
    sharedVmCountLimit Double
    Basic VMs Count limit
    sharedVmCountUsage Double
    Basic VMs Count usage
    snapshotScheduleCountLimit Double
    Snapshot Schedules Count limit
    snapshotScheduleCountUsage Double
    Snapshot Schedules Count usage
    subnetCountLimit Double
    Subnets Count limit
    subnetCountUsage Double
    Subnets Count usage
    vmCountLimit Double
    Instances Dedicated Count limit
    vmCountUsage Double
    Instances Dedicated Count usage
    volumeCountLimit Double
    Volumes Count limit
    volumeCountUsage Double
    Volumes Count usage
    volumeSizeLimit Double
    Volumes Size, GiB limit
    volumeSizeUsage Double
    Volumes Size, GiB usage
    volumeSnapshotsCountLimit Double
    Snapshots Count limit
    volumeSnapshotsCountUsage Double
    Snapshots Count usage
    volumeSnapshotsSizeLimit Double
    Snapshots Size, GiB limit
    volumeSnapshotsSizeUsage Double
    Snapshots Size, GiB usage
    baremetalBasicCountLimit number
    Basic bare metal servers count limit
    baremetalBasicCountUsage number
    Basic bare metal servers count usage
    baremetalGpuA100CountLimit number
    Bare metal A100 GPU server count limit
    baremetalGpuA100CountUsage number
    Bare metal A100 GPU server count usage
    baremetalGpuCountLimit number
    Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.

    Deprecated: Deprecated

    baremetalGpuCountUsage number
    Baremetal Gpu Count Usage. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_usage, baremetal_gpu_h100_count_usage, baremetal_gpu_h200_count_usage, and baremetal_gpu_l40s_count_usage.

    Deprecated: Deprecated

    baremetalGpuH100CountLimit number
    Bare metal H100 GPU server count limit
    baremetalGpuH100CountUsage number
    Bare metal H100 GPU server count usage
    baremetalGpuH200CountLimit number
    Bare metal H200 GPU server count limit
    baremetalGpuH200CountUsage number
    Bare metal H200 GPU server count usage
    baremetalGpuL40sCountLimit number
    Bare metal L40S GPU server count limit
    baremetalGpuL40sCountUsage number
    Bare metal L40S GPU server count usage
    baremetalHfCountLimit number
    High-frequency bare metal servers count limit
    baremetalHfCountUsage number
    High-frequency bare metal servers count usage
    baremetalInfrastructureCountLimit number
    Infrastructure bare metal servers count limit
    baremetalInfrastructureCountUsage number
    Infrastructure bare metal servers count usage
    baremetalNetworkCountLimit number
    Bare metal Network Count limit
    baremetalNetworkCountUsage number
    Bare metal Network Count usage
    baremetalStorageCountLimit number
    Storage bare metal servers count limit
    baremetalStorageCountUsage number
    Storage bare metal servers count usage
    caasContainerCountLimit number
    Containers count limit
    caasContainerCountUsage number
    Containers count usage
    caasCpuCountLimit number
    mCPU count for containers limit
    caasCpuCountUsage number
    mCPU count for containers usage
    caasGpuCountLimit number
    Containers gpu count limit
    caasGpuCountUsage number
    Containers gpu count usage
    caasRamSizeLimit number
    MiB memory count for containers limit
    caasRamSizeUsage number
    MiB memory count for containers usage
    clusterCountLimit number
    K8s clusters count limit
    clusterCountUsage number
    K8s clusters count usage
    cpuCountLimit number
    vCPU Count limit
    cpuCountUsage number
    vCPU Count usage
    dbaasPostgresClusterCountLimit number
    DBaaS cluster count limit
    dbaasPostgresClusterCountUsage number
    DBaaS cluster count usage
    externalIpCountLimit number
    External IP Count limit
    externalIpCountUsage number
    External IP Count usage
    faasCpuCountLimit number
    mCPU count for functions limit
    faasCpuCountUsage number
    mCPU count for functions usage
    faasFunctionCountLimit number
    Functions count limit
    faasFunctionCountUsage number
    Functions count usage
    faasNamespaceCountLimit number
    Functions namespace count limit
    faasNamespaceCountUsage number
    Functions namespace count usage
    faasRamSizeLimit number
    MiB memory count for functions limit
    faasRamSizeUsage number
    MiB memory count for functions usage
    firewallCountLimit number
    Firewalls Count limit
    firewallCountUsage number
    Firewalls Count usage
    floatingCountLimit number
    Floating IP Count limit
    floatingCountUsage number
    Floating IP Count usage
    gpuCountLimit number
    GPU Count limit
    gpuCountUsage number
    GPU Count usage
    gpuVirtualA100CountLimit number
    Virtual A100 GPU card count limit
    gpuVirtualA100CountUsage number
    Virtual A100 GPU card count usage
    gpuVirtualH100CountLimit number
    Virtual H100 GPU card count limit
    gpuVirtualH100CountUsage number
    Virtual H100 GPU card count usage
    gpuVirtualH200CountLimit number
    Virtual H200 GPU card count limit
    gpuVirtualH200CountUsage number
    Virtual H200 GPU card count usage
    gpuVirtualL40sCountLimit number
    Virtual L40S GPU card count limit
    gpuVirtualL40sCountUsage number
    Virtual L40S GPU card count usage
    imageCountLimit number
    Images Count limit
    imageCountUsage number
    Images Count usage
    imageSizeLimit number
    Images Size, bytes limit
    imageSizeUsage number
    Images Size, bytes usage
    ipuCountLimit number
    IPU Count limit
    ipuCountUsage number
    IPU Count usage
    laasTopicCountLimit number
    LaaS Topics Count limit
    laasTopicCountUsage number
    LaaS Topics Count usage
    loadbalancerCountLimit number
    Load Balancers Count limit
    loadbalancerCountUsage number
    Load Balancers Count usage
    networkCountLimit number
    Networks Count limit
    networkCountUsage number
    Networks Count usage
    ramLimit number
    RAM Size, MiB limit
    ramUsage number
    RAM Size, MiB usage
    regionId number
    Region ID
    registryCountLimit number
    Registries count limit
    registryCountUsage number
    Registries count usage
    registryStorageLimit number
    Registries volume usage, GiB limit
    registryStorageUsage number
    Registries volume usage, GiB usage
    routerCountLimit number
    Routers Count limit
    routerCountUsage number
    Routers Count usage
    secretCountLimit number
    Secret Count limit
    secretCountUsage number
    Secret Count usage
    servergroupCountLimit number
    Placement Group Count limit
    servergroupCountUsage number
    Placement Group Count usage
    sfsCountLimit number
    Shared file system Count limit
    sfsCountUsage number
    Shared file system Count usage
    sfsSizeLimit number
    Shared file system Size, GiB limit
    sfsSizeUsage number
    Shared file system Size, GiB usage
    sharedVmCountLimit number
    Basic VMs Count limit
    sharedVmCountUsage number
    Basic VMs Count usage
    snapshotScheduleCountLimit number
    Snapshot Schedules Count limit
    snapshotScheduleCountUsage number
    Snapshot Schedules Count usage
    subnetCountLimit number
    Subnets Count limit
    subnetCountUsage number
    Subnets Count usage
    vmCountLimit number
    Instances Dedicated Count limit
    vmCountUsage number
    Instances Dedicated Count usage
    volumeCountLimit number
    Volumes Count limit
    volumeCountUsage number
    Volumes Count usage
    volumeSizeLimit number
    Volumes Size, GiB limit
    volumeSizeUsage number
    Volumes Size, GiB usage
    volumeSnapshotsCountLimit number
    Snapshots Count limit
    volumeSnapshotsCountUsage number
    Snapshots Count usage
    volumeSnapshotsSizeLimit number
    Snapshots Size, GiB limit
    volumeSnapshotsSizeUsage number
    Snapshots Size, GiB usage
    baremetal_basic_count_limit float
    Basic bare metal servers count limit
    baremetal_basic_count_usage float
    Basic bare metal servers count usage
    baremetal_gpu_a100_count_limit float
    Bare metal A100 GPU server count limit
    baremetal_gpu_a100_count_usage float
    Bare metal A100 GPU server count usage
    baremetal_gpu_count_limit float
    Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.

    Deprecated: Deprecated

    baremetal_gpu_count_usage float
    Baremetal Gpu Count Usage. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_usage, baremetal_gpu_h100_count_usage, baremetal_gpu_h200_count_usage, and baremetal_gpu_l40s_count_usage.

    Deprecated: Deprecated

    baremetal_gpu_h100_count_limit float
    Bare metal H100 GPU server count limit
    baremetal_gpu_h100_count_usage float
    Bare metal H100 GPU server count usage
    baremetal_gpu_h200_count_limit float
    Bare metal H200 GPU server count limit
    baremetal_gpu_h200_count_usage float
    Bare metal H200 GPU server count usage
    baremetal_gpu_l40s_count_limit float
    Bare metal L40S GPU server count limit
    baremetal_gpu_l40s_count_usage float
    Bare metal L40S GPU server count usage
    baremetal_hf_count_limit float
    High-frequency bare metal servers count limit
    baremetal_hf_count_usage float
    High-frequency bare metal servers count usage
    baremetal_infrastructure_count_limit float
    Infrastructure bare metal servers count limit
    baremetal_infrastructure_count_usage float
    Infrastructure bare metal servers count usage
    baremetal_network_count_limit float
    Bare metal Network Count limit
    baremetal_network_count_usage float
    Bare metal Network Count usage
    baremetal_storage_count_limit float
    Storage bare metal servers count limit
    baremetal_storage_count_usage float
    Storage bare metal servers count usage
    caas_container_count_limit float
    Containers count limit
    caas_container_count_usage float
    Containers count usage
    caas_cpu_count_limit float
    mCPU count for containers limit
    caas_cpu_count_usage float
    mCPU count for containers usage
    caas_gpu_count_limit float
    Containers gpu count limit
    caas_gpu_count_usage float
    Containers gpu count usage
    caas_ram_size_limit float
    MiB memory count for containers limit
    caas_ram_size_usage float
    MiB memory count for containers usage
    cluster_count_limit float
    K8s clusters count limit
    cluster_count_usage float
    K8s clusters count usage
    cpu_count_limit float
    vCPU Count limit
    cpu_count_usage float
    vCPU Count usage
    dbaas_postgres_cluster_count_limit float
    DBaaS cluster count limit
    dbaas_postgres_cluster_count_usage float
    DBaaS cluster count usage
    external_ip_count_limit float
    External IP Count limit
    external_ip_count_usage float
    External IP Count usage
    faas_cpu_count_limit float
    mCPU count for functions limit
    faas_cpu_count_usage float
    mCPU count for functions usage
    faas_function_count_limit float
    Functions count limit
    faas_function_count_usage float
    Functions count usage
    faas_namespace_count_limit float
    Functions namespace count limit
    faas_namespace_count_usage float
    Functions namespace count usage
    faas_ram_size_limit float
    MiB memory count for functions limit
    faas_ram_size_usage float
    MiB memory count for functions usage
    firewall_count_limit float
    Firewalls Count limit
    firewall_count_usage float
    Firewalls Count usage
    floating_count_limit float
    Floating IP Count limit
    floating_count_usage float
    Floating IP Count usage
    gpu_count_limit float
    GPU Count limit
    gpu_count_usage float
    GPU Count usage
    gpu_virtual_a100_count_limit float
    Virtual A100 GPU card count limit
    gpu_virtual_a100_count_usage float
    Virtual A100 GPU card count usage
    gpu_virtual_h100_count_limit float
    Virtual H100 GPU card count limit
    gpu_virtual_h100_count_usage float
    Virtual H100 GPU card count usage
    gpu_virtual_h200_count_limit float
    Virtual H200 GPU card count limit
    gpu_virtual_h200_count_usage float
    Virtual H200 GPU card count usage
    gpu_virtual_l40s_count_limit float
    Virtual L40S GPU card count limit
    gpu_virtual_l40s_count_usage float
    Virtual L40S GPU card count usage
    image_count_limit float
    Images Count limit
    image_count_usage float
    Images Count usage
    image_size_limit float
    Images Size, bytes limit
    image_size_usage float
    Images Size, bytes usage
    ipu_count_limit float
    IPU Count limit
    ipu_count_usage float
    IPU Count usage
    laas_topic_count_limit float
    LaaS Topics Count limit
    laas_topic_count_usage float
    LaaS Topics Count usage
    loadbalancer_count_limit float
    Load Balancers Count limit
    loadbalancer_count_usage float
    Load Balancers Count usage
    network_count_limit float
    Networks Count limit
    network_count_usage float
    Networks Count usage
    ram_limit float
    RAM Size, MiB limit
    ram_usage float
    RAM Size, MiB usage
    region_id float
    Region ID
    registry_count_limit float
    Registries count limit
    registry_count_usage float
    Registries count usage
    registry_storage_limit float
    Registries volume usage, GiB limit
    registry_storage_usage float
    Registries volume usage, GiB usage
    router_count_limit float
    Routers Count limit
    router_count_usage float
    Routers Count usage
    secret_count_limit float
    Secret Count limit
    secret_count_usage float
    Secret Count usage
    servergroup_count_limit float
    Placement Group Count limit
    servergroup_count_usage float
    Placement Group Count usage
    sfs_count_limit float
    Shared file system Count limit
    sfs_count_usage float
    Shared file system Count usage
    sfs_size_limit float
    Shared file system Size, GiB limit
    sfs_size_usage float
    Shared file system Size, GiB usage
    shared_vm_count_limit float
    Basic VMs Count limit
    shared_vm_count_usage float
    Basic VMs Count usage
    snapshot_schedule_count_limit float
    Snapshot Schedules Count limit
    snapshot_schedule_count_usage float
    Snapshot Schedules Count usage
    subnet_count_limit float
    Subnets Count limit
    subnet_count_usage float
    Subnets Count usage
    vm_count_limit float
    Instances Dedicated Count limit
    vm_count_usage float
    Instances Dedicated Count usage
    volume_count_limit float
    Volumes Count limit
    volume_count_usage float
    Volumes Count usage
    volume_size_limit float
    Volumes Size, GiB limit
    volume_size_usage float
    Volumes Size, GiB usage
    volume_snapshots_count_limit float
    Snapshots Count limit
    volume_snapshots_count_usage float
    Snapshots Count usage
    volume_snapshots_size_limit float
    Snapshots Size, GiB limit
    volume_snapshots_size_usage float
    Snapshots Size, GiB usage
    baremetalBasicCountLimit Number
    Basic bare metal servers count limit
    baremetalBasicCountUsage Number
    Basic bare metal servers count usage
    baremetalGpuA100CountLimit Number
    Bare metal A100 GPU server count limit
    baremetalGpuA100CountUsage Number
    Bare metal A100 GPU server count usage
    baremetalGpuCountLimit Number
    Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.

    Deprecated: Deprecated

    baremetalGpuCountUsage Number
    Baremetal Gpu Count Usage. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_usage, baremetal_gpu_h100_count_usage, baremetal_gpu_h200_count_usage, and baremetal_gpu_l40s_count_usage.

    Deprecated: Deprecated

    baremetalGpuH100CountLimit Number
    Bare metal H100 GPU server count limit
    baremetalGpuH100CountUsage Number
    Bare metal H100 GPU server count usage
    baremetalGpuH200CountLimit Number
    Bare metal H200 GPU server count limit
    baremetalGpuH200CountUsage Number
    Bare metal H200 GPU server count usage
    baremetalGpuL40sCountLimit Number
    Bare metal L40S GPU server count limit
    baremetalGpuL40sCountUsage Number
    Bare metal L40S GPU server count usage
    baremetalHfCountLimit Number
    High-frequency bare metal servers count limit
    baremetalHfCountUsage Number
    High-frequency bare metal servers count usage
    baremetalInfrastructureCountLimit Number
    Infrastructure bare metal servers count limit
    baremetalInfrastructureCountUsage Number
    Infrastructure bare metal servers count usage
    baremetalNetworkCountLimit Number
    Bare metal Network Count limit
    baremetalNetworkCountUsage Number
    Bare metal Network Count usage
    baremetalStorageCountLimit Number
    Storage bare metal servers count limit
    baremetalStorageCountUsage Number
    Storage bare metal servers count usage
    caasContainerCountLimit Number
    Containers count limit
    caasContainerCountUsage Number
    Containers count usage
    caasCpuCountLimit Number
    mCPU count for containers limit
    caasCpuCountUsage Number
    mCPU count for containers usage
    caasGpuCountLimit Number
    Containers gpu count limit
    caasGpuCountUsage Number
    Containers gpu count usage
    caasRamSizeLimit Number
    MiB memory count for containers limit
    caasRamSizeUsage Number
    MiB memory count for containers usage
    clusterCountLimit Number
    K8s clusters count limit
    clusterCountUsage Number
    K8s clusters count usage
    cpuCountLimit Number
    vCPU Count limit
    cpuCountUsage Number
    vCPU Count usage
    dbaasPostgresClusterCountLimit Number
    DBaaS cluster count limit
    dbaasPostgresClusterCountUsage Number
    DBaaS cluster count usage
    externalIpCountLimit Number
    External IP Count limit
    externalIpCountUsage Number
    External IP Count usage
    faasCpuCountLimit Number
    mCPU count for functions limit
    faasCpuCountUsage Number
    mCPU count for functions usage
    faasFunctionCountLimit Number
    Functions count limit
    faasFunctionCountUsage Number
    Functions count usage
    faasNamespaceCountLimit Number
    Functions namespace count limit
    faasNamespaceCountUsage Number
    Functions namespace count usage
    faasRamSizeLimit Number
    MiB memory count for functions limit
    faasRamSizeUsage Number
    MiB memory count for functions usage
    firewallCountLimit Number
    Firewalls Count limit
    firewallCountUsage Number
    Firewalls Count usage
    floatingCountLimit Number
    Floating IP Count limit
    floatingCountUsage Number
    Floating IP Count usage
    gpuCountLimit Number
    GPU Count limit
    gpuCountUsage Number
    GPU Count usage
    gpuVirtualA100CountLimit Number
    Virtual A100 GPU card count limit
    gpuVirtualA100CountUsage Number
    Virtual A100 GPU card count usage
    gpuVirtualH100CountLimit Number
    Virtual H100 GPU card count limit
    gpuVirtualH100CountUsage Number
    Virtual H100 GPU card count usage
    gpuVirtualH200CountLimit Number
    Virtual H200 GPU card count limit
    gpuVirtualH200CountUsage Number
    Virtual H200 GPU card count usage
    gpuVirtualL40sCountLimit Number
    Virtual L40S GPU card count limit
    gpuVirtualL40sCountUsage Number
    Virtual L40S GPU card count usage
    imageCountLimit Number
    Images Count limit
    imageCountUsage Number
    Images Count usage
    imageSizeLimit Number
    Images Size, bytes limit
    imageSizeUsage Number
    Images Size, bytes usage
    ipuCountLimit Number
    IPU Count limit
    ipuCountUsage Number
    IPU Count usage
    laasTopicCountLimit Number
    LaaS Topics Count limit
    laasTopicCountUsage Number
    LaaS Topics Count usage
    loadbalancerCountLimit Number
    Load Balancers Count limit
    loadbalancerCountUsage Number
    Load Balancers Count usage
    networkCountLimit Number
    Networks Count limit
    networkCountUsage Number
    Networks Count usage
    ramLimit Number
    RAM Size, MiB limit
    ramUsage Number
    RAM Size, MiB usage
    regionId Number
    Region ID
    registryCountLimit Number
    Registries count limit
    registryCountUsage Number
    Registries count usage
    registryStorageLimit Number
    Registries volume usage, GiB limit
    registryStorageUsage Number
    Registries volume usage, GiB usage
    routerCountLimit Number
    Routers Count limit
    routerCountUsage Number
    Routers Count usage
    secretCountLimit Number
    Secret Count limit
    secretCountUsage Number
    Secret Count usage
    servergroupCountLimit Number
    Placement Group Count limit
    servergroupCountUsage Number
    Placement Group Count usage
    sfsCountLimit Number
    Shared file system Count limit
    sfsCountUsage Number
    Shared file system Count usage
    sfsSizeLimit Number
    Shared file system Size, GiB limit
    sfsSizeUsage Number
    Shared file system Size, GiB usage
    sharedVmCountLimit Number
    Basic VMs Count limit
    sharedVmCountUsage Number
    Basic VMs Count usage
    snapshotScheduleCountLimit Number
    Snapshot Schedules Count limit
    snapshotScheduleCountUsage Number
    Snapshot Schedules Count usage
    subnetCountLimit Number
    Subnets Count limit
    subnetCountUsage Number
    Subnets Count usage
    vmCountLimit Number
    Instances Dedicated Count limit
    vmCountUsage Number
    Instances Dedicated Count usage
    volumeCountLimit Number
    Volumes Count limit
    volumeCountUsage Number
    Volumes Count usage
    volumeSizeLimit Number
    Volumes Size, GiB limit
    volumeSizeUsage Number
    Volumes Size, GiB usage
    volumeSnapshotsCountLimit Number
    Snapshots Count limit
    volumeSnapshotsCountUsage Number
    Snapshots Count usage
    volumeSnapshotsSizeLimit Number
    Snapshots Size, GiB limit
    volumeSnapshotsSizeUsage Number
    Snapshots Size, GiB usage

    Package Details

    Repository
    gcore g-core/terraform-provider-gcore
    License
    Notes
    This Pulumi package is based on the gcore Terraform Provider.
    Viewing docs for gcore 2.0.0-alpha.14
    published on Wednesday, Jul 22, 2026 by g-core

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial