1. Packages
  2. Packages
  3. OVH
  4. API Docs
  5. getCloudQuota
Viewing docs for OVHCloud v2.17.0
published on Friday, Jul 17, 2026 by OVHcloud
ovh logo
Viewing docs for OVHCloud v2.17.0
published on Friday, Jul 17, 2026 by OVHcloud

    Fetch read-only quota information for a public cloud project: target quota profile per region, prevent-automatic-quota-upgrade flag, list of available profiles with their caps, and per-region applied profile + usage reported by OpenStack.

    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(args: GetCloudQuotaArgs, opts?: InvokeOptions): Promise<GetCloudQuotaResult>
    function getCloudQuotaOutput(args: GetCloudQuotaOutputArgs, opts?: InvokeOptions): Output<GetCloudQuotaResult>
    def get_cloud_quota(region: Optional[str] = None,
                        service_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetCloudQuotaResult
    def get_cloud_quota_output(region: pulumi.Input[Optional[str]] = None,
                        service_name: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetCloudQuotaResult]
    func LookupCloudQuota(ctx *Context, args *LookupCloudQuotaArgs, opts ...InvokeOption) (*LookupCloudQuotaResult, error)
    func LookupCloudQuotaOutput(ctx *Context, args *LookupCloudQuotaOutputArgs, opts ...InvokeOption) LookupCloudQuotaResultOutput

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

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

    The following arguments are supported:

    ServiceName string
    Service name of the resource representing the id of the cloud project.
    Region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    ServiceName string
    Service name of the resource representing the id of the cloud project.
    Region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    service_name string
    Service name of the resource representing the id of the cloud project.
    region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    serviceName String
    Service name of the resource representing the id of the cloud project.
    region String
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    serviceName string
    Service name of the resource representing the id of the cloud project.
    region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    service_name str
    Service name of the resource representing the id of the cloud project.
    region str
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    serviceName String
    Service name of the resource representing the id of the cloud project.
    region String
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.

    getCloudQuota Result

    The following output properties are available:

    Checksum string
    Computed hash representing the current target specification value.
    CreatedAt string
    Creation date (RFC3339).
    CurrentState GetCloudQuotaCurrentState
    Current quota state:
    Id string
    Resource identifier (the project id).
    PreventAutomaticQuotaUpgrade bool
    When true, automatic quota upgrades are disabled for this project.
    Regions List<GetCloudQuotaRegion>
    Per-region quota state:
    ResourceStatus string
    Readiness of the resource.
    ServiceName string
    UpdatedAt string
    Last update date (RFC3339).
    Region string
    Region name (e.g. GRA11).
    Checksum string
    Computed hash representing the current target specification value.
    CreatedAt string
    Creation date (RFC3339).
    CurrentState GetCloudQuotaCurrentState
    Current quota state:
    Id string
    Resource identifier (the project id).
    PreventAutomaticQuotaUpgrade bool
    When true, automatic quota upgrades are disabled for this project.
    Regions []GetCloudQuotaRegion
    Per-region quota state:
    ResourceStatus string
    Readiness of the resource.
    ServiceName string
    UpdatedAt string
    Last update date (RFC3339).
    Region string
    Region name (e.g. GRA11).
    checksum string
    Computed hash representing the current target specification value.
    created_at string
    Creation date (RFC3339).
    current_state object
    Current quota state:
    id string
    Resource identifier (the project id).
    prevent_automatic_quota_upgrade bool
    When true, automatic quota upgrades are disabled for this project.
    regions list(object)
    Per-region quota state:
    resource_status string
    Readiness of the resource.
    service_name string
    updated_at string
    Last update date (RFC3339).
    region string
    Region name (e.g. GRA11).
    checksum String
    Computed hash representing the current target specification value.
    createdAt String
    Creation date (RFC3339).
    currentState GetCloudQuotaCurrentState
    Current quota state:
    id String
    Resource identifier (the project id).
    preventAutomaticQuotaUpgrade Boolean
    When true, automatic quota upgrades are disabled for this project.
    regions List<GetCloudQuotaRegion>
    Per-region quota state:
    resourceStatus String
    Readiness of the resource.
    serviceName String
    updatedAt String
    Last update date (RFC3339).
    region String
    Region name (e.g. GRA11).
    checksum string
    Computed hash representing the current target specification value.
    createdAt string
    Creation date (RFC3339).
    currentState GetCloudQuotaCurrentState
    Current quota state:
    id string
    Resource identifier (the project id).
    preventAutomaticQuotaUpgrade boolean
    When true, automatic quota upgrades are disabled for this project.
    regions GetCloudQuotaRegion[]
    Per-region quota state:
    resourceStatus string
    Readiness of the resource.
    serviceName string
    updatedAt string
    Last update date (RFC3339).
    region string
    Region name (e.g. GRA11).
    checksum str
    Computed hash representing the current target specification value.
    created_at str
    Creation date (RFC3339).
    current_state GetCloudQuotaCurrentState
    Current quota state:
    id str
    Resource identifier (the project id).
    prevent_automatic_quota_upgrade bool
    When true, automatic quota upgrades are disabled for this project.
    regions Sequence[GetCloudQuotaRegion]
    Per-region quota state:
    resource_status str
    Readiness of the resource.
    service_name str
    updated_at str
    Last update date (RFC3339).
    region str
    Region name (e.g. GRA11).
    checksum String
    Computed hash representing the current target specification value.
    createdAt String
    Creation date (RFC3339).
    currentState Property Map
    Current quota state:
    id String
    Resource identifier (the project id).
    preventAutomaticQuotaUpgrade Boolean
    When true, automatic quota upgrades are disabled for this project.
    regions List<Property Map>
    Per-region quota state:
    resourceStatus String
    Readiness of the resource.
    serviceName String
    updatedAt String
    Last update date (RFC3339).
    region String
    Region name (e.g. GRA11).

    Supporting Types

    GetCloudQuotaCurrentState

    AvailableProfiles List<GetCloudQuotaCurrentStateAvailableProfile>
    List of available quota profiles with their caps:
    PreventAutomaticQuotaUpgrade bool
    When true, automatic quota upgrades are disabled for this project.
    Regions List<GetCloudQuotaCurrentStateRegion>
    Per-region quota state:
    AvailableProfiles []GetCloudQuotaCurrentStateAvailableProfile
    List of available quota profiles with their caps:
    PreventAutomaticQuotaUpgrade bool
    When true, automatic quota upgrades are disabled for this project.
    Regions []GetCloudQuotaCurrentStateRegion
    Per-region quota state:
    available_profiles list(object)
    List of available quota profiles with their caps:
    prevent_automatic_quota_upgrade bool
    When true, automatic quota upgrades are disabled for this project.
    regions list(object)
    Per-region quota state:
    availableProfiles List<GetCloudQuotaCurrentStateAvailableProfile>
    List of available quota profiles with their caps:
    preventAutomaticQuotaUpgrade Boolean
    When true, automatic quota upgrades are disabled for this project.
    regions List<GetCloudQuotaCurrentStateRegion>
    Per-region quota state:
    availableProfiles GetCloudQuotaCurrentStateAvailableProfile[]
    List of available quota profiles with their caps:
    preventAutomaticQuotaUpgrade boolean
    When true, automatic quota upgrades are disabled for this project.
    regions GetCloudQuotaCurrentStateRegion[]
    Per-region quota state:
    available_profiles Sequence[GetCloudQuotaCurrentStateAvailableProfile]
    List of available quota profiles with their caps:
    prevent_automatic_quota_upgrade bool
    When true, automatic quota upgrades are disabled for this project.
    regions Sequence[GetCloudQuotaCurrentStateRegion]
    Per-region quota state:
    availableProfiles List<Property Map>
    List of available quota profiles with their caps:
    preventAutomaticQuotaUpgrade Boolean
    When true, automatic quota upgrades are disabled for this project.
    regions List<Property Map>
    Per-region quota state:

    GetCloudQuotaCurrentStateAvailableProfile

    Compute GetCloudQuotaCurrentStateAvailableProfileCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    KeyManager GetCloudQuotaCurrentStateAvailableProfileKeyManager
    Key manager usage: containers, secrets.
    Keypair GetCloudQuotaCurrentStateAvailableProfileKeypair
    Keypair usage: keypairs.
    Loadbalancer GetCloudQuotaCurrentStateAvailableProfileLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    Name string
    Profile name.
    Network GetCloudQuotaCurrentStateAvailableProfileNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    Share GetCloudQuotaCurrentStateAvailableProfileShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    Volume GetCloudQuotaCurrentStateAvailableProfileVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    Compute GetCloudQuotaCurrentStateAvailableProfileCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    KeyManager GetCloudQuotaCurrentStateAvailableProfileKeyManager
    Key manager usage: containers, secrets.
    Keypair GetCloudQuotaCurrentStateAvailableProfileKeypair
    Keypair usage: keypairs.
    Loadbalancer GetCloudQuotaCurrentStateAvailableProfileLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    Name string
    Profile name.
    Network GetCloudQuotaCurrentStateAvailableProfileNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    Share GetCloudQuotaCurrentStateAvailableProfileShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    Volume GetCloudQuotaCurrentStateAvailableProfileVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute object
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    key_manager object
    Key manager usage: containers, secrets.
    keypair object
    Keypair usage: keypairs.
    loadbalancer object
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    name string
    Profile name.
    network object
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    share object
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume object
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute GetCloudQuotaCurrentStateAvailableProfileCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    keyManager GetCloudQuotaCurrentStateAvailableProfileKeyManager
    Key manager usage: containers, secrets.
    keypair GetCloudQuotaCurrentStateAvailableProfileKeypair
    Keypair usage: keypairs.
    loadbalancer GetCloudQuotaCurrentStateAvailableProfileLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    name String
    Profile name.
    network GetCloudQuotaCurrentStateAvailableProfileNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    share GetCloudQuotaCurrentStateAvailableProfileShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume GetCloudQuotaCurrentStateAvailableProfileVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute GetCloudQuotaCurrentStateAvailableProfileCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    keyManager GetCloudQuotaCurrentStateAvailableProfileKeyManager
    Key manager usage: containers, secrets.
    keypair GetCloudQuotaCurrentStateAvailableProfileKeypair
    Keypair usage: keypairs.
    loadbalancer GetCloudQuotaCurrentStateAvailableProfileLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    name string
    Profile name.
    network GetCloudQuotaCurrentStateAvailableProfileNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    share GetCloudQuotaCurrentStateAvailableProfileShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume GetCloudQuotaCurrentStateAvailableProfileVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute GetCloudQuotaCurrentStateAvailableProfileCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    key_manager GetCloudQuotaCurrentStateAvailableProfileKeyManager
    Key manager usage: containers, secrets.
    keypair GetCloudQuotaCurrentStateAvailableProfileKeypair
    Keypair usage: keypairs.
    loadbalancer GetCloudQuotaCurrentStateAvailableProfileLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    name str
    Profile name.
    network GetCloudQuotaCurrentStateAvailableProfileNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    share GetCloudQuotaCurrentStateAvailableProfileShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume GetCloudQuotaCurrentStateAvailableProfileVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute Property Map
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    keyManager Property Map
    Key manager usage: containers, secrets.
    keypair Property Map
    Keypair usage: keypairs.
    loadbalancer Property Map
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    name String
    Profile name.
    network Property Map
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    share Property Map
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume Property Map
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).

    GetCloudQuotaCurrentStateAvailableProfileCompute

    cores number
    instances number
    memory number
    cores Integer
    instances Integer
    memory Integer
    cores number
    instances number
    memory number
    cores Number
    instances Number
    memory Number

    GetCloudQuotaCurrentStateAvailableProfileKeyManager

    containers number
    secrets number
    containers Integer
    secrets Integer
    containers number
    secrets number
    containers Number
    secrets Number

    GetCloudQuotaCurrentStateAvailableProfileKeypair

    keypairs number
    keypairs Integer
    keypairs number
    keypairs Number

    GetCloudQuotaCurrentStateAvailableProfileLoadbalancer

    health_monitors number
    l7_policies number
    l7_rules number
    listeners number
    loadbalancers number
    members number
    pools number
    healthMonitors Integer
    l7Policies Integer
    l7Rules Integer
    listeners Integer
    loadbalancers Integer
    members Integer
    pools Integer
    healthMonitors number
    l7Policies number
    l7Rules number
    listeners number
    loadbalancers number
    members number
    pools number
    healthMonitors Number
    l7Policies Number
    l7Rules Number
    listeners Number
    loadbalancers Number
    members Number
    pools Number

    GetCloudQuotaCurrentStateAvailableProfileNetwork

    floatingIps Integer
    gateways Integer
    networks Integer
    securityGroupRules Integer
    securityGroups Integer
    subnets Integer

    GetCloudQuotaCurrentStateAvailableProfileShare

    backup_size_total number
    backups number
    shares number
    size_total number
    snapshots number
    backupSizeTotal Integer
    backups Integer
    shares Integer
    sizeTotal Integer
    snapshots Integer
    backupSizeTotal number
    backups number
    shares number
    sizeTotal number
    snapshots number
    backupSizeTotal Number
    backups Number
    shares Number
    sizeTotal Number
    snapshots Number

    GetCloudQuotaCurrentStateAvailableProfileVolume

    backup_size_total number
    backups number
    size_total number
    snapshots number
    volumes number
    backupSizeTotal Integer
    backups Integer
    sizeTotal Integer
    snapshots Integer
    volumes Integer
    backupSizeTotal number
    backups number
    sizeTotal number
    snapshots number
    volumes number
    backupSizeTotal Number
    backups Number
    sizeTotal Number
    snapshots Number
    volumes Number

    GetCloudQuotaCurrentStateRegion

    Compute GetCloudQuotaCurrentStateRegionCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    KeyManager GetCloudQuotaCurrentStateRegionKeyManager
    Key manager usage: containers, secrets.
    Keypair GetCloudQuotaCurrentStateRegionKeypair
    Keypair usage: keypairs.
    Loadbalancer GetCloudQuotaCurrentStateRegionLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    Network GetCloudQuotaCurrentStateRegionNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    Profile string
    Currently applied quota profile name in this region.
    Region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    Share GetCloudQuotaCurrentStateRegionShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    Volume GetCloudQuotaCurrentStateRegionVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    Compute GetCloudQuotaCurrentStateRegionCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    KeyManager GetCloudQuotaCurrentStateRegionKeyManager
    Key manager usage: containers, secrets.
    Keypair GetCloudQuotaCurrentStateRegionKeypair
    Keypair usage: keypairs.
    Loadbalancer GetCloudQuotaCurrentStateRegionLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    Network GetCloudQuotaCurrentStateRegionNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    Profile string
    Currently applied quota profile name in this region.
    Region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    Share GetCloudQuotaCurrentStateRegionShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    Volume GetCloudQuotaCurrentStateRegionVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute object
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    key_manager object
    Key manager usage: containers, secrets.
    keypair object
    Keypair usage: keypairs.
    loadbalancer object
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    network object
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    profile string
    Currently applied quota profile name in this region.
    region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    share object
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume object
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute GetCloudQuotaCurrentStateRegionCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    keyManager GetCloudQuotaCurrentStateRegionKeyManager
    Key manager usage: containers, secrets.
    keypair GetCloudQuotaCurrentStateRegionKeypair
    Keypair usage: keypairs.
    loadbalancer GetCloudQuotaCurrentStateRegionLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    network GetCloudQuotaCurrentStateRegionNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    profile String
    Currently applied quota profile name in this region.
    region String
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    share GetCloudQuotaCurrentStateRegionShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume GetCloudQuotaCurrentStateRegionVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute GetCloudQuotaCurrentStateRegionCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    keyManager GetCloudQuotaCurrentStateRegionKeyManager
    Key manager usage: containers, secrets.
    keypair GetCloudQuotaCurrentStateRegionKeypair
    Keypair usage: keypairs.
    loadbalancer GetCloudQuotaCurrentStateRegionLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    network GetCloudQuotaCurrentStateRegionNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    profile string
    Currently applied quota profile name in this region.
    region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    share GetCloudQuotaCurrentStateRegionShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume GetCloudQuotaCurrentStateRegionVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute GetCloudQuotaCurrentStateRegionCompute
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    key_manager GetCloudQuotaCurrentStateRegionKeyManager
    Key manager usage: containers, secrets.
    keypair GetCloudQuotaCurrentStateRegionKeypair
    Keypair usage: keypairs.
    loadbalancer GetCloudQuotaCurrentStateRegionLoadbalancer
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    network GetCloudQuotaCurrentStateRegionNetwork
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    profile str
    Currently applied quota profile name in this region.
    region str
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    share GetCloudQuotaCurrentStateRegionShare
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume GetCloudQuotaCurrentStateRegionVolume
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).
    compute Property Map
    Compute usage: cores, instances, memory. Each entry exposes limit, used, unit.
    keyManager Property Map
    Key manager usage: containers, secrets.
    keypair Property Map
    Keypair usage: keypairs.
    loadbalancer Property Map
    Load balancer usage: health_monitors, l7_policies, l7_rules, listeners, loadbalancers, members, pools.
    network Property Map
    Networking usage: floating_ips, gateways, networks, security_group_rules, security_groups, subnets.
    profile String
    Currently applied quota profile name in this region.
    region String
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    share Property Map
    Shared file system usage: backup_size_total, backups, share_networks, shares, size_total, snapshot_size_total, snapshots (each with limit, used, unit) and per_share_size (limit, unit).
    volume Property Map
    Block storage usage: backup_size_total, backups, size_total, snapshots, volumes (each with limit, used, unit) and per_volume_size (limit, unit).

    GetCloudQuotaCurrentStateRegionCompute

    GetCloudQuotaCurrentStateRegionComputeCores

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionComputeInstances

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionComputeMemory

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionKeyManager

    GetCloudQuotaCurrentStateRegionKeyManagerContainers

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionKeyManagerSecrets

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionKeypair

    GetCloudQuotaCurrentStateRegionKeypairKeypairs

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionLoadbalancer

    GetCloudQuotaCurrentStateRegionLoadbalancerHealthMonitors

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionLoadbalancerL7Policies

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionLoadbalancerL7Rules

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionLoadbalancerListeners

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionLoadbalancerLoadbalancers

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionLoadbalancerMembers

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionLoadbalancerPools

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionNetwork

    GetCloudQuotaCurrentStateRegionNetworkFloatingIps

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionNetworkGateways

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionNetworkNetworks

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionNetworkSecurityGroupRules

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionNetworkSecurityGroups

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionNetworkSubnets

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionShare

    GetCloudQuotaCurrentStateRegionShareBackupSizeTotal

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionShareBackups

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionSharePerShareSize

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.

    GetCloudQuotaCurrentStateRegionShareShareNetworks

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionShareShares

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionShareSizeTotal

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionShareSnapshotSizeTotal

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionShareSnapshots

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionVolume

    GetCloudQuotaCurrentStateRegionVolumeBackupSizeTotal

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionVolumeBackups

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionVolumePerVolumeSize

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.

    GetCloudQuotaCurrentStateRegionVolumeSizeTotal

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionVolumeSnapshots

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaCurrentStateRegionVolumeVolumes

    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    Limit int
    Maximum authorized value for this limit.
    Unit string
    Unit of the limit value.
    Used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Integer
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Integer
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit number
    Maximum authorized value for this limit.
    unit string
    Unit of the limit value.
    used number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit int
    Maximum authorized value for this limit.
    unit str
    Unit of the limit value.
    used int
    Current usage reported by OpenStack. null when the underlying service does not expose usage.
    limit Number
    Maximum authorized value for this limit.
    unit String
    Unit of the limit value.
    used Number
    Current usage reported by OpenStack. null when the underlying service does not expose usage.

    GetCloudQuotaRegion

    Profile string
    Currently applied quota profile name in this region.
    Region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    Profile string
    Currently applied quota profile name in this region.
    Region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    profile string
    Currently applied quota profile name in this region.
    region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    profile String
    Currently applied quota profile name in this region.
    region String
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    profile string
    Currently applied quota profile name in this region.
    region string
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    profile str
    Currently applied quota profile name in this region.
    region str
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.
    profile String
    Currently applied quota profile name in this region.
    region String
    If set, restricts the per-region quota state to this single region. Otherwise all configured regions are returned.

    Package Details

    Repository
    ovh ovh/pulumi-ovh
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ovh Terraform Provider.
    ovh logo
    Viewing docs for OVHCloud v2.17.0
    published on Friday, Jul 17, 2026 by OVHcloud

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial