Show / Hide Table of Contents

Class QuotaV2Args

Inheritance
System.Object
InputArgs
ResourceArgs
QuotaV2Args
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class QuotaV2Args : ResourceArgs

Constructors

View Source

QuotaV2Args()

Declaration
public QuotaV2Args()

Properties

View Source

Floatingip

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.