Show / Hide Table of Contents

Class QuoteSetV2State

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

Constructors

View Source

QuoteSetV2State()

Declaration
public QuoteSetV2State()

Properties

View Source

BackupGigabytes

Quota value for backup gigabytes. Changing this updates the existing quotaset.

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

Backups

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

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

Gigabytes

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

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

Groups

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

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

PerVolumeGigabytes

Quota value for gigabytes per volume . Changing this updates the existing quotaset.

Declaration
public Input<int> PerVolumeGigabytes { 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

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

Snapshots

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

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

Volumes

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

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