Show / Hide Table of Contents

Class QuotaSetV2Args

Inheritance
System.Object
InputArgs
ResourceArgs
QuotaSetV2Args
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.Compute
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class QuotaSetV2Args : ResourceArgs

Constructors

View Source

QuotaSetV2Args()

Declaration
public QuotaSetV2Args()

Properties

View Source

Cores

Quota value for cores. Changing this updates the existing quotaset.

Declaration
public Input<int> Cores { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

FixedIps

Quota value for fixed IPs. Changing this updates the existing quotaset.

Declaration
public Input<int> FixedIps { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

FloatingIps

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

Declaration
public Input<int> FloatingIps { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

InjectedFileContentBytes

Quota value for content bytes of injected files. Changing this updates the existing quotaset.

Declaration
public Input<int> InjectedFileContentBytes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

InjectedFilePathBytes

Quota value for path bytes of injected files. Changing this updates the existing quotaset.

Declaration
public Input<int> InjectedFilePathBytes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

InjectedFiles

Quota value for injected files. Changing this updates the existing quotaset.

Declaration
public Input<int> InjectedFiles { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Instances

Quota value for instances. Changing this updates the existing quotaset.

Declaration
public Input<int> Instances { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

KeyPairs

Quota value for key pairs. Changing this updates the existing quotaset.

Declaration
public Input<int> KeyPairs { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MetadataItems

Quota value for metadata items. Changing this updates the existing quotaset.

Declaration
public Input<int> MetadataItems { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ProjectId

ID of the project to manage quotas. Changing this creates a new quotaset.

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ram

Quota value for RAM. Changing this updates the existing quotaset.

Declaration
public Input<int> Ram { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Region

The region in which to create the volume. If omitted, the region argument of the provider is used. Changing this creates a new quotaset.

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityGroupRules

Quota value for security group rules. Changing this updates the existing quotaset.

Declaration
public Input<int> SecurityGroupRules { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SecurityGroups

Quota value for security groups. Changing this updates the existing quotaset.

Declaration
public Input<int> SecurityGroups { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ServerGroupMembers

Quota value for server groups members. Changing this updates the existing quotaset.

Declaration
public Input<int> ServerGroupMembers { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ServerGroups

Quota value for server groups. Changing this updates the existing quotaset.

Declaration
public Input<int> ServerGroups { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.