Class QuotaV2
Manages a V2 networking quota resource within OpenStack.
Note: This usually requires admin privileges.
Note: This resource has a no-op deletion so no actual actions will be done against the OpenStack API in case of delete call.
Inherited Members
Namespace: Pulumi.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public class QuotaV2 : CustomResource
Constructors
View SourceQuotaV2(String, QuotaV2Args, CustomResourceOptions)
Create a QuotaV2 resource with the given unique name, arguments, and options.
Declaration
public QuotaV2(string name, QuotaV2Args args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| QuotaV2Args | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceFloatingip
Quota value for floating IPs. Changing this updates the existing quota.
Declaration
public Output<int> Floatingip { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Network
Quota value for networks. Changing this updates the existing quota.
Declaration
public Output<int> Network { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Port
Quota value for ports. Changing this updates the existing quota.
Declaration
public Output<int> Port { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
ProjectId
ID of the project to manage quota. Changing this creates new quota.
Declaration
public Output<string> ProjectId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
RbacPolicy
Quota value for RBAC policies. Changing this updates the existing quota.
Declaration
public Output<int> RbacPolicy { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Region
The region in which to create the quota. If
omitted, the region argument of the provider is used. Changing this
creates new quota.
Declaration
public Output<string> Region { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Router
Quota value for routers. Changing this updates the existing quota.
Declaration
public Output<int> Router { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
SecurityGroup
Quota value for security groups. Changing this updates the existing quota.
Declaration
public Output<int> SecurityGroup { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
SecurityGroupRule
Quota value for security group rules. Changing this updates the existing quota.
Declaration
public Output<int> SecurityGroupRule { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Subnet
Quota value for subnets. Changing this updates the existing quota.
Declaration
public Output<int> Subnet { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Subnetpool
Quota value for subnetpools. Changing this updates the existing quota.
Declaration
public Output<int> Subnetpool { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Methods
View SourceGet(String, Input<String>, QuotaV2State, CustomResourceOptions)
Get an existing QuotaV2 resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static QuotaV2 Get(string name, Input<string> id, QuotaV2State state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| QuotaV2State | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| QuotaV2 |