Class QuotaV2State
Inherited Members
Namespace: Pulumi.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class QuotaV2State : ResourceArgs
Constructors
View SourceQuotaV2State()
Declaration
public QuotaV2State()
Properties
View SourceFloatingip
Quota value for floating IPs. Changing this updates the existing quota.
Declaration
public Input<int> Floatingip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Network
Quota value for networks. Changing this updates the existing quota.
Declaration
public Input<int> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Port
Quota value for ports. Changing this updates the existing quota.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ProjectId
ID of the project to manage quota. Changing this creates new quota.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RbacPolicy
Quota value for RBAC policies. Changing this updates the existing quota.
Declaration
public Input<int> RbacPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Router
Quota value for routers. Changing this updates the existing quota.
Declaration
public Input<int> Router { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SecurityGroup
Quota value for security groups. Changing this updates the existing quota.
Declaration
public Input<int> SecurityGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SecurityGroupRule
Quota value for security group rules. Changing this updates the existing quota.
Declaration
public Input<int> SecurityGroupRule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Subnet
Quota value for subnets. Changing this updates the existing quota.
Declaration
public Input<int> Subnet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Subnetpool
Quota value for subnetpools. Changing this updates the existing quota.
Declaration
public Input<int> Subnetpool { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |