Show / Hide Table of Contents

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.

Inheritance
System.Object
Resource
CustomResource
QuotaV2
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class QuotaV2 : CustomResource

Constructors

View Source

QuotaV2(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 Source

Floatingip

Quota value for floating IPs. Changing this updates the existing quota.

Declaration
public Output<int> Floatingip { get; }
Property Value
Type Description
Output<System.Int32>
View Source

Network

Quota value for networks. Changing this updates the existing quota.

Declaration
public Output<int> Network { get; }
Property Value
Type Description
Output<System.Int32>
View Source

Port

Quota value for ports. Changing this updates the existing quota.

Declaration
public Output<int> Port { get; }
Property Value
Type Description
Output<System.Int32>
View Source

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

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>
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 Output<string> Region { get; }
Property Value
Type Description
Output<System.String>
View Source

Router

Quota value for routers. Changing this updates the existing quota.

Declaration
public Output<int> Router { get; }
Property Value
Type Description
Output<System.Int32>
View Source

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

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

Subnet

Quota value for subnets. Changing this updates the existing quota.

Declaration
public Output<int> Subnet { get; }
Property Value
Type Description
Output<System.Int32>
View Source

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 Source

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