published on Friday, Jul 17, 2026 by OVHcloud
published on Friday, Jul 17, 2026 by OVHcloud
Manages the public cloud project quota: the applied quota profile per region
and the prevent_automatic_quota_upgrade toggle. There is exactly one quota
envelope per project, so this
resource is a singleton — the project’s service name is used as the import id.
Regions omitted from regions are left unchanged upstream.
Create CloudQuota Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudQuota(name: string, args: CloudQuotaArgs, opts?: CustomResourceOptions);@overload
def CloudQuota(resource_name: str,
args: CloudQuotaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudQuota(resource_name: str,
opts: Optional[ResourceOptions] = None,
prevent_automatic_quota_upgrade: Optional[bool] = None,
regions: Optional[Sequence[CloudQuotaRegionArgs]] = None,
service_name: Optional[str] = None)func NewCloudQuota(ctx *Context, name string, args CloudQuotaArgs, opts ...ResourceOption) (*CloudQuota, error)public CloudQuota(string name, CloudQuotaArgs args, CustomResourceOptions? opts = null)
public CloudQuota(String name, CloudQuotaArgs args)
public CloudQuota(String name, CloudQuotaArgs args, CustomResourceOptions options)
type: ovh:CloudQuota
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "ovh_cloud_quota" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args CloudQuotaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudQuotaArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudQuotaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudQuotaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudQuotaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudQuotaResource = new Ovh.CloudQuota("cloudQuotaResource", new()
{
PreventAutomaticQuotaUpgrade = false,
Regions = new[]
{
new Ovh.Inputs.CloudQuotaRegionArgs
{
Profile = "string",
Region = "string",
},
},
ServiceName = "string",
});
example, err := ovh.NewCloudQuota(ctx, "cloudQuotaResource", &ovh.CloudQuotaArgs{
PreventAutomaticQuotaUpgrade: pulumi.Bool(false),
Regions: ovh.CloudQuotaRegionArray{
&ovh.CloudQuotaRegionArgs{
Profile: pulumi.String("string"),
Region: pulumi.String("string"),
},
},
ServiceName: pulumi.String("string"),
})
resource "ovh_cloud_quota" "cloudQuotaResource" {
lifecycle {
create_before_destroy = true
}
prevent_automatic_quota_upgrade = false
regions {
profile = "string"
region = "string"
}
service_name = "string"
}
var cloudQuotaResource = new CloudQuota("cloudQuotaResource", CloudQuotaArgs.builder()
.preventAutomaticQuotaUpgrade(false)
.regions(CloudQuotaRegionArgs.builder()
.profile("string")
.region("string")
.build())
.serviceName("string")
.build());
cloud_quota_resource = ovh.CloudQuota("cloudQuotaResource",
prevent_automatic_quota_upgrade=False,
regions=[{
"profile": "string",
"region": "string",
}],
service_name="string")
const cloudQuotaResource = new ovh.CloudQuota("cloudQuotaResource", {
preventAutomaticQuotaUpgrade: false,
regions: [{
profile: "string",
region: "string",
}],
serviceName: "string",
});
type: ovh:CloudQuota
properties:
preventAutomaticQuotaUpgrade: false
regions:
- profile: string
region: string
serviceName: string
CloudQuota Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudQuota resource accepts the following input properties:
- Prevent
Automatic boolQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- Regions
List<Cloud
Quota Region> - — Target quota profile per region:
- Service
Name string - — Service name of the cloud project.
- Prevent
Automatic boolQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- Regions
[]Cloud
Quota Region Args - — Target quota profile per region:
- Service
Name string - — Service name of the cloud project.
- prevent_
automatic_ boolquota_ upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions list(object)
- — Target quota profile per region:
- service_
name string - — Service name of the cloud project.
- prevent
Automatic BooleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
List<Cloud
Quota Region> - — Target quota profile per region:
- service
Name String - — Service name of the cloud project.
- prevent
Automatic booleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
Cloud
Quota Region[] - — Target quota profile per region:
- service
Name string - — Service name of the cloud project.
- prevent_
automatic_ boolquota_ upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
Sequence[Cloud
Quota Region Args] - — Target quota profile per region:
- service_
name str - — Service name of the cloud project.
- prevent
Automatic BooleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions List<Property Map>
- — Target quota profile per region:
- service
Name String - — Service name of the cloud project.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudQuota resource produces the following output properties:
- Checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- Created
At string - ,
updated_at— Envelope timestamps (RFC3339). - Current
State CloudQuota Current State - — Live state of the quota:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - Updated
At string - Last update date (RFC3339).
- Checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- Created
At string - ,
updated_at— Envelope timestamps (RFC3339). - Current
State CloudQuota Current State - — Live state of the quota:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - Updated
At string - Last update date (RFC3339).
- checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created_
at string - ,
updated_at— Envelope timestamps (RFC3339). - current_
state object - — Live state of the quota:
- id string
- The provider-assigned unique ID for this managed resource.
- resource_
status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - updated_
at string - Last update date (RFC3339).
- checksum String
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created
At String - ,
updated_at— Envelope timestamps (RFC3339). - current
State CloudQuota Current State - — Live state of the quota:
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Status String - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - updated
At String - Last update date (RFC3339).
- checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created
At string - ,
updated_at— Envelope timestamps (RFC3339). - current
State CloudQuota Current State - — Live state of the quota:
- id string
- The provider-assigned unique ID for this managed resource.
- resource
Status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - updated
At string - Last update date (RFC3339).
- checksum str
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created_
at str - ,
updated_at— Envelope timestamps (RFC3339). - current_
state CloudQuota Current State - — Live state of the quota:
- id str
- The provider-assigned unique ID for this managed resource.
- resource_
status str - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - updated_
at str - Last update date (RFC3339).
- checksum String
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created
At String - ,
updated_at— Envelope timestamps (RFC3339). - current
State Property Map - — Live state of the quota:
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Status String - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - updated
At String - Last update date (RFC3339).
Look up Existing CloudQuota Resource
Get an existing CloudQuota resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CloudQuotaState, opts?: CustomResourceOptions): CloudQuota@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
checksum: Optional[str] = None,
created_at: Optional[str] = None,
current_state: Optional[CloudQuotaCurrentStateArgs] = None,
prevent_automatic_quota_upgrade: Optional[bool] = None,
regions: Optional[Sequence[CloudQuotaRegionArgs]] = None,
resource_status: Optional[str] = None,
service_name: Optional[str] = None,
updated_at: Optional[str] = None) -> CloudQuotafunc GetCloudQuota(ctx *Context, name string, id IDInput, state *CloudQuotaState, opts ...ResourceOption) (*CloudQuota, error)public static CloudQuota Get(string name, Input<string> id, CloudQuotaState? state, CustomResourceOptions? opts = null)public static CloudQuota get(String name, Output<String> id, CloudQuotaState state, CustomResourceOptions options)resources: _: type: ovh:CloudQuota get: id: ${id}import {
to = ovh_cloud_quota.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- Created
At string - ,
updated_at— Envelope timestamps (RFC3339). - Current
State CloudQuota Current State - — Live state of the quota:
- Prevent
Automatic boolQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- Regions
List<Cloud
Quota Region> - — Target quota profile per region:
- Resource
Status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - Service
Name string - — Service name of the cloud project.
- Updated
At string - Last update date (RFC3339).
- Checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- Created
At string - ,
updated_at— Envelope timestamps (RFC3339). - Current
State CloudQuota Current State Args - — Live state of the quota:
- Prevent
Automatic boolQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- Regions
[]Cloud
Quota Region Args - — Target quota profile per region:
- Resource
Status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - Service
Name string - — Service name of the cloud project.
- Updated
At string - Last update date (RFC3339).
- checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created_
at string - ,
updated_at— Envelope timestamps (RFC3339). - current_
state object - — Live state of the quota:
- prevent_
automatic_ boolquota_ upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions list(object)
- — Target quota profile per region:
- resource_
status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - service_
name string - — Service name of the cloud project.
- updated_
at string - Last update date (RFC3339).
- checksum String
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created
At String - ,
updated_at— Envelope timestamps (RFC3339). - current
State CloudQuota Current State - — Live state of the quota:
- prevent
Automatic BooleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
List<Cloud
Quota Region> - — Target quota profile per region:
- resource
Status String - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - service
Name String - — Service name of the cloud project.
- updated
At String - Last update date (RFC3339).
- checksum string
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created
At string - ,
updated_at— Envelope timestamps (RFC3339). - current
State CloudQuota Current State - — Live state of the quota:
- prevent
Automatic booleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
Cloud
Quota Region[] - — Target quota profile per region:
- resource
Status string - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - service
Name string - — Service name of the cloud project.
- updated
At string - Last update date (RFC3339).
- checksum str
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created_
at str - ,
updated_at— Envelope timestamps (RFC3339). - current_
state CloudQuota Current State Args - — Live state of the quota:
- prevent_
automatic_ boolquota_ upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
Sequence[Cloud
Quota Region Args] - — Target quota profile per region:
- resource_
status str - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - service_
name str - — Service name of the cloud project.
- updated_
at str - Last update date (RFC3339).
- checksum String
- — Computed hash of the current target specification, used for optimistic concurrency on updates.
- created
At String - ,
updated_at— Envelope timestamps (RFC3339). - current
State Property Map - — Live state of the quota:
- prevent
Automatic BooleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions List<Property Map>
- — Target quota profile per region:
- resource
Status String - — Quota readiness in the system (
CREATING,UPDATING,DELETING,OUT_OF_SYNC,READY,ERROR,SUSPENDED,UNKNOWN). - service
Name String - — Service name of the cloud project.
- updated
At String - Last update date (RFC3339).
Supporting Types
CloudQuotaCurrentState, CloudQuotaCurrentStateArgs
- Available
Profiles List<CloudQuota Current State Available Profile> - — All quota profiles offered to the project, with
their per-service caps (
compute,volume,network,loadbalancer,key_manager,share,keypair). - Prevent
Automatic boolQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- Regions
List<Cloud
Quota Current State Region> - — Target quota profile per region:
- Available
Profiles []CloudQuota Current State Available Profile - — All quota profiles offered to the project, with
their per-service caps (
compute,volume,network,loadbalancer,key_manager,share,keypair). - Prevent
Automatic boolQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- Regions
[]Cloud
Quota Current State Region - — Target quota profile per region:
- available_
profiles list(object) - — All quota profiles offered to the project, with
their per-service caps (
compute,volume,network,loadbalancer,key_manager,share,keypair). - prevent_
automatic_ boolquota_ upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions list(object)
- — Target quota profile per region:
- available
Profiles List<CloudQuota Current State Available Profile> - — All quota profiles offered to the project, with
their per-service caps (
compute,volume,network,loadbalancer,key_manager,share,keypair). - prevent
Automatic BooleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
List<Cloud
Quota Current State Region> - — Target quota profile per region:
- available
Profiles CloudQuota Current State Available Profile[] - — All quota profiles offered to the project, with
their per-service caps (
compute,volume,network,loadbalancer,key_manager,share,keypair). - prevent
Automatic booleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
Cloud
Quota Current State Region[] - — Target quota profile per region:
- available_
profiles Sequence[CloudQuota Current State Available Profile] - — All quota profiles offered to the project, with
their per-service caps (
compute,volume,network,loadbalancer,key_manager,share,keypair). - prevent_
automatic_ boolquota_ upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions
Sequence[Cloud
Quota Current State Region] - — Target quota profile per region:
- available
Profiles List<Property Map> - — All quota profiles offered to the project, with
their per-service caps (
compute,volume,network,loadbalancer,key_manager,share,keypair). - prevent
Automatic BooleanQuota Upgrade - — When true, automatic quota upgrades are disabled for this project.
- regions List<Property Map>
- — Target quota profile per region:
CloudQuotaCurrentStateAvailableProfile, CloudQuotaCurrentStateAvailableProfileArgs
- Compute
Cloud
Quota Current State Available Profile Compute - Key
Manager CloudQuota Current State Available Profile Key Manager - Keypair
Cloud
Quota Current State Available Profile Keypair - Loadbalancer
Cloud
Quota Current State Available Profile Loadbalancer - Name string
- Network
Cloud
Quota Current State Available Profile Network -
Cloud
Quota Current State Available Profile Share - Volume
Cloud
Quota Current State Available Profile Volume
- Compute
Cloud
Quota Current State Available Profile Compute - Key
Manager CloudQuota Current State Available Profile Key Manager - Keypair
Cloud
Quota Current State Available Profile Keypair - Loadbalancer
Cloud
Quota Current State Available Profile Loadbalancer - Name string
- Network
Cloud
Quota Current State Available Profile Network -
Cloud
Quota Current State Available Profile Share - Volume
Cloud
Quota Current State Available Profile Volume
- compute
Cloud
Quota Current State Available Profile Compute - key
Manager CloudQuota Current State Available Profile Key Manager - keypair
Cloud
Quota Current State Available Profile Keypair - loadbalancer
Cloud
Quota Current State Available Profile Loadbalancer - name String
- network
Cloud
Quota Current State Available Profile Network -
Cloud
Quota Current State Available Profile Share - volume
Cloud
Quota Current State Available Profile Volume
- compute
Cloud
Quota Current State Available Profile Compute - key
Manager CloudQuota Current State Available Profile Key Manager - keypair
Cloud
Quota Current State Available Profile Keypair - loadbalancer
Cloud
Quota Current State Available Profile Loadbalancer - name string
- network
Cloud
Quota Current State Available Profile Network -
Cloud
Quota Current State Available Profile Share - volume
Cloud
Quota Current State Available Profile Volume
- compute
Cloud
Quota Current State Available Profile Compute - key_
manager CloudQuota Current State Available Profile Key Manager - keypair
Cloud
Quota Current State Available Profile Keypair - loadbalancer
Cloud
Quota Current State Available Profile Loadbalancer - name str
- network
Cloud
Quota Current State Available Profile Network -
Cloud
Quota Current State Available Profile Share - volume
Cloud
Quota Current State Available Profile Volume
CloudQuotaCurrentStateAvailableProfileCompute, CloudQuotaCurrentStateAvailableProfileComputeArgs
CloudQuotaCurrentStateAvailableProfileKeyManager, CloudQuotaCurrentStateAvailableProfileKeyManagerArgs
- Containers int
- Secrets int
- Containers int
- Secrets int
- containers number
- secrets number
- containers Integer
- secrets Integer
- containers number
- secrets number
- containers int
- secrets int
- containers Number
- secrets Number
CloudQuotaCurrentStateAvailableProfileKeypair, CloudQuotaCurrentStateAvailableProfileKeypairArgs
- Keypairs int
- Keypairs int
- keypairs number
- keypairs Integer
- keypairs number
- keypairs int
- keypairs Number
CloudQuotaCurrentStateAvailableProfileLoadbalancer, CloudQuotaCurrentStateAvailableProfileLoadbalancerArgs
- Health
Monitors int - L7Policies int
- L7Rules int
- Listeners int
- Loadbalancers int
- Members int
- Pools int
- Health
Monitors int - L7Policies int
- L7Rules int
- Listeners int
- Loadbalancers int
- Members int
- Pools int
- health_
monitors number - l7_
policies number - l7_
rules number - listeners number
- loadbalancers number
- members number
- pools number
- health
Monitors Integer - l7Policies Integer
- l7Rules Integer
- listeners Integer
- loadbalancers Integer
- members Integer
- pools Integer
- health
Monitors number - l7Policies number
- l7Rules number
- listeners number
- loadbalancers number
- members number
- pools number
- health_
monitors int - l7_
policies int - l7_
rules int - listeners int
- loadbalancers int
- members int
- pools int
- health
Monitors Number - l7Policies Number
- l7Rules Number
- listeners Number
- loadbalancers Number
- members Number
- pools Number
CloudQuotaCurrentStateAvailableProfileNetwork, CloudQuotaCurrentStateAvailableProfileNetworkArgs
- Floating
Ips int - Gateways int
- Networks int
- Security
Group intRules - Security
Groups int - Subnets int
- Floating
Ips int - Gateways int
- Networks int
- Security
Group intRules - Security
Groups int - Subnets int
- floating_
ips number - gateways number
- networks number
- security_
group_ numberrules - security_
groups number - subnets number
- floating
Ips Integer - gateways Integer
- networks Integer
- security
Group IntegerRules - security
Groups Integer - subnets Integer
- floating
Ips number - gateways number
- networks number
- security
Group numberRules - security
Groups number - subnets number
- floating_
ips int - gateways int
- networks int
- security_
group_ intrules - security_
groups int - subnets int
- floating
Ips Number - gateways Number
- networks Number
- security
Group NumberRules - security
Groups Number - subnets Number
CloudQuotaCurrentStateAvailableProfileShare, CloudQuotaCurrentStateAvailableProfileShareArgs
- Backup
Size intTotal - Backups int
- int
- Size
Total int - Snapshots int
- Backup
Size intTotal - Backups int
- int
- Size
Total int - Snapshots int
- backup_
size_ numbertotal - backups number
- number
- size_
total number - snapshots number
- backup
Size IntegerTotal - backups Integer
- Integer
- size
Total Integer - snapshots Integer
- backup
Size numberTotal - backups number
- number
- size
Total number - snapshots number
- backup_
size_ inttotal - backups int
- int
- size_
total int - snapshots int
- backup
Size NumberTotal - backups Number
- Number
- size
Total Number - snapshots Number
CloudQuotaCurrentStateAvailableProfileVolume, CloudQuotaCurrentStateAvailableProfileVolumeArgs
- Backup
Size intTotal - Backups int
- Size
Total int - Snapshots int
- Volumes int
- Backup
Size intTotal - Backups int
- Size
Total int - Snapshots int
- Volumes int
- backup_
size_ numbertotal - backups number
- size_
total number - snapshots number
- volumes number
- backup
Size IntegerTotal - backups Integer
- size
Total Integer - snapshots Integer
- volumes Integer
- backup
Size numberTotal - backups number
- size
Total number - snapshots number
- volumes number
- backup_
size_ inttotal - backups int
- size_
total int - snapshots int
- volumes int
- backup
Size NumberTotal - backups Number
- size
Total Number - snapshots Number
- volumes Number
CloudQuotaCurrentStateRegion, CloudQuotaCurrentStateRegionArgs
- Compute
Cloud
Quota Current State Region Compute - Key
Manager CloudQuota Current State Region Key Manager - Keypair
Cloud
Quota Current State Region Keypair - Loadbalancer
Cloud
Quota Current State Region Loadbalancer - Network
Cloud
Quota Current State Region Network - Profile string
- — Quota profile to apply. Available values
are exposed live in
current_state.available_profiles. - Region string
- — Region where the profile applies
(e.g.
GRA11). -
Cloud
Quota Current State Region Share - Volume
Cloud
Quota Current State Region Volume
- Compute
Cloud
Quota Current State Region Compute - Key
Manager CloudQuota Current State Region Key Manager - Keypair
Cloud
Quota Current State Region Keypair - Loadbalancer
Cloud
Quota Current State Region Loadbalancer - Network
Cloud
Quota Current State Region Network - Profile string
- — Quota profile to apply. Available values
are exposed live in
current_state.available_profiles. - Region string
- — Region where the profile applies
(e.g.
GRA11). -
Cloud
Quota Current State Region Share - Volume
Cloud
Quota Current State Region Volume
- compute
Cloud
Quota Current State Region Compute - key
Manager CloudQuota Current State Region Key Manager - keypair
Cloud
Quota Current State Region Keypair - loadbalancer
Cloud
Quota Current State Region Loadbalancer - network
Cloud
Quota Current State Region Network - profile String
- — Quota profile to apply. Available values
are exposed live in
current_state.available_profiles. - region String
- — Region where the profile applies
(e.g.
GRA11). -
Cloud
Quota Current State Region Share - volume
Cloud
Quota Current State Region Volume
- compute
Cloud
Quota Current State Region Compute - key
Manager CloudQuota Current State Region Key Manager - keypair
Cloud
Quota Current State Region Keypair - loadbalancer
Cloud
Quota Current State Region Loadbalancer - network
Cloud
Quota Current State Region Network - profile string
- — Quota profile to apply. Available values
are exposed live in
current_state.available_profiles. - region string
- — Region where the profile applies
(e.g.
GRA11). -
Cloud
Quota Current State Region Share - volume
Cloud
Quota Current State Region Volume
- compute
Cloud
Quota Current State Region Compute - key_
manager CloudQuota Current State Region Key Manager - keypair
Cloud
Quota Current State Region Keypair - loadbalancer
Cloud
Quota Current State Region Loadbalancer - network
Cloud
Quota Current State Region Network - profile str
- — Quota profile to apply. Available values
are exposed live in
current_state.available_profiles. - region str
- — Region where the profile applies
(e.g.
GRA11). -
Cloud
Quota Current State Region Share - volume
Cloud
Quota Current State Region Volume
- compute Property Map
- key
Manager Property Map - keypair Property Map
- loadbalancer Property Map
- network Property Map
- profile String
- — Quota profile to apply. Available values
are exposed live in
current_state.available_profiles. - region String
- — Region where the profile applies
(e.g.
GRA11). - Property Map
- volume Property Map
CloudQuotaCurrentStateRegionCompute, CloudQuotaCurrentStateRegionComputeArgs
CloudQuotaCurrentStateRegionComputeCores, CloudQuotaCurrentStateRegionComputeCoresArgs
CloudQuotaCurrentStateRegionComputeInstances, CloudQuotaCurrentStateRegionComputeInstancesArgs
CloudQuotaCurrentStateRegionComputeMemory, CloudQuotaCurrentStateRegionComputeMemoryArgs
CloudQuotaCurrentStateRegionKeyManager, CloudQuotaCurrentStateRegionKeyManagerArgs
CloudQuotaCurrentStateRegionKeyManagerContainers, CloudQuotaCurrentStateRegionKeyManagerContainersArgs
CloudQuotaCurrentStateRegionKeyManagerSecrets, CloudQuotaCurrentStateRegionKeyManagerSecretsArgs
CloudQuotaCurrentStateRegionKeypair, CloudQuotaCurrentStateRegionKeypairArgs
CloudQuotaCurrentStateRegionKeypairKeypairs, CloudQuotaCurrentStateRegionKeypairKeypairsArgs
CloudQuotaCurrentStateRegionLoadbalancer, CloudQuotaCurrentStateRegionLoadbalancerArgs
- Health
Monitors CloudQuota Current State Region Loadbalancer Health Monitors - L7Policies
Cloud
Quota Current State Region Loadbalancer L7Policies - L7Rules
Cloud
Quota Current State Region Loadbalancer L7Rules - Listeners
Cloud
Quota Current State Region Loadbalancer Listeners - Loadbalancers
Cloud
Quota Current State Region Loadbalancer Loadbalancers - Members
Cloud
Quota Current State Region Loadbalancer Members - Pools
Cloud
Quota Current State Region Loadbalancer Pools
- Health
Monitors CloudQuota Current State Region Loadbalancer Health Monitors - L7Policies
Cloud
Quota Current State Region Loadbalancer L7Policies - L7Rules
Cloud
Quota Current State Region Loadbalancer L7Rules - Listeners
Cloud
Quota Current State Region Loadbalancer Listeners - Loadbalancers
Cloud
Quota Current State Region Loadbalancer Loadbalancers - Members
Cloud
Quota Current State Region Loadbalancer Members - Pools
Cloud
Quota Current State Region Loadbalancer Pools
- health
Monitors CloudQuota Current State Region Loadbalancer Health Monitors - l7Policies
Cloud
Quota Current State Region Loadbalancer L7Policies - l7Rules
Cloud
Quota Current State Region Loadbalancer L7Rules - listeners
Cloud
Quota Current State Region Loadbalancer Listeners - loadbalancers
Cloud
Quota Current State Region Loadbalancer Loadbalancers - members
Cloud
Quota Current State Region Loadbalancer Members - pools
Cloud
Quota Current State Region Loadbalancer Pools
- health
Monitors CloudQuota Current State Region Loadbalancer Health Monitors - l7Policies
Cloud
Quota Current State Region Loadbalancer L7Policies - l7Rules
Cloud
Quota Current State Region Loadbalancer L7Rules - listeners
Cloud
Quota Current State Region Loadbalancer Listeners - loadbalancers
Cloud
Quota Current State Region Loadbalancer Loadbalancers - members
Cloud
Quota Current State Region Loadbalancer Members - pools
Cloud
Quota Current State Region Loadbalancer Pools
- health_
monitors CloudQuota Current State Region Loadbalancer Health Monitors - l7_
policies CloudQuota Current State Region Loadbalancer L7Policies - l7_
rules CloudQuota Current State Region Loadbalancer L7Rules - listeners
Cloud
Quota Current State Region Loadbalancer Listeners - loadbalancers
Cloud
Quota Current State Region Loadbalancer Loadbalancers - members
Cloud
Quota Current State Region Loadbalancer Members - pools
Cloud
Quota Current State Region Loadbalancer Pools
CloudQuotaCurrentStateRegionLoadbalancerHealthMonitors, CloudQuotaCurrentStateRegionLoadbalancerHealthMonitorsArgs
CloudQuotaCurrentStateRegionLoadbalancerL7Policies, CloudQuotaCurrentStateRegionLoadbalancerL7PoliciesArgs
CloudQuotaCurrentStateRegionLoadbalancerL7Rules, CloudQuotaCurrentStateRegionLoadbalancerL7RulesArgs
CloudQuotaCurrentStateRegionLoadbalancerListeners, CloudQuotaCurrentStateRegionLoadbalancerListenersArgs
CloudQuotaCurrentStateRegionLoadbalancerLoadbalancers, CloudQuotaCurrentStateRegionLoadbalancerLoadbalancersArgs
CloudQuotaCurrentStateRegionLoadbalancerMembers, CloudQuotaCurrentStateRegionLoadbalancerMembersArgs
CloudQuotaCurrentStateRegionLoadbalancerPools, CloudQuotaCurrentStateRegionLoadbalancerPoolsArgs
CloudQuotaCurrentStateRegionNetwork, CloudQuotaCurrentStateRegionNetworkArgs
- Floating
Ips CloudQuota Current State Region Network Floating Ips - Gateways
Cloud
Quota Current State Region Network Gateways - Networks
Cloud
Quota Current State Region Network Networks - Security
Group CloudRules Quota Current State Region Network Security Group Rules - Security
Groups CloudQuota Current State Region Network Security Groups - Subnets
Cloud
Quota Current State Region Network Subnets
- Floating
Ips CloudQuota Current State Region Network Floating Ips - Gateways
Cloud
Quota Current State Region Network Gateways - Networks
Cloud
Quota Current State Region Network Networks - Security
Group CloudRules Quota Current State Region Network Security Group Rules - Security
Groups CloudQuota Current State Region Network Security Groups - Subnets
Cloud
Quota Current State Region Network Subnets
- floating
Ips CloudQuota Current State Region Network Floating Ips - gateways
Cloud
Quota Current State Region Network Gateways - networks
Cloud
Quota Current State Region Network Networks - security
Group CloudRules Quota Current State Region Network Security Group Rules - security
Groups CloudQuota Current State Region Network Security Groups - subnets
Cloud
Quota Current State Region Network Subnets
- floating
Ips CloudQuota Current State Region Network Floating Ips - gateways
Cloud
Quota Current State Region Network Gateways - networks
Cloud
Quota Current State Region Network Networks - security
Group CloudRules Quota Current State Region Network Security Group Rules - security
Groups CloudQuota Current State Region Network Security Groups - subnets
Cloud
Quota Current State Region Network Subnets
- floating_
ips CloudQuota Current State Region Network Floating Ips - gateways
Cloud
Quota Current State Region Network Gateways - networks
Cloud
Quota Current State Region Network Networks - security_
group_ Cloudrules Quota Current State Region Network Security Group Rules - security_
groups CloudQuota Current State Region Network Security Groups - subnets
Cloud
Quota Current State Region Network Subnets
CloudQuotaCurrentStateRegionNetworkFloatingIps, CloudQuotaCurrentStateRegionNetworkFloatingIpsArgs
CloudQuotaCurrentStateRegionNetworkGateways, CloudQuotaCurrentStateRegionNetworkGatewaysArgs
CloudQuotaCurrentStateRegionNetworkNetworks, CloudQuotaCurrentStateRegionNetworkNetworksArgs
CloudQuotaCurrentStateRegionNetworkSecurityGroupRules, CloudQuotaCurrentStateRegionNetworkSecurityGroupRulesArgs
CloudQuotaCurrentStateRegionNetworkSecurityGroups, CloudQuotaCurrentStateRegionNetworkSecurityGroupsArgs
CloudQuotaCurrentStateRegionNetworkSubnets, CloudQuotaCurrentStateRegionNetworkSubnetsArgs
CloudQuotaCurrentStateRegionShare, CloudQuotaCurrentStateRegionShareArgs
- Backup
Size CloudTotal Quota Current State Region Share Backup Size Total - Backups
Cloud
Quota Current State Region Share Backups -
Cloud
Quota Current State Region Share Per Share Size -
Cloud
Quota Current State Region Share Share Networks -
Cloud
Quota Current State Region Share Shares - Size
Total CloudQuota Current State Region Share Size Total - Snapshot
Size CloudTotal Quota Current State Region Share Snapshot Size Total - Snapshots
Cloud
Quota Current State Region Share Snapshots
- Backup
Size CloudTotal Quota Current State Region Share Backup Size Total - Backups
Cloud
Quota Current State Region Share Backups -
Cloud
Quota Current State Region Share Per Share Size -
Cloud
Quota Current State Region Share Share Networks -
Cloud
Quota Current State Region Share Shares - Size
Total CloudQuota Current State Region Share Size Total - Snapshot
Size CloudTotal Quota Current State Region Share Snapshot Size Total - Snapshots
Cloud
Quota Current State Region Share Snapshots
- backup
Size CloudTotal Quota Current State Region Share Backup Size Total - backups
Cloud
Quota Current State Region Share Backups -
Cloud
Quota Current State Region Share Per Share Size -
Cloud
Quota Current State Region Share Share Networks -
Cloud
Quota Current State Region Share Shares - size
Total CloudQuota Current State Region Share Size Total - snapshot
Size CloudTotal Quota Current State Region Share Snapshot Size Total - snapshots
Cloud
Quota Current State Region Share Snapshots
- backup
Size CloudTotal Quota Current State Region Share Backup Size Total - backups
Cloud
Quota Current State Region Share Backups -
Cloud
Quota Current State Region Share Per Share Size -
Cloud
Quota Current State Region Share Share Networks -
Cloud
Quota Current State Region Share Shares - size
Total CloudQuota Current State Region Share Size Total - snapshot
Size CloudTotal Quota Current State Region Share Snapshot Size Total - snapshots
Cloud
Quota Current State Region Share Snapshots
- backup_
size_ Cloudtotal Quota Current State Region Share Backup Size Total - backups
Cloud
Quota Current State Region Share Backups -
Cloud
Quota Current State Region Share Per Share Size -
Cloud
Quota Current State Region Share Share Networks -
Cloud
Quota Current State Region Share Shares - size_
total CloudQuota Current State Region Share Size Total - snapshot_
size_ Cloudtotal Quota Current State Region Share Snapshot Size Total - snapshots
Cloud
Quota Current State Region Share Snapshots
CloudQuotaCurrentStateRegionShareBackupSizeTotal, CloudQuotaCurrentStateRegionShareBackupSizeTotalArgs
CloudQuotaCurrentStateRegionShareBackups, CloudQuotaCurrentStateRegionShareBackupsArgs
CloudQuotaCurrentStateRegionSharePerShareSize, CloudQuotaCurrentStateRegionSharePerShareSizeArgs
CloudQuotaCurrentStateRegionShareShareNetworks, CloudQuotaCurrentStateRegionShareShareNetworksArgs
CloudQuotaCurrentStateRegionShareShares, CloudQuotaCurrentStateRegionShareSharesArgs
CloudQuotaCurrentStateRegionShareSizeTotal, CloudQuotaCurrentStateRegionShareSizeTotalArgs
CloudQuotaCurrentStateRegionShareSnapshotSizeTotal, CloudQuotaCurrentStateRegionShareSnapshotSizeTotalArgs
CloudQuotaCurrentStateRegionShareSnapshots, CloudQuotaCurrentStateRegionShareSnapshotsArgs
CloudQuotaCurrentStateRegionVolume, CloudQuotaCurrentStateRegionVolumeArgs
- Backup
Size CloudTotal Quota Current State Region Volume Backup Size Total - Backups
Cloud
Quota Current State Region Volume Backups - Per
Volume CloudSize Quota Current State Region Volume Per Volume Size - Size
Total CloudQuota Current State Region Volume Size Total - Snapshots
Cloud
Quota Current State Region Volume Snapshots - Volumes
Cloud
Quota Current State Region Volume Volumes
- Backup
Size CloudTotal Quota Current State Region Volume Backup Size Total - Backups
Cloud
Quota Current State Region Volume Backups - Per
Volume CloudSize Quota Current State Region Volume Per Volume Size - Size
Total CloudQuota Current State Region Volume Size Total - Snapshots
Cloud
Quota Current State Region Volume Snapshots - Volumes
Cloud
Quota Current State Region Volume Volumes
- backup
Size CloudTotal Quota Current State Region Volume Backup Size Total - backups
Cloud
Quota Current State Region Volume Backups - per
Volume CloudSize Quota Current State Region Volume Per Volume Size - size
Total CloudQuota Current State Region Volume Size Total - snapshots
Cloud
Quota Current State Region Volume Snapshots - volumes
Cloud
Quota Current State Region Volume Volumes
- backup
Size CloudTotal Quota Current State Region Volume Backup Size Total - backups
Cloud
Quota Current State Region Volume Backups - per
Volume CloudSize Quota Current State Region Volume Per Volume Size - size
Total CloudQuota Current State Region Volume Size Total - snapshots
Cloud
Quota Current State Region Volume Snapshots - volumes
Cloud
Quota Current State Region Volume Volumes
- backup_
size_ Cloudtotal Quota Current State Region Volume Backup Size Total - backups
Cloud
Quota Current State Region Volume Backups - per_
volume_ Cloudsize Quota Current State Region Volume Per Volume Size - size_
total CloudQuota Current State Region Volume Size Total - snapshots
Cloud
Quota Current State Region Volume Snapshots - volumes
Cloud
Quota Current State Region Volume Volumes
CloudQuotaCurrentStateRegionVolumeBackupSizeTotal, CloudQuotaCurrentStateRegionVolumeBackupSizeTotalArgs
CloudQuotaCurrentStateRegionVolumeBackups, CloudQuotaCurrentStateRegionVolumeBackupsArgs
CloudQuotaCurrentStateRegionVolumePerVolumeSize, CloudQuotaCurrentStateRegionVolumePerVolumeSizeArgs
CloudQuotaCurrentStateRegionVolumeSizeTotal, CloudQuotaCurrentStateRegionVolumeSizeTotalArgs
CloudQuotaCurrentStateRegionVolumeSnapshots, CloudQuotaCurrentStateRegionVolumeSnapshotsArgs
CloudQuotaCurrentStateRegionVolumeVolumes, CloudQuotaCurrentStateRegionVolumeVolumesArgs
CloudQuotaRegion, CloudQuotaRegionArgs
Import
The quota envelope is a singleton per project — import by service name only:
bash
$ pulumi import ovh:index/cloudQuota:CloudQuota this <service_name>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovhTerraform Provider.
published on Friday, Jul 17, 2026 by OVHcloud